Forum

many "*.lnk" files being created

Hello there. I am running MT5 with recent Wine and Ubuntu. I notice that a lot of files with extension "lnk" get greated for the source code I'm editing (*.mqh, *.mq5). How can I avoid those files and why are they being created? Thanks, Nelson.-

Initialization of variable m_adjusted_point

Hello there. int digits_adjust=(m_symbol. Digits ()== 3 || m_symbol. Digits ()== 5 ) ? 10 : 1 ; m_adjusted_point=m_symbol. Point ()*digits_adjust; Could you please help me understand why this adjustment is being done? In the context of EURUSD, we've noticed that for MT5 (expert advisors) 1

Custom indicator not based on any of the existing indicators?

Hello there. I've been trying to create an indicator (for learning purposes) that tracks the maximum and the minimum value of the last N samples in the current period. I want to use the indicator from a class inheriting from CExpertSignal. I noticed that most articles talk about creating custom