Ahmed Atef / Publications
Forum
what's wrong with this code
excuse me whats wrong with this code >> pending orders doesn''t work !! if (deff> 0 ){ double sum = (deff + b)/ 10 ; int h=( 9 -deff); double fin = (b-h)/ 10 ; ObjectCreate ( 0 , "8" , OBJ_HLINE , 0 , 0 , fin ); ObjectCreate ( 0 , "6" , OBJ_HLINE , 0 , 0
how can i do this , help me !
i want to open buylimit or sellimit orders but at specific time only . example : set buy limit order 1.10001 from 6 am to 9 am only after that cancel the order . please check the code and give me the right code or correct it , please . if (( D'6:00:00' <= Time [ 0 ]<= D'9:00:00' ) == true ) {