2楼
请秃鹫老师帮忙.
发表于:2008-10-11 00:52只看该作者
3楼
#property indicator_chart_window
#property indicator_buffers 1
#property indicator_color1 Yellow
extern double 步长=0.008;
extern double 最大=0.2;
double SARBuffer;
datetime preTime=0;
void init() {
SetIndexBuffer(0,SARBuffer);
SetIndexStyle(0,DRAW_ARROW);
SetIndexArrow(0,174);
}
void start() {
int limit;
int counted_bars=IndicatorCounted();
if(counted_bars>0) counted_bars--;
limit=Bars-counted_bars;
for(int t=0; tpreTime ) {
if(SARBuffer[0]>High[0] && SARBuffer[1]High[1]) {Alert(Symbol(),Period(),"SAR转多"); preTime=Time[0];}
}
}
[ 本帖最后由 秃鹫 于 2008-10-11 09:20 编辑 ]
4楼
万分感谢!你真是老师.
机会与风险,生存与死亡。
发表于:2008-12-07 09:28只看该作者
5楼
我也正在寻找,感谢秃鹫老师
发表于:2016-12-07 08:09只看该作者
6楼
感谢分享
韬客社区www.talkfx.co
发表于:2016-12-07 14:31只看该作者
7楼
感谢分享
韬客社区www.talkfx.co