Questions from Beginners MQL5 MT5 MetaTrader 5 - page 128
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
What "forces" can take away the level of TR ?
Good afternoon.
Can you please tell me how to allow the EA to trade at the specified time?
Good afternoon.
Could you please tell me how to allow the EA to trade at a specified time?
Write a function to work by time.
I.e. allow trading only if e.g. current time is within the limits of allowed trading.
Write a time-based operation function.
The function is to allow trading only if, for example, the current time is within the limits of the allowed trading time.
There is a module DateTime.mgh in the mcl5 library, which seems to be the right one.
How can I insert it in my EA and make it work?
It is in Include\Tools\DateTime.mgh
Good day. Can you please advise whether there is an opportunity in MT5 to make the time frame less than a minute (say, 30 seconds), how can I do this?
History is stored in minutes, no standard way.
Do I have to write ticks myself and use them to build.
The history is stored in minutes, there is no standard way.
Write the ticks yourself and build from them.
Thank you.
General ilan2.0: The MaxTrades setting does not work .
I place e.g. MaxTrades 5 , but after the fifth order the advisor continues to place orders 6, 7 and so on .
What can be the problem?
Thanks for the tip.
General ilan2.0: The MaxTrades setting does not work .
I place e.g. MaxTrades 5 , but after the fifth order the advisor continues to place orders 6, 7 and so on .
What can be the problem?
Thanks for the tip.
There is an error in the programme).
Thanks for the answer.
Maybe there is a "false" in the settings that needs to be changed to "true"?
Maybe the program takes the number of orders by default and does not react to the setting.