Questions from Beginners MQL5 MT5 MetaTrader 5 - page 296

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
RIGHT?
Not quite. Read the article.
And for MT5 I have attached the script below. See what result you get in your example.
Hello all) Help with the problem please. I want to get the value of extremum indicator zigzag write this code.
When I ran in the tester, the value turns out to be 10, then the next bar 11, then 12 etc. I do not understand what the problem.
I'm writing an EA based on a zig zag indicator, but it won't even open a position, so I think it's because of a warning:
Here's the full EA code.
How do I get my EA to trade, please?
Not really. Read the article.
And for MT5 I have attached the script below. See what the result will be in your example.
TheMqlTick structurehas to be filled in first, then it can be applied
Thank you very much)))) Now I only need to figure out how to find the zigzag indicator value I need in mql5 :/
Poll the buffer, for example like this
Gentlemen!
I've been trying to build a bollinger robot for the second night. I figured out how to read prices from a chart, but I don't know how to build a bollinger indicator and get its values.
I found this indicator description in my manual https://www.mql5.com/ru/docs/indicators/ibands
iBands
It returns the handle of the Bollinger Bands® indicator.
Honestly, I don't understand it at all! The example below is three pages long, I got lost on the first page... Is it really necessary to bother to run such an indicator? Is it possible to read indicator values from a chart like in QuickBooks or should I first program this indicator myself?
It all looks so frightening!
Can you tell me how to interact with the indicators? How do I run bollinger and read its values?
And a second question right away.
I'm programming and learning the language at night and the exchange is already down. Is there any way to test my code at night, maybe there is some kind of tick generator in MT5?
And a second question right away.
I'm programming and learning the language at night and the exchange is already down. Is there any way to test my code at night, maybe there is some kind of tick generator in MT5?
Thanks for the tester!
The question remains, how do you create and read indicators?