Any questions from newcomers on MQL4 and MQL5, help and discussion on algorithms and codes - page 1290
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
Please tell me what EA means in the context of what you wrote in your post. I want to find and read more about it.....
Thank you.
EA = Expert Advisor
EA
This is the first time I see someone on this forum who did not understand the abbreviation
I have not tried to place an order in MT5 by filling out the entire request structure, there is an SB, if you understand it, it is one line to open an order
trade.Buy(0.1);
https://www.mql5.com/ru/articles/481
Print
It is not clear why it switches to M5
Which is better?
(0 == 0 and 1 == 0) - condition is not satisfied
(0 + 1 == 0) - the condition is also not satisfied.
What is the difference between AND and addition in this particular example?
When the TF is switched, the EA is restarted.
The issue is resolved as follows
Everything works)The issue was resolved as follows
Everything works)EA = Expert Advisor
EA
This is the first time I've seen someone on this forum who has not understood the abbreviation
about what was discussed - I have not tried to place orders in MT5 filling the entire request structure, there is a SB, if you understand it, then the order opening is in one line
https://www.mql5.com/ru/articles/481
Got it. Thanks.
error - this line must be deleted ( double const = 0; )
and everything will work
Hello SanAlex ! 2020.10.29_06:54 GMT+3. Thank you for your suggestions. The BrainTrend1Sig.mq4 indicator will be useful. I myself have not coped with code conversion from .mq5 to .mq4 . I will try to make a profitable Expert Advisor based on this indicator.
The code is more readable.
It depends...
Can you tell me how to lock the button
you need to lock the press if
Can you tell me how to lock the button
You need to block the press if
Just like that, add it to the condition.
Or == 0, more likely. Or better to use search for object by name, if there is no such object then create one. And it doesn't matter if the button is pressed or not.