Questions from Beginners MQL4 MT4 MetaTrader 4 - page 104
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
Why does the tester always stop at one date when testing, but in the log it writes this:
2017.11.11 10:08:50.058 2017.07.11 00:00:00 mslTorg20 OnTester returns 0.000000000000000000
Hi all.
How do I get rid of the following comment when compiling:
possible use of uninitialized variable 'SL1'
SL1=0;
SL1=0;
Thank you, that helps.
Also, can you tell me please,
which sign means either
if (a or b)
Thank you, that helps.
Also, can you tell me please,
what sign means either
if (a or b)
if (a || b)
I thought it was an "E."
what's the "E" sign then?
already found it, thank you.
Is there any way to set up a chart to open with the correct timeframe on the open button? Thank you
We have the simplest code
Alert outputs
Alert: e=114.9999999999999858,115.00000000
How come?
Greetings!
Can you tell me how to delete a pending order on a previous candlestick if I need to reopen the pending order on a new one?
A new bar is defined as
I set the pending order in this way
mql4Alert: e=114.9999999999999858,115.000000 How so?