Tick value is the value of a 1 tick movement for 1 lot.
Contract size is the amount of units in 1 lot.

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
Is
SymbolInfoDouble( Symbol(), SYMBOL_TRADE_TICK_VALUE ) / SymbolInfoDouble( Symbol(), SYMBOL_TRADE_TICK_SIZE )
the same value as
SymbolInfoDouble( Symbol(), SYMBOL_TRADE_CONTRACT_SIZE)
or I am missing something?
Thanks in advance!