Commit Graph

102 Commits (3dd33cde00a9fdf5330595fa104b02771e0dbffd)

Author SHA1 Message Date
robcaulk b8f011a2ab give users ability to decide how many models to keep in dry/live
3 years ago
Matthias e964377edf Add new field to full config
3 years ago
Matthias 07c391322e Remove edge from sample configs (except full).
3 years ago
Stefano Ariestasia 00fa904422 update config-freqai-example to match latest binance futures pair syntax
3 years ago
Emre e734b39929
Make model_training_parameters optional
3 years ago
Matthias 30b467906c Delist FTX, following ccxt's delisting.
3 years ago
Matthias 942840da2d Improve setting wording to keep future possibilities open
3 years ago
Matthias 5bbd861512 Update binance sample config with better blacklist
4 years ago
Matthias 212b511bbe Remove explicit rateLimit setting for freqAI config
4 years ago
Matthias 6c491ee02e Update missed changes to plot_feature_importance
4 years ago
Matthias 8d77ba118c Fix line endings
4 years ago
Matthias 914eccecec Merge branch 'develop' into pr/wizrds/7303
4 years ago
Matthias ea58c29ded Add plot_feature_importance to schema definition
4 years ago
initrv b707a6da35 Add ability to plot feature importance
4 years ago
Timothy Pogue 8e75852ff3 fix constants, update config example, add emc config validation
4 years ago
Timothy Pogue 826eb85254 update confige example
4 years ago
Timothy Pogue fac6626459 update default timeouts
4 years ago
Timothy Pogue cd8455ccb7 Merge branch 'develop' into feat/externalsignals
4 years ago
Timothy Pogue 07f806a314 minor improvements, fixes, old config+constant removal
4 years ago
Timothy Pogue 1601868854 dataprovider fix, updated config example
4 years ago
robcaulk 599c1c79fb reorganized backtest utilities, test new functionality, improve/update doc
4 years ago
Wagner Costa Santos af5460cebf Add option to keep models only in memory for backtest
4 years ago
Timothy Pogue 57e9078727 update example config
4 years ago
Matthias 13ccd940d5 Remove startup_candle_count from freqai sample config to avoid confusion
4 years ago
Matthias a88ffd2c9d Merge branch 'develop' into move_datadownload
4 years ago
Timothy Pogue 346e73dd75 client implementation, minor fixes
4 years ago
Timothy Pogue 7952e0df25 initial rework separating server and client impl
4 years ago
Matthias 4def3678b7
Merge pull request #7298 from freqtrade/tif_align
4 years ago
Timothy Pogue 8c4e68b8eb updated example configs
4 years ago
Matthias 104a73025d Uppercase TimeInForce (align with ccxt)
4 years ago
Timothy Pogue 3e786a9b8b added example configs
4 years ago
robcaulk ac42c0153d deprecate indicator_max_period_candles, automatically compute startup candles for FreqAI backtesting.
4 years ago
robcaulk 90c03178b1 provide user directions, clean up strategy, remove unnecessary code.
4 years ago
Matthias 5dde011b31 Add unknown_fee_rate to full sample config
4 years ago
Matthias 09ee9089fb
Merge pull request #6832 from freqtrade/feat/freqai
4 years ago
Matthias 7c18ec4053 Add missing key to "full" config sample
4 years ago
Matthias 3b827ee60a Add "freqai.enabled" flag to disable freqAI via config flag
4 years ago
robcaulk e6ebc0443e make single generalized config for freqai. update docs to reflect that.
4 years ago
Matthias f6bfd89cef Merge branch 'develop' into feat/freqai
4 years ago
Matthias 8e8f026ea7 Telegram candle message should be configurable
4 years ago
Robert Caulk 607455919e Change config parameter names to improve clarity and consistency throughout the code (!!breaking change, please check discord support channel for migration instructions or review templates/FreqaiExampleStrategy.py config_examples/config_freqai_futures.example.json file changes!!)
4 years ago
robcaulk f8f25e36ef update example config/strat
4 years ago
robcaulk 4ac6ef2972 make defining period intervals more user friendly and flexible
4 years ago
robcaulk 7523ed825e automatically detect maximum required data based on user fed indicators (to avoid NaNs in dataset for rolling indicators), add new config parameter for backtesting to let users increase their startup_candles to accommodate high timeframe indicators, add docs to explain all. Add new feature for automatic indicator duplication according to user defined intervals (exhibited in example strat and configs now).
4 years ago
robcaulk 606f18e5c1 Add follow_mode feature so that secondary bots can be launched with the same identifier and load models trained by the leader
4 years ago
robcaulk 2f1a2c1cd7 allow users to store data in custom formats, update spot config to reflect better target horizon to training period ratio
4 years ago
robcaulk ce365eb9e3 improve example strat so that it has dynamic buy and sell logic according to original prediction
4 years ago
robcaulk 6193205012 fix bug for target_mean/std array merging in backtesting
4 years ago
robcaulk b79d4e8876 Allow user to go live and start from pretrained models (after a completed backtest) by simply reusing the `identifier` config parameter while dry/live.
4 years ago
robcaulk 7ff3258607 remove assertions, log error if user has not assigned freqai in config, fix stratify bug
4 years ago