Commit Graph

110 Commits (bfdbf0248c187c9b07b6a308943bda70a94de4e2)

Author SHA1 Message Date
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
robcaulk af0cc21af9 Enable hourly/minute retraining in live/dry. Suppress catboost folder output. Update config + constants + docs to reflect updates.
4 years ago
robcaulk 42d95af829 Aggregated commit. Adding support vector machine for outlier detection, improve user interface to dry/live, better standardization, fix various other bugs
4 years ago
robcaulk d1d451c27e auto populate features based on a prepended % in the strategy (remove feature assignment from config). Update doc/constants/example strategy to reflect change
4 years ago
robcaulk 9b3e5faebe create more flexible whitelist, avoid duplicating whitelist features into corr_pairlist, update docs
4 years ago
robcaulk 22bd5556ed add self-retraining functionality for live/dry
4 years ago
robcaulk def71a0afe auto build full_timerange and self manage training_timerange
4 years ago
robcaulk 99f7e44c30 flake8 passing, use pathlib in lieu of os.path to accommodate windows/mac OS
4 years ago
robcaulk fc837c4daa add freqao backend machinery, user interface, documentation
4 years ago
erdieee f23faac368 Fix config_examples typo
4 years ago
Matthias f1f4846053 Merge branch 'develop' into pr/samgermain/6558
4 years ago
Matthias ba92e09b7b list-strategies should find recursively as well
4 years ago
Matthias 238ff6c9fe Use better naming
4 years ago
Matthias 3427df0653 Add simple test for recursive loading
4 years ago
Matthias aee0cfd17a forcebuy_enable -> force_entry_enable
4 years ago
மனோஜ்குமார் பழனிச்சாமி 9417bb01dc
Merge branch 'develop' into renaming-forceentry-forceexit
4 years ago
Matthias b1378efdeb ignore_roi_if_buy_signal -> ignore_roi_if_entry_signal
4 years ago
Matthias 4897731030 use_sell_signal -> use_exit_signal
4 years ago
Matthias 5ce5c70be6 sell_profit_offset -> exit_profit_offset
4 years ago
Matthias bba9629a2a Rename sell_profit_only to exit_profit_only
4 years ago
மனோஜ்குமார் பழனிச்சாமி 8442fb915f renamed
4 years ago
Matthias eff636ba53 Update RPC message types to ENTRY
4 years ago
Matthias 8a9839fb6d Update telegram notification settings
4 years ago
Matthias 0b88185c2c Sell-fill -> exit_fill
4 years ago
Matthias 8b33d9cdb2 sell_cancel -> exit_cancel
4 years ago
Matthias 6d9218cb34 sell_signal -> exit_signal
4 years ago
Matthias 1917527179 custom_sell -> custom_exit
4 years ago
Matthias cd146bfa8f emergency_sell -> emergency_exit
4 years ago
Matthias 54ad130bb9 Update force_sell to force_exit
4 years ago
Matthias 648e969a7a Realign entry_pricing fields
4 years ago
Matthias 2d740230f7 price_last_balance renaming
4 years ago
Matthias bcf326a035 Initial steps to change bid/ask pricing to enter/exit
4 years ago
Matthias 0624817242 update unfilledtimeout settings to entry/exit
4 years ago
Matthias de6519eb05 Update config builder to include okx for futures
4 years ago
Matthias efc313b28b
Merge pull request #6512 from freqtrade/short_order_types
4 years ago
Matthias cb9da78a27 Merge branch 'develop' into feat/short
4 years ago
Matthias e492bf3159 Update order_types to use entry/exit definition
4 years ago
Matthias 3ff261e22c Update order time in force to use entry/exit wording
4 years ago
Matthias 17041b78fc Add stoploss-limit-ratio to full config sample
4 years ago
Matthias 4988e56bfe Full config should still default to spot markets
4 years ago
Matthias 8952829adc Merge branch 'develop' into feat/short
4 years ago
Stefano Ariestasia b043697d70 Update config_full.example.json
4 years ago
Matthias 0c6d92a7a6 Merge branch 'develop' into feat/short
4 years ago
Matthias 380e383eee Add log_Responses to full config example
4 years ago
Sam Germain 179947fa72
New config (#6333)
4 years ago
Matthias b96b0f89bd improved unfilledtimeout defaults
4 years ago
Stefano Ariestasia e3181748dc Add ignore_buying_expired_candle to config_full example
4 years ago
Matthias 7a907a7636 Add Emergencyselling after X timeouts have been reached
5 years ago
Matthias 7f4baab420 Remove explicit rateLimits, improve docs
5 years ago
Matthias dd0db7ee5d Split protection-notification into global and per-pair
5 years ago
Matthias 1f3ccc2587 DefaultStrategy does not need to be limited
5 years ago
Matthias 74a5cb3c21 Remove protections from full config
5 years ago
Sam Germain 362436f7d2 Renamed example config files so they are .json so that syntax highlighting is all correct. Explicitly listed each one in .gitignore to prevent a real config file from being uploaded accidently
5 years ago