文件名称:sidus-v
-
所属分类:
- 标签属性:
- 上传时间:2015-06-04
-
文件大小:1.03kb
-
已下载:1次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
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
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.