Questions from Beginners MQL5 MT5 MetaTrader 5 - page 297

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
Thanks for the tester!
The question remains, how do you create and read the indicators?
https://www.mql5.com/ru/code/166
https://www.mql5.com/ru/code/166
Good example, see these lines, here the data from Bollinger buffers 0, 1, 2 (and the buffers contain curve values) are copied into EA buffers. You seem to be new to MT5, hover over the function and press F1
https://www.mql5.com/ru/code/166
Thank you. I've seen it.
I don't understand how to add bollinger and get its value. Couldn't figure out the code of this particular EA on my own.
Thank you. I have seen it.
I don't understand how to add bollinger and get its value. Couldn't figure out the code of this particular EA on my own.
Guys, what the hell does this function look like? A small code example reading the last value of bollinger indicator, please.
Are there any algotrading championships? I know that there used to be an automated trading championship, but is there anything like that now?
How do I see bollinger on the chart exactly in the parameters that are in the code? where are the required indicator parameters configured.
I've got bollinger running, but it's reading some wrong values.
I mean I can build a chart starting from high or low, along the exponent, etc. How can I adjust it in the code and see it on the chart to visually control the EA?