Questions from Beginners MQL5 MT5 MetaTrader 5 - page 198
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
Hi, can you give me a hint on where to read and look at the problem:
I create a MACD handle (H4), the data of this handle is ready only on H4, no other timeframes, only with a new
tick the MACD (H4) handle is working, i.e. I get a gap in the MACD-0,0 reading. How to get rid of this gap.
Those handlers with BarsCalculated() (Reference) do not work, it still leaves a gap in the reading.
Thank you.
I can't test the selected advisor, and Aforex can't figure out what's wrong.
You need to tick the "visualisation" box in the strategy tester and you will see everything.
Visualisation is a long process.
So, to do a test and then press the button to show a chart with trades - no such thing. You have to set the visualization, which will go only to 1 currency, for multicurrency will not show other charts. It is necessary to change currencies during visualization.
I see, thank you.
Good afternoon, why is the function not defined (message 'OrderModify' - function not defined):
Good afternoon, why is the function not defined (message 'OrderModify' - function not defined):
Is the CTrade class connected?
#include <Trade\Trade.mqh>
Is the CTrade class connected?