Forum

Meanings of MODE_TICKVALUE and MODE_PROFITCALCMODE

Hello: In marketinfo(), MODE_TICKVALUE is defined as " Tick value in the deposit currency". This is correct for Forex. But I can see this is not correct for CFDs (indexes, for example). In indexes, it should say: "Tick value in the index currency". I suspect this is related with MODE_PROFITCALCMODE

Array of ticks in the current bar

Is there any way to know the list of all ticks in the current bar? My EA lasts a lot of time, so several ticks can appear while my EA is running. Therefore, I need know the list of appeared ticks in the current bar. Is it possible in MQL4? Thank you very much