forked from DeviaVir/zenbot
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add strategy: forex.analytics, an genetic optimization algorithm for …
…TA-lib stats (DeviaVir#389) * Add a 'noop' strategy, which just does nothing. Can be used to generate e.g. candlestick data for model training. * - Add option to `sim` to disable output of option - Add option to `sim` to disable writing HTML results * Add forex_analytics training, simulation and strategy (see https://github.com/mkmarek/forex.analytics and DeviaVir#385) * - .gitignore trained models - Limit width of progressbar in training to 80 cols * - Added timezone to datetime displays - Fixed hang when not using a test dataset - Changed default indicators * Windows fixes for sim spawn * Write a final model including sim results (output while training less pretty) * Made train pretty again. Also write simulation Results as HTML files in models/ * Speed up parseSimulation() * Properly name simulation result HTML files after training * - Use the defaults of the forex.analytics project for training - Add a check for unknown indicators * forex_analytics documentation * !!! -> !
- Loading branch information
Showing
13 changed files
with
633 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,3 +19,5 @@ conf_* | |
sim_result* | ||
*_test | ||
backtesting_* | ||
models/*.json | ||
models/*.html |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.