I am currently dealing with the Hang Seng Index, and I would like to trade with its Futures. However, I do not see any data provider that provides this symbol's tick data. I see two CFDs from FXCM and OANDA, but those are CFDs and do not have a contract multiplier.
Therefore, I use my own custom data to import to the algorithm lab to perform backtesting.
The problem is that the backtesting mechanism considers the custom data as equity and does not have a contract multiplier. Therefore, the backtest cannot show the correct result from the custom data.
Is there a way to adjust custom data into Futures and set the contract multiplier? I have been investigating this for a while, and I see that symbolProperties has been updated to read-only, so I am unable to fix this. Do you have any ideas?