-
Notifications
You must be signed in to change notification settings - Fork 2k
Implement mkmarek/forex.analytics: Genetic analysis to build decision trees for buy and sell signals #385
Comments
Great idea. |
The best person to talk about is @arpheno, he write a thesis about genetics algo. |
zenbot already has some strategies using ta-lib, so that should be fine. Might be working well, see #389 ;) |
Ok, the current implementation does show some promise (see sim results in the PR #389). There is still work to do, though (@mkmarek, if you read this, is your forex.analytics still actively maintained?):
|
Pinged the author, let's see. |
how do i pull this branch ?/ |
Pull zenbot from my github profile and then switch branches to crubb/forex.analytics. |
…TA-lib stats (#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 #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 * !!! -> !
The strategy was committed as of today. Documentation is available. Please play special attention to the limitations section and please contribute code to also optimise the loopback periods ;) |
…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 * !!! -> !
Hey guys,
just documenting @infatrus idea from #general/Discord. https://github.com/mkmarek/forex.analytics looks very promising:
@arpheno, @gelotus, what do you guys think of the approach?
Best,
-crubb
The text was updated successfully, but these errors were encountered: