Skip to content
This repository has been archived by the owner on Feb 15, 2022. It is now read-only.

Output json result to file during simulation #1206

Merged
merged 19 commits into from
Jan 24, 2018
Merged

Output json result to file during simulation #1206

merged 19 commits into from
Jan 24, 2018

Commits on Jan 21, 2018

  1. Configuration menu
    Copy the full SHA
    6735c93 View commit details
    Browse the repository at this point in the history
  2. Add trend_bollinger

    station384 committed Jan 21, 2018
    Configuration menu
    Copy the full SHA
    3d8b8c6 View commit details
    Browse the repository at this point in the history
  3. Add wavetrend strategy

    station384 committed Jan 21, 2018
    Configuration menu
    Copy the full SHA
    5110ab6 View commit details
    Browse the repository at this point in the history
  4. Add StdDev

    station384 committed Jan 21, 2018
    Configuration menu
    Copy the full SHA
    2eec559 View commit details
    Browse the repository at this point in the history
  5. Add Momentum Strategy

    station384 committed Jan 21, 2018
    Configuration menu
    Copy the full SHA
    804d855 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2018

  1. Configuration menu
    Copy the full SHA
    dadf3ec View commit details
    Browse the repository at this point in the history
  2. Save options to file if backtester_generation has value

    This is to improve reliability of passing information to backtested
    scripts.
    station384 committed Jan 22, 2018
    Configuration menu
    Copy the full SHA
    89a5685 View commit details
    Browse the repository at this point in the history
  3. Fixed StochRSI calculations (#1196)

    * Fix SRSI calculation
    
    * Added test case for SRSI. Switched RSI and SRSI output to float and adjusted display accordingly
    
    * Oops, disabled all other tests by mistake
    
    * Fix test assertion
    aquamanjl authored and station384 committed Jan 22, 2018
    Configuration menu
    Copy the full SHA
    f4ace06 View commit details
    Browse the repository at this point in the history
  4. Fix cexio update-products.sh (#1194)

    This fixes the error `/usr/bin/env: ‘node\r’: No such file or directory`
    firepol authored and station384 committed Jan 22, 2018
    Configuration menu
    Copy the full SHA
    688a4b2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c44a077 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ae7cc52 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    718c944 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2018

  1. Configuration menu
    Copy the full SHA
    0d361f6 View commit details
    Browse the repository at this point in the history
  2. Cleanup code and comments

    station384 committed Jan 23, 2018
    Configuration menu
    Copy the full SHA
    28efeba View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'DeviaVir/unstable' into Output-json-res…

    …ult-to-file-during-simulation
    station384 committed Jan 23, 2018
    Configuration menu
    Copy the full SHA
    55a5964 View commit details
    Browse the repository at this point in the history
  4. Ignore the sim outputs

    station384 committed Jan 23, 2018
    Configuration menu
    Copy the full SHA
    a8099ed View commit details
    Browse the repository at this point in the history
  5. Correct mistake in vsBuyHold

    Missed return result of vsBuyHold in the Sim command JSON results.
    
    vsBuyHold needs to be a percentage represented by whole numbers.  i.e.
    99.5 instead of 0.995.
    station384 committed Jan 23, 2018
    Configuration menu
    Copy the full SHA
    7d8c41a View commit details
    Browse the repository at this point in the history
  6. Alter auto_backtester to use json output

    changed json file name to new format
    sim_<selector>_<marketExchangePair>_<generation>.json
    
    if selector or marketExcahngePair contains ‘_’ it will be stripped this
    allows for easier parsing of the file name.
    
    Final additions or I’ll just keep tweaking it.
    station384 committed Jan 23, 2018
    Configuration menu
    Copy the full SHA
    6b1c8dc View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2018

  1. Remove debug code

    now matches genetic_backtester.
    station384 committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    5cf8906 View commit details
    Browse the repository at this point in the history