SamSuleymanov
SamSuleymanov
Friends

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

SamSuleymanov
Added topic How can I access the history of daily orders instead of OrdersHistoryTotal()?
I want to count the number of losses per day instead of lifetime losses. How can that be done? -> MQL4 PS: I tried to post it in MQL4 forum, but as I click on forum at www.mql4.com it redirects me here
SamSuleymanov
Added topic Refering to D1 opening price in M15 chart?
Need an idea on how I can refer to daily opening price from M15 chart. My EA is attached to M15 chart, is there any way to access D1 opening price info at any time? -> MQL4
SamSuleymanov
Added topic if (DayOfWeek() == 6) CloseTrades(); doesn't close my trade (MQL4). Any idea why?
I wrote an Expert Advisor and everything works well except for one function: void OnTick () {   //My stuff... if (DayOfWeek() == 6 )    {       CloseTrades();    } } void CloseTrades() {
SamSuleymanov
Registered at MQL5.community