Questions from Beginners MQL5 MT5 MetaTrader 5 - page 782
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Colleagues, MathSum function, description here
https://www.mql5.com/ru/docs/standardlibrary/mathematics/stat/mathsubfunctions/statmathsum
is not recognized in build 1643 . Do I have to tear everything down and update it?
#include <Math\Stat\Math.mqh>
Please help in solving the problem.
Each iteration of the loop in the script needs to be executed with a selected delay, how can this be implemented?
Please help in solving the problem.
Each iteration of the loop in the script needs to be executed with a selected delay, how can this be implemented?
Thank you! I had completely forgotten about this possibility!
I wanted to ask how to enable trailing stop in the mt5 tester, it opens but does not trailing stop, I do not understand if it is the broker or a new terminal, I do not understand
Trailing Stop
Help me translate it, I tried to find it myself, but it didn't work - I couldn't find any analogues
Please tell me how to translate it, I tried to find it myself, but it didn't work - I couldn't find any analogues
There is a buffer Last[]. It is already filled in the first loop. Then, depending on the state of button (probably, since the variable is called ButtonSt) three more buffers are filled in the loop based on Last[] buffer, but with different values of different indicators.
There is a buffer Last[]. It is already filled in the first loop. Then, depending on button state (probably, since the variable is called ButtonSt) three more buffers are filled in the loop based on Last[] buffer, but with different values of different indicators.
Thank you for your attention.
The general view of the indicator is like this, I have absolutely no idea how to do it withoutiEnvelopesOnArray andiBandsOnArray.
Please tell me how to translate it, I tried to find it myself, but it didn't work - I couldn't find any analogues.
I have MovingAverages.mqh in the root of include, but I haven't looked for BB, maybe not. But the best way to do it is to insert indicator handle of data source as a price in iMA function.
I have an example with smoothed iMA only
The same for BB.
If the source is a custom indicator, then you have to
What a mess...