求高手加一个报警功能,谢谢
//+------------------------------------------------------------------+//| 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
#defineSH_BUY 1
#defineSH_SELL-1
//---- 迈钿睇?镟疣戾蝠?
extern int AllBars=0;//How many bars should be counted. 0 - all the bars.
extern int Otstup=30;//Step back.
extern doublePer=9;//Period.
int SH,NB,i,UD;
double R,SHMax,SHMin;
double BufD[];
double BufU[];
//+------------------------------------------------------------------+
//| 泽黻鲨 难得一见的好帖 帮你顶下哈!! 谢谢楼主分享 谢谢楼主分享 顶下 {:1_181:} 顶下 顶下 {:1_189:}
页:
[1]
2