Hello,

I am currently looking for how to manually set tick movement dollar amounts for custom data classes. I have an algorithm that requires doing analysis on continuous futures contracts. After reading a few posts it seems the QC either does not yet support continuous future contracts or the work arounds seem more convoluted than is needed for my case. I have opted, for the time being, to just pull the necessary data from a local file or remote source and build it into a custom data object to "trade" while back testing my algo. 

My problem is that I have been unable to find documentation on how to set a custom symbols Minimum Tick Movement and Tick Values so that the end of algo stats and risk management procedures work correctly and show the correct profit and loss calculations. 

For example, I have compiled externally the SP500 custom continuous futures data as is needed for my algo and built and added that custom data type. I need this custom data type to have a 1 point move that is equal to $50 instead of $1. I am sure I can keep track of the trades manually to do my own calculations, but am just looking as to how to do this with QC. 

Any info or references to documentation as to how to set these values manually would be great!

 

Thank you,

Author