KotM / Publications
Forum
how to use time for limit entry
I want to use time for stop entry order this is my code: int d =TimeDay(TimeCurrent()); int h=TimeHour(TimeCurrent()); if(OrdersHistoryTotal()>0){ for(int i=OrdersHistoryTotal(),i>0,i--) {OrderSelect(Symbol(),h,MODE_HISTORY); int D=TimeDay(OrderCloseTime()); int
about balance
How to get the highest value of " balance " in the past?please,help me
please help me abount ordercloseprice
I want to get the value of the candle closed at fixed time (ex:0h0'0'),from there I will calculate the value to order. ex: candle close at 0h0'0' :1.2222.bar1=1.2222; so openpriceb=bar1+0.005;openprices=bar1-0.005;if(Ask=openpriceb){ordersend(...)};if( Bid=openprices) ordersend(..); I can do it with