|
It should place is own order:
if (CntOrd(OP_BUY,MagicNumber)>0) TradeLast=1;
if (CntOrd(OP_SELL,MagicNumber)>0) TradeLast=-1;
sig_buy=iCustom(NULL,0,"VQ",Crash,TimeFrame,Length ,Method,Smoothing,Filter,RealTime,Steady,Color,Ale rts,EmailON,SignalPrice,SignalPriceBUY,SignalPrice SELL,CountBars,3,TradeBar);
sig_sell=iCustom(NULL,0,"VQ",Crash,TimeFrame,Lengt h,Method,Smoothing,Filter,RealTime,Steady,Color,Al erts,EmailON,SignalPrice,SignalPriceBUY,SignalPric eSELL,CountBars,4,TradeBar);
--------------
To be honnest i doubt about it since even MT4code base site got no reply or interest for it. Sounds like another rock in water for me.
----------------
Need test or worthless.
__________________
Common Sens Indicators Active!
|