|
The software has the following features:
- Flexible software framework and user interface allow users to develop, test, and optimize trading systems or filtering algorithms.
- Multiple trading systems or filtering algorithms can be implemented.
- Has two different kinds of processes to execute, Advisors, or Filters. Advisors execute trades on a simulated account, while filters are simply executed.
- Process parameters are defined at execution time by the user.
- Account parameters such as balance, leverage, and allocation percentage are also user defined at execution time.
- All parameters can be specified as a single value or a range of values.
- The process parameters can be specified as a mix of single value and ranged parameters
- When a set of parameters are defined as a range, a process will be executed with all the combination of parameters for the range.
- Process output is displayed in the program, as well as saved to a disk logfile.
- All parameters are saved to disk and reloaded the next time the program starts
- Program is created to used tick data from http://ratedata.gaincapital.com
- Tick files of different formats can be loaded when a Tick Mapping file is created.
- The currently loaded Tick Data file, as well as the Tick Mapping file is remembered and reloaded the next time the program starts
|