Sarfaraj Damani / Publications
Forum
How to prevent new order to open at same price as Existing open orders.?
How to prevent new order to open at same price as Existing open orders.? New comment bool check_Buy() { bool Putorder=false; { FastMA = iMA(NULL,0,3,0,MODE_EMA,PRICE_CLOSE,0); SlowMA = iMA(NULL,0,5,0,MODE_SMA,PRICE_CLOSE,0); if ((Bid>FastMA)&&(FastMA>SlowMA)) int a=OrderSend