Skip to content

Releases: fiquant/marketsimulator

Member access via arrow ~> has been added

27 Feb 15:51
Compare
Choose a tag to compare
methods

fixes for web interface

Function overloading; Generic ad-hoc functions

14 Feb 11:16
Compare
Choose a tag to compare

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

03 Feb 16:05
Compare
Choose a tag to compare

Strategies are described using a DSL. A compiler from the DSL to Python is developed.

before introducing a module definition language

10 Sep 11:18
Compare
Choose a tag to compare

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

20 Jul 17:15
Compare
Choose a tag to compare
v0.3-prealpha

removing new style strategies