文件名称:sidus-v
介绍说明--下载内容均来自于网络,请自行研究使用
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,
安装路径: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