//+——————————————————————+
//| SHI_SilverTrendSig.mq4 |
//| Copyright ?2003, VIAC.RU, OlegVS, GOODMAN, 2005 Shurka |
//| shforex@narod.ru |
//| |
//| |
//| |
//+——————————————————————+
#property copyright “Copyright ?2005, Shurka”
#property link “http://shforex.narod.ru”
//—-
#property indicator_chart_window
#property indicator_buffers 2
#property indicator_color1 Red
#property indicator_color2 Blue
#define SH_BUY 1
#define SH_SELL -1
//—- 迈钿睇?镟疣戾蝠?
extern int AllBars=0;//How many bars should be counted. 0 – all the bars.
extern int Otstup=30;//Step back.
extern double Per=9;//Period.
int SH,NB,i,UD;
double R,SHMax,SHMin;
double BufD[];
double BufU[];
//+——————————————————————+
//| 泽黻鲨
求高手加一个报警功能,谢谢
请登录之后再进行评论
登录