We want to perform strategy backtesting on history data stored in txt file. As we understand from the samples, the txt file should be converted to S# format before we can run strategy and testing on them. Please update if this understanding is correct. We need sample code how we can covert txt file to S# format through code. What are the classes we should look at? Or alternatively, can we run strategy on history data stored in txt file directly? Please share sample code if this is possible. Regards Shubha
Hello, What is the fastest way to run an Optimization (and backtest) in S#Designer? I ask because the instructions shown here http://stocksharp.com/forum/6939/Brute-Force-Optimization-in-SDesigner-/#m37163 seem to require S#Designer to read market data from a .CSV file for each Optimization (rather then importing the data from the .CSV once and converting it to a format machines can read/process faster then a classical .CSV) Perhaps there is a way to use S#Data to convert the .CSV data to a format S#Designer can use to speed up Optimizations (and backtests)? Cheers