Stefano
|
8e500d4601
|
add DelistFilter
|
5 months ago |
Matthias
|
ba8778b181
|
chore: revert max_open_trades in sample config for now
|
8 months ago |
Stefano
|
52c78966ef
|
Fix example config
- Fix the low stake anount
- Set max open trades to unlimited, as a good practice
|
8 months ago |
Matthias
|
1b4592a2f3
|
chore: remove edge from full_config
|
9 months ago |
Matthias
|
abef8e376c
|
feat: add $schema to config examples
|
2 years ago |
konradbeck
|
c07f2caa4a
|
Update config_freqai.example.json
documentation refers to unique-id, e.g tensorboard --logdir user_data/models/unique-id
and not uniqe-id
|
2 years ago |
Matthias
|
b371593084
|
Move previous test config to tests
|
2 years ago |
Matthias
|
9990780e6b
|
Update binance config to be for usdt pairs
|
2 years ago |
Matthias
|
d9b5d05e2a
|
Align sample configs with the "no ratelimit" recommendation
|
2 years ago |
Stefano
|
c19fe95d39
|
add the filter to docs, tyding up the py file
|
2 years ago |
Matthias
|
9c73e52dd1
|
Remove sandbox configuration options
|
3 years ago |
Matthias
|
cca8c4e5b8
|
Update default dataformat to feather
|
3 years ago |
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).
Edge is barely used, but everyone drags it's config around.
|
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
|
3 years ago |
Matthias
|
212b511bbe
|
Remove explicit rateLimit setting for freqAI config
|
3 years ago |
Matthias
|
6c491ee02e
|
Update missed changes to plot_feature_importance
|
3 years ago |
Matthias
|
8d77ba118c
|
Fix line endings
|
3 years ago |
Matthias
|
914eccecec
|
Merge branch 'develop' into pr/wizrds/7303
|
3 years ago |
Matthias
|
ea58c29ded
|
Add plot_feature_importance to schema definition
|
3 years ago |
initrv
|
b707a6da35
|
Add ability to plot feature importance
|
3 years ago |
Timothy Pogue
|
8e75852ff3
|
fix constants, update config example, add emc config validation
|
3 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
align TimeInForce to ccxt usage
|
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
Freqai: an interface for users to build/train/backtest predictive models and run them live
|
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
aligns with how other optional modules work in freqtrade.
|
4 years ago |
robcaulk
|
e6ebc0443e
|
make single generalized config for freqai. update docs to reflect that.
|
4 years ago |