Questions from Beginners MQL5 MT5 MetaTrader 5 - page 490
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
I will help in any way I can. I, too, have had help from experienced traders in my time. I have been trading since 2008. I don't take money from people because I take it (the green stuff) from the market. I do not take money from people, it's the money I take from the market. That's enough for me!
Good evening,
Please advise on a general question.
TheExpert Advisor Ais written. Inside it, only the indicator B is written. In the onTick section the calculated indicator value is saved in the b1 variable.
So every time new price appears, the indicator will be recalculated and b1 will be updated?
Good evening,
Please advise on a general question.
TheExpert Advisor Ais written. Inside it, only the indicator B is written. In the onTick section the calculated indicator value is saved in the b1 variable.
So every time new price appears, the indicator will be recalculated and b1 will be updated?
Good evening,
Please advise on a general question.
TheExpert Advisor Ais written. There is only indicator B inside it. In the onTick section the calculated indicator value is saved in the b1 variable.
So every time new price appears, the indicator will be recalculated and b1 will be updated?
Good day!
Dear forum members, I would like to know what exactly is meant by a "tick" in metatrader4. Is it a Bid or Ask price change? Or it makes no difference whether the tick handler is triggered in both cases?
Good day!
Dear forum members, I would like to know what exactly is meant by a "tick" in metatrader4. Is it a Bid or Ask price change? Or it makes no difference whether the tick handler is triggered in both cases?
Good day!
Dear forum members, I would like to know what exactly is meant by a "tick" in metatrader4. Is it a Bid or Ask price change? Or there is no difference and in both cases the tick handler will work?
OnTick misses 50-70% of price changes (last) comparing to OnBookEvent. I don't quite understand who needs it and why they need it at all. The documentation says right away that several ticks can come to the terminal simultaneously and create only one ontick event.
In theory, it's more reasonable to use OnBookEvent and then filter out the necessary changes.
But I have a problem here too. It looks like this:
The result is about the following:
I.e. last is different but the flag is notTICK_FLAG_LAST.
What am I doing wrong?