资源简介
可用于显示股票K线,成交量,趋势图,包含50个指标,26个画线工具,使用方便,代码开源,可以随意修改。
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
using System.Runtime.InteropServices;
using System.Drawing.Drawing2D;
using System.IO;
using System.Threading;
namespace LobsterMonitor
{
public partial class baseForm : Form
{
public baseForm()
{
InitializeComponent();
this.menuBar.MouseDown += new MouseEventHandler(menuBar_MouseDown);
this.menuBar.MouseDoubleClick += new MouseEventHandler(menuBar_MouseDoubleClick);
this.lblMin.Paint += new PaintEventHandler(lblMin_Paint);
this.lblMax.Paint += new PaintEventHandler(lblMax_Paint);
this.lblClose.Paint += new PaintEventHandler(lblClose_Paint);
this.lblMin.MouseMove+=new MouseEventHandler(button_MouseMove);
this.lblMin.MouseLeave+=new EventHandler(button_MouseLeave);
this.lblMax.MouseMove += new MouseEventHandler(button_MouseMove);
this.lblMax.MouseLeave += new EventHandler(button_MouseLeave);
this.lblClose.MouseMove += new MouseEventHandler(button_MouseMove);
this.lblClose.MouseLeave += new EventHandler(button_MouseLeave);
this.lblMin.MouseDown += new MouseEventHandler(lblMin_MouseDown);
this.lblMax.MouseDown += new MouseEventHandler(lblMax_MouseDown);
this.lblClose.MouseDown += new MouseEventHandler(lblClose_MouseDown);
this.Paint += new PaintEventHandler(CustomForm_Paint);
this.Resize += new EventHandler(CustomForm_Resize);
this.MouseDown+=new MouseEventHandler(CustomForm_MouseDown);
this.MouseUp += new MouseEventHandler(CustomForm_MouseUp);
this.MouseMove+=new MouseEventHandler(CustomForm_MouseMove);
this.MouseLeave+=new EventHandler(CustomForm_MouseLeave);
//设置最大化的尺寸
this.MaximumSize = new Size(Screen.GetWorkingArea(this).Width Screen.GetWorkingArea(this).Height);
this.Resize += new EventHandler(baseForm_Resize);
//设置最小化的尺寸
this.MinimumSize = new Size(200 100);
setTaskBarMenu();
currentWindowState = this.WindowState;
}
private void baseForm_Resize(object sender EventArgs e)
{
this.lblMin.Location = new Point(this.Width - 78 3);
this.lblMax.Location = new Point(this.Width - 53 3);
this.lblClose.Location = new Point(this.Width - 28 3);
}
///
/// Get the GraphicsPath by cornerRadius and Rectangle.
///
///
///
///
public GraphicsPath GetGraphicsPath(int cornerRadius Rectangle rect)
{
GraphicsPath roundedRect = new Gra
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 23772 2016-05-10 16:34 LobsterNet\Common\LbCommon.cs
文件 252 2016-05-10 09:07 LobsterNet\Enums\Barst
文件 246 2016-05-10 09:07 LobsterNet\Enums\Candlest
文件 249 2010-09-18 15:43 LobsterNet\Enums\Decimalst
文件 906 2016-05-10 16:22 LobsterNet\Enums\IndicatorType.cs
文件 382 2010-09-10 16:03 LobsterNet\Enums\Markst
文件 901 2010-09-13 17:22 LobsterNet\Enums\PlotType.cs
文件 348 2010-09-10 16:03 LobsterNet\Enums\ScrollType.cs
文件 278 2010-09-10 16:03 LobsterNet\Enums\ShapeType.cs
文件 179 2011-06-13 17:08 LobsterNet\Enums\XScaleType.cs
文件 14642 2016-05-10 16:34 LobsterNet\Ind\ba
文件 7157 2016-05-10 10:28 LobsterNet\Ind\IndicatorAccumulationSwingIndex.cs
文件 8471 2016-05-10 10:28 LobsterNet\Ind\IndicatorADTM.cs
文件 5551 2016-05-10 10:28 LobsterNet\Ind\IndicatorAverageTrueRange.cs
文件 4636 2016-05-10 10:28 LobsterNet\Ind\IndicatorBIAS.cs
文件 5752 2016-05-10 10:28 LobsterNet\Ind\IndicatorBollingerBands.cs
文件 5795 2016-05-10 10:28 LobsterNet\Ind\IndicatorBullandBearIndex.cs
文件 7926 2016-05-10 10:28 LobsterNet\Ind\IndicatorChaikinOscillator.cs
文件 5919 2016-05-10 10:28 LobsterNet\Ind\IndicatorCommodityChannelIndex.cs
文件 5763 2016-05-10 10:28 LobsterNet\Ind\IndicatorDetrendedPriceOscillator.cs
文件 6370 2016-05-10 10:28 LobsterNet\Ind\IndicatorDifferentOfMovingAverage.cs
文件 11715 2016-05-10 10:28 LobsterNet\Ind\IndicatorDirectionalMovementIndex.cs
文件 8978 2016-05-10 10:28 LobsterNet\Ind\IndicatorDirectionDeviationIndex.cs
文件 4123 2016-05-10 10:28 LobsterNet\Ind\IndicatorExponentialMovingAverage.cs
文件 6630 2016-05-10 10:28 LobsterNet\Ind\IndicatorLWR.cs
文件 7507 2016-05-10 10:28 LobsterNet\Ind\IndicatorMACD.cs
文件 6668 2016-05-10 10:28 LobsterNet\Ind\IndicatorMassIndex.cs
文件 4950 2016-05-10 10:28 LobsterNet\Ind\IndicatorMomentumIndex.cs
文件 4077 2016-05-10 10:28 LobsterNet\Ind\IndicatorMovingAverage.cs
文件 5616 2016-05-10 10:28 LobsterNet\Ind\IndicatorNegativeVolumeIndex.cs
............此处省略142个文件信息
相关资源
- 办公室股票行情查看软件,可以调节
- 基于 vue + tradingview定制化 的交易所
- 期货CTP接口数据接收
- 访问期货和证券公司底层接口的api和
- 海龟交易法则.pdf
- 区块链交易所数字货币交易平台多交
- K线图,分时图,拖拽ImageView
- 利用网络上公开的数据构建一个小型
- Trade.dll 交易接口和TradeX.dll行情交易二
- 4个lstm做数据预测的案例源代码,包括
- 同花顺HTTP行情接口规范 PDF
- K线图,走势图,支持通达信语法
- 通达信缠论分笔k线包含处理新笔公式
- delphi7显示K线图
- 开户的测试用例执行情况.xlsx
- 光电编码器程序
- 通达信行情API
- 神反转策略精准操作系统.zip
- 上海证券交易所交易规则2020年第二次
- IOSK线蜡烛OHLC图Demo
- src_demo_veriosn1.rar
- 通信达HEIKEN-ASHI蜡烛K线指标
- 5G,NB-IoT,WiFi,LoRa,BLE,Zigbee等市场
- delphi 绘制K线
- 生物技术产业知识产权证券化融资策
- 论文研究 - Papad制作女性的肌肉骨骼疼
- 招商证券股票型基金业绩评价研究
- 浅析环渤海港口群的经济运行情况及
- 创业企业的价值评估与证券设计研究
- CTP行情和交易范例
评论
共有 条评论