KotM
KotM
Friends

Add friends via their profile or user search and you will be able to see if they are online

KotM
Added topic 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);
KotM
Registered at MQL5.community
KotM
Added topic about balance
How to get the highest value of " balance " in the past?please,help me
KotM
Added topic 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