Questions from Beginners MQL5 MT5 MetaTrader 5 - page 1329
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
SYMBOL_TRADE_TICK_VALUE_PROFIT
Calculated tick value for profitable position
double
SYMBOL_TRADE_TICK_VALUE_LOSS
Calculated tick value for a losing position
double
How can you get one?
How can you get one?
It is, but I'd like to get rid of #define
It is, but I'd like to get rid of #define
question to mql authors, most likely to equate properties with declarations (in a specific variant, not necessarily globally)
SYMBOL_TRADE_TICK_VALUE_PROFIT
Calculated tick value for profitable position
double
SYMBOL_TRADE_TICK_VALUE_LOSS
Calculated value of a tick for a losing position
double
Eh, thanks, I don't understand anything yet, Friday, tomorrow with a clear head)
Ctrl+F
But only when testing with visualisation.Thank you Friends!
int digits_adjust=1; if(m_symbol.Digits()==3 || m_symbol.Digits()==5) digits_adjust=10;
If I leave this feature, I need to set the trap and slope to 5000 to get 50
Afternoon.
How can MQL4(5) code remove limitation on maximum(minimum) of indicator window, which is set as follows:
?