Releases: fiquant/marketsimulator
Releases · fiquant/marketsimulator
Member access via arrow ~> has been added
methods fixes for web interface
Function overloading; Generic ad-hoc functions
Now it is possible to overload functions by their parameter types (but since the code is compiled into Python all overloads must have same set of parameter names)
A restricted form of ad-hoc generic functions introduced
Initial version of Strategy Definition Language Compiler
Strategies are described using a DSL. A compiler from the DSL to Python is developed.
before introducing a module definition language
In this release clean separation on simple and compund modules is done for majority of entities but description for these modules is embedded into Python code. In the next release code for compound modules will be generated automatically from high-level external definitions in a separate stage.
Preliminary web interface with old style strategies
v0.3-prealpha removing new style strategies