您需要 登录 才可以下载或查看,没有帐号?注册
小弟自学编程1个月左右,好不容易编了一个指标,但出现了些问题,指标如下:
#property indicator_chart_window
#property indicator_buffers 2
#property indicator_color1 Black
#property indicator_color2 Black
#property indicator_width1 1
#property indicator_width2 1
extern int 均线=20;
int mark=0;
double mk1[],mk2[];
double temp0,temp1;
int init()
{IndicatorBuffers(2);
SetIndexBuffer(0,mk1);
SetIndexBuffer(1,mk2);
SetIndexStyle(0,DRAW_ARROW);
SetIndexStyle(1,DRAW_ARROW);
SetIndexArrow(0,233);
SetIndexArrow(1,234);
IndicatorDigits(Digits);
return(0);
}
int start()
{int limit;
int counted_bars=IndicatorCounted();
if(counted_bars 0) counted_bars--;
limit=Bars-counted_bars-均线;
for(int i=0;itemp0
iMA(NULL,0,均线,0,MODE_SMA,PRICE_CLOSE,i) iMA(NULL,0,均线,0,MODE_SMA,PRICE_CLOSE,i+1)
mark!=1) {mk1 i =Close(i);mark=1;}
if(Close(i)
你好!我想编写一平仓条件,可一直不成功。当下单成功后赢利超过7点之后赢利又小于6点平仓。就这个平仓条件能辛苦帮我写一下吗?这样能保住赢利不会变亏损。先行谢谢了!!!~~~
外汇交易有很大的风险性,本站所有资源均来自网络,请选择使用,如若出现亏损,本站不承担任何责任!