A doubt

 

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!

 

Tick value is the value of a 1 tick movement for 1 lot.

Contract size is the amount of units in 1 lot.

Reason: