Man / Publications
Forum
How to combine 2 indicators with different values into one custom indicator?
Hi everyone, How can one calculate the buffer value for a custom indicator that displays 2 indicators with different values (stochastic which has value of 0-100 and OsMA which has value of -0.00x to +0.00x), as if like adding 2 indicators in one indicator window (picture below)
Any OrderCloseTime function for MQL5?
Hi Everyone, Does anyone know is there any substitutes for OrderCloseTime() in MQL5? How can achieve the similar results in MQL5 as below? for ( int i = 0 ; i < NumOpenOrders ; i++) { if ( ticket= OrderSelect ( NumOpenOrders[i], SELECT_BY_TICKET ) > 0 ) { if (