Jia Jia Chen / 个人资料
- 信息
5+ 年
经验
|
2
产品
|
58
演示版
|
0
工作
|
0
信号
|
0
订阅者
|
通过他们的个人资料或用户搜索添加好友,您将能够看到他们是否在线
外汇市场时间指标,包含 悉尼,东京,伦敦,纽约 4个市场时间 考虑了服务器夏令时切换,以及各市场的夏令时切换 input int InpServerTimeZoneNoDSTOffset =2; 非夏令时服务器时间GMT偏移 input ENUM_DST_ZONE InpServerDSTChangeRule = DST_ZONE_US; //服务器端夏令时切换规则 按照纽约还是欧洲 input int InpBackDays=100; // 最多绘制天数,出于性能考虑 input bool InpShowTextLabel=true; // 显示文本标签 哪个市场,当前波动点数 input color InpTextColor=clrWhite; // 标签文本颜色 input int InpTextFontSize=8; //标签文本字号 input bool InpFillBack=false; //方框背景色是否填充 input
外汇市场时间指标,包含 悉尼,东京,伦敦,纽约 4个市场时间 考虑了服务器夏令时切换,以及各市场的夏令时切换 input ENUM_DST_ZONE InpServerDSTChangeRule = DST_ZONE_US; //服务器端夏令时切换规则 按照纽约还是欧洲 input int InpBackDays=100; // 最多绘制天数,出于性能考虑 input bool InpShowTextLabel=true; // 显示文本标签 哪个市场,当前波动点数 input color InpTextColor=clrWhite; // 标签文本颜色 input int InpTextFontSize=8; //标签文本字号 input bool InpFillBack=false; //方框背景色是否填充 input bool InpShowStat=false; // 显示各市场时间波动统计信息 input ENUM_LINE_STYLE






