How to get position close time in MQ5 – Trading Ideas – 27 September 2023
I have searched in many places for an analogue of function : OrderCloseTime() . Such a function does not exist in МQ5. I share my way to get the closing time of an open position in MQ5. I use in the expert advisor a simple loop for a specified number of open positions: / and
I have searched in many places for an analogue of function : OrderCloseTime() . Such a function does not exist in МQ5. I share my way to get the closing time of an open position in MQ5. I use in the expert advisor a simple loop for a specified number of open positions: / and first make static var /
……
static long Close_Time_buy ; ......... .......... double GetLastSL_buy = 0; for(int i = 0; i < PositionsTotal(); i++) { if(m_position.SelectByIndex(i)) { if(m_position.Symbol() == _Symbol) { if(m_position.PositionType() == POSITION_TYPE_BUY) { if(m_position.Magic() == Magic_number) { count_buy_orders++; GetLastSL_buy = PositionGetDouble(POSITION_SL); } } } } } if( GetLastSL_buy != 0) { Close_Time_buy = TimeNow;}
……………..
When closing the position, with SL or TP, the time of this action is counted and stored in the static variable. You can reset it whenever you want in your code.
The same is done for short position.
I hope this can be of help to many expert advisor developers.
Watch for my new products: https://www.mql5.com/en/users/esebg
Good luck to all traders.
آموزش مجازی مدیریت عالی حرفه ای کسب و کار Post DBA + مدرک معتبر قابل ترجمه رسمی با مهر دادگستری و وزارت امور خارجه | آموزش مجازی مدیریت عالی و حرفه ای کسب و کار DBA + مدرک معتبر قابل ترجمه رسمی با مهر دادگستری و وزارت امور خارجه | آموزش مجازی مدیریت کسب و کار MBA + مدرک معتبر قابل ترجمه رسمی با مهر دادگستری و وزارت امور خارجه |
مدیریت حرفه ای کافی شاپ | حقوقدان خبره | سرآشپز حرفه ای |
آموزش مجازی تعمیرات موبایل | آموزش مجازی ICDL مهارت های رایانه کار درجه یک و دو | آموزش مجازی کارشناس معاملات املاک_ مشاور املاک |
- نظرات ارسال شده توسط شما، پس از تایید توسط مدیران سایت منتشر خواهد شد.
- نظراتی که حاوی تهمت یا افترا باشد منتشر نخواهد شد.
- نظراتی که به غیر از زبان فارسی یا غیر مرتبط با خبر باشد منتشر نخواهد شد.
ارسال نظر شما
مجموع نظرات : 0 در انتظار بررسی : 0 انتشار یافته : ۰