I have an c# application that creates and tests strategies, this application exports data to an Excel spreadsheet.
I would like to be able to use NT7 as a means of charting these strategies.
What I am thinking about doing is to export (probably a CSV) file from my stategy application with the buy,sell, adjust stop data that will then be imported into NT7 and the trades executed in NT7 as determined by the strategy.
I would like the option to select the CSV strategy file to load from a file selector user control
Does anyone have any suggestions as to how I can do this or know of any example strategies or indicators I could use as a starting point?
Thanks.

Comment