Questions from Beginners MQL4 MT4 MetaTrader 4 - page 206
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
This is a question from a beginner) condition in the code for an example, help please.
How to make a message at the true condition was output once, that is price>ma output one message (and not multiply), I think you know what I mean.
How to properly prescribe the counter?
How so, but you have not once need to display the alert, respectively, the flag will have to reset.
Hi, could you tell me how to program a custom indicator so that extra lines (buffers) are not displayed when the indicator is attached to the chart?
Hi, could you tell me how to program a custom indicator so that extra lines (buffers) are not displayed when the indicator is attached to the chart?
use these properties
Forum on Trading, Automated Trading Systems and Strategy Tests
FAQ from Beginners MQL4 MT4 MetaTrader 4
Vitaly Muzichenko, 2020.06.14 16:29
Works in MT5, but I got silence in MT4 with the same settings
Build 1260
Strange things. Yesterday and today my sending did not work, and just now it has worked and the message has been sent. Didn't change or rebuild anything at all.
use these properties
Thanks, I'll give it a try.
Somehow, but you have to display the alert more than once, so the flag will have to be reset.
I still don't understand
Suppose there is a condition for opening a position, say the price should be above the wrist and a Buy order is opened.
This condition will be true over a long time and at each iteration an order will be opened by this code
How should I make one order be opened by this condition and that will be it?
I don't get it.
Let's assume there is a condition for opening a position, let's assume the price should be higher than the wrist and a buy order will be opened.
This condition will be true over a long time and at each iteration an order will be opened by this code
How should I make one order be opened by this condition and that will be it?
I don't get it.
Let's assume there is a condition for opening a position, let's assume the price should be higher than the wrist and a buy order will be opened.
This condition will be true over a long time and at each iteration an order will be opened by this code
How should I make one order be opened by this condition and that will be it?
OrderDelete
Please help me find a bug in the code. Neither compiler nor tester shows an error, but limits are not deleted...