sidus-v

所属分类:单片机开发
开发工具:Visual C++
文件大小:1KB
下载次数:14
上传日期:2015-06-04 18:52:25
上 传 者123416546
说明:  sidus v[箭头]~指标,能很清晰的显示出交易信号,适合初学外汇交易者试用学习。 安装路径:MT4\MQL4\Indicators
( Generated by EX4-TO-MQ4 decompiler V4.0.224.1 [] Website: http://purebeam.biz E-mail : purebeam@gmail.com #property copyright Sidus #property link http://www.metaquotes.net/ #property indicator_chart_window #property indicator_buffers 4 #property indicator_color1 Yellow #property indicator_color2 Red #property indicator_color3 Lime #property indicator_color4 Fuchsia extern int FastEMA = 8 extern int SlowEMA = 13 extern int RSIPeriod = 17 extern bool Alerts = FALSE double g_ibuf_92[] double g_ibuf_96[] double g_ibuf_100[] double g_ibuf_104[] int gi_108 = 0 int gi_112 = 0 double gd_116 = 0.0 double gd_unused_124 = 0.0 int init() { SetIndexStyle(0, DRAW_LINE) SetIndexBuffer(0, g_ibuf_92) SetIndexStyle(1, DRAW_LINE) SetIndexBuffer(1, g_ibuf_96) SetIndexStyle(2, DRAW_ARROW, STYLE_DASH, 2) SetIndexArrow(2, 233) SetIndexBuffer(2, g_ibuf_100) SetIndexEmptyValue(2, 0.0) SetIndexStyle(3, )

文件列表:
sidus v[箭头]~.mq4 (2663, 2010-04-13)

近期下载者

相关文件


收藏者