Questions from Beginners MQL5 MT5 MetaTrader 5 - page 516
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
SymbolInfoDouble(Symbol(),SYMBOL_ASK);
Is this a question? If so, here is an example on MT4
Result
Please help.
Is this a question? If so, here is an example on MT4
Result
I think this would be more interesting
version 1
version 2
More interesting, but not clear, for beginners - that's me...
This is a custom function, here's an example of how to use it
This is a custom function, here is an example of how to use it
I understand that it's a custom function.
In the second example it is not clear where the Day() function sends to
I understand that it's a custom function.
In the second example, it's not clear where the Day() function sends
What do you mean where? This is the function from the documentation
Day
It returns the current day of the month, i.e. the day of the month of the last known server time.
intDay();
Returned value
The current day of the month.
Note
During testing, the last known server time is simulated.
Example:
if(Day()<5)return(0);
What do you mean where? It's a function from the documentation.
Day
Returns the current day of the month, i.e. the day of the month of the last known server time.
intDay();
Returned value
The current day of the month.
Note
During testing, the last known server time is simulated.
Example:
if(Day()<5)return(0);
Wow I'm dark - thanks for the enlightenment - didn't know.
Time to teach the forum to highlight functions in full!