恳请牛斑帮忙 把指标加上箭头
恳请牛斑帮忙给指标加上箭头,谢谢!#propertyindicator_separate_window
#propertyindicator_buffers 4
#propertyindicator_color1Black
#propertyindicator_color2Yellow
#propertyindicator_color3Blue
#propertyindicator_color4PowderBlue
extern int period=10;
double ExtBuffer0[];
double ExtBuffer1[];
double ExtBuffer2[];
double ExtBuffer3[];
int init()
{
SetIndexStyle(0,DRAW_NONE);
SetIndexStyle(1,DRAW_HISTOGRAM,3);
SetIndexStyle(2,DRAW_HISTOGRAM,3);
IndicatorDigits(Digits+1);
SetIndexStyle(3,DRAW_LINE);
SetIndexBuffer(0,ExtBuffer0);
SetIndexBuffer(1,ExtBuffer1);
SetIndexBuffer(2,ExtBuffer2);
SetIndexBuffer(3,ExtBuffer3);
IndicatorShortName(\"JGF WIND\");
SetIndexLabel(1,NULL);
SetIndexLabel(2,NULL);
return(0);
}
int start()
{
//int period=10;
int limit;
int counted_bars=IndicatorCounted();
double prev,current,old;
double Value=0,Value1=0,Value2=0,Fish=0,Fish1=0,Fish2=0;
double price;
double MinL=0;
double MaxH=0;
if(counted_bars>0) counted_bars--;
limit=Bars-counted_bars;
for(int i=0; i=0; i--)
{
current=ExtBuffer0;
prev=ExtBuffer0;
if (((current0))||(current0)&&(prev0)) up= true;
if(!up)
{
ExtBuffer2=current;
ExtBuffer1=0.0;
ExtBuffer3=current;
}
else
{
ExtBuffer1=current;
ExtBuffer2=0.0;
ExtBuffer3=current;
}
}
static datetime cDT = 0;
if (cDT == 0) { cDT = iTime(NULL,0,0); } // Don\'t alert when start
if (cDT != iTime(NULL,0,0))
{
if (
((ExtBuffer0 > 0) && (ExtBuffer0 = 0))
)
{
Alert(Symbol(),AccountNumber(), \"JGF wind Direction Change\");
PlaySound(\"alert.wav\");
}
cDT = iTime(NULL,0,0);
}
return(0);
} 晕死也不多加点分 一个子 没看懂 这个不可信,没有保险的保赚钱的软件 真是天底下好事多多 不错,看看。 我好想升级 原来这样也可以 都是那么过来的 技术研究、交流QQ:1534564486