For backtesting OPTIONS: I am designing a program, written in C++, mySQL, with a bit of PERL for scripts, if necessary.
Well, I know, this is not a trivial matter but I have designed and written a system to test trading systems, on a Red Hat Linux platform, for Stocks and Futures. Very fast, with a graphical interface to view trades on daily and intra charts. So far, there are about 40 systems in individual C++ files (gcc language), an Analytics library, and an Engine library.
Having looked at existing Options backtesting software (there isn't any genuine software out there except for a few 'what if' packages), I am considering designing and writing a system to backtest options, similar to the one I have written for Stocks and Futures.
The basic process is take a options data file or files; write the spread code in C++; get the optimizable parameters from user; run the system on the data for each set of parameters; do the trade analysis, write trades to csv file to be viewed in a spreadsheet etc, draw charts on demand etc
I want to start with spreads - let's say vertical spreads. What would be the optimizable parameters to do this? Your comments?
Well, I know, this is not a trivial matter but I have designed and written a system to test trading systems, on a Red Hat Linux platform, for Stocks and Futures. Very fast, with a graphical interface to view trades on daily and intra charts. So far, there are about 40 systems in individual C++ files (gcc language), an Analytics library, and an Engine library.
Having looked at existing Options backtesting software (there isn't any genuine software out there except for a few 'what if' packages), I am considering designing and writing a system to backtest options, similar to the one I have written for Stocks and Futures.
The basic process is take a options data file or files; write the spread code in C++; get the optimizable parameters from user; run the system on the data for each set of parameters; do the trade analysis, write trades to csv file to be viewed in a spreadsheet etc, draw charts on demand etc
I want to start with spreads - let's say vertical spreads. What would be the optimizable parameters to do this? Your comments?