I am very new to C#, so I am hoping you can help me with some patience.
I currently have a working strategy that has user defined properties via the strategy UI that define price levels for support and resistance, and will take trades from those levels when certain conditions exist.
I am looking to update this strategy in a way that would allow me to reference an external text file. During market replay, I am hoping I can define these price levels (properties?) from the external file, grabbing price levels associated with a given date, and then testing with those defined price levels. Ideally then I can avoid having to manually enter these price levels on the UI, select a date, and then run the market replay before getting results during my testing.
Example: I choose market replay start and end date, as the replay moves along and the dates change, the strategy is able to read and use the correct levels for a given date.
Is this possible? Can you direct me to where I can read more about how to do this?
Kind regards,
Andy
Comment