This website requires JavaScript.
Explore
Help
Sign In
adelorenzo
/
stable
Watch
1
Star
0
Fork
0
You've already forked stable
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
606f18e5c1
stable
/
freqtrade
/
freqai
History
robcaulk
606f18e5c1
Add follow_mode feature so that secondary bots can be launched with the same identifier and load models trained by the leader
2022-05-30 21:35:48 +02:00
..
prediction_models
throw user error if user tries to load models but feeds the wrong features (while using PCA)
2022-05-28 11:11:41 +02:00
data_drawer.py
Add follow_mode feature so that secondary bots can be launched with the same identifier and load models trained by the leader
2022-05-30 21:35:48 +02:00
data_kitchen.py
Increase performance by only predicting on most recent candle instead of full strat provided dataframe. Collect predictions and store them so that we can feed true predictions back to strategy (so that frequi isnt updating historic predictions based on newly trained models).
2022-05-30 11:37:05 +02:00
freqai_interface.py
Add follow_mode feature so that secondary bots can be launched with the same identifier and load models trained by the leader
2022-05-30 21:35:48 +02:00
strategy_bridge.py
flake8 passing, use pathlib in lieu of os.path to accommodate windows/mac OS
2022-05-15 17:38:58 +02:00