Evki Trade / Publications
Forum
Help me to fix pending order script.
I want to place 1 buystop and 1 sellstop pending order and let them close in the next 6 bars, and i don't how. //buy setup if ( OrderType(OP_BUYSTOP)== 0 ) { OrderSend ( NULL ,OP_BUYSTOP, 0.01 ,RR, 3 ,RR- 20 * _Point , 0 , NULL , 0 , 0 , clrGreen ); } //sell setup if (