Robert Caulk
|
2077f84f9b
|
Merge pull request #7363 from wagnercosta/fixHyperoptFreqai
Fix hyperopt - freqai
|
2022-09-10 17:02:01 +02:00 |
|
robcaulk
|
c5d9180758
|
isort
|
2022-09-08 22:35:52 +02:00 |
|
robcaulk
|
bc7295579f
|
improve docs, make example strat hyperoptable
|
2022-09-08 22:22:50 +02:00 |
|
Timothy Pogue
|
5d338e697c
|
change window to timeperiod in hybrid
|
2022-09-07 18:49:47 +02:00 |
|
Timothy Pogue
|
48cadbf933
|
remove duplicate line, change window to timeperiod
|
2022-09-07 18:49:47 +02:00 |
|
Wagner Costa Santos
|
8d16dd804d
|
hyperopt - freqai - docs and refactoring
|
2022-09-06 15:42:47 -03:00 |
|
robcaulk
|
599c1c79fb
|
reorganized backtest utilities, test new functionality, improve/update doc
|
2022-09-03 14:00:01 +02:00 |
|
Matthias
|
13ccd940d5
|
Remove startup_candle_count from freqai sample config to avoid confusion
|
2022-08-31 10:27:08 +00:00 |
|
Matthias
|
a88ffd2c9d
|
Merge branch 'develop' into move_datadownload
|
2022-08-31 10:23:45 +00:00 |
|
Matthias
|
4def3678b7
|
Merge pull request #7298 from freqtrade/tif_align
align TimeInForce to ccxt usage
|
2022-08-29 06:36:51 +02:00 |
|
smarmau
|
ff3a4995c1
|
remove unnecessary code
|
2022-08-28 11:45:20 +02:00 |
|
smarmau
|
005594c29c
|
simplify hybrid template
|
2022-08-28 11:29:48 +02:00 |
|
Matthias
|
104a73025d
|
Uppercase TimeInForce (align with ccxt)
|
2022-08-27 10:30:06 +02:00 |
|
robcaulk
|
ac42c0153d
|
deprecate indicator_max_period_candles, automatically compute startup candles for FreqAI backtesting.
|
2022-08-22 18:19:07 +02:00 |
|
Matthias
|
6189aa817c
|
Fix HybridExample formatting
|
2022-08-20 19:50:18 +02:00 |
|
robcaulk
|
64b0834437
|
add credit in docstring
|
2022-08-20 17:04:38 +02:00 |
|
robcaulk
|
90c03178b1
|
provide user directions, clean up strategy, remove unnecessary code.
|
2022-08-20 17:02:18 +02:00 |
|
Johan van der Vlugt
|
b44bd0171c
|
Example Classifier strat
|
2022-08-19 19:10:37 +02:00 |
|
Matthias
|
16af10a5bc
|
Update notebook sample with simplified datadir configuration
closes #7252
|
2022-08-19 14:05:27 +02:00 |
|
Matthias
|
ea6bc47d7a
|
gateio default configs should specify unknown_fee_rate
|
2022-08-16 17:26:53 +02:00 |
|
Matthias
|
3a9ec76c91
|
Move "freqai.lock" to backend to simplify user interface
|
2022-08-14 17:19:50 +02:00 |
|
Matthias
|
3918f4abbd
|
Simplify strategy interface by removing explicit self.freqai_info assignment
|
2022-08-13 09:27:56 +02:00 |
|
robcaulk
|
e7de812948
|
Allow user to user pair_dict for persistent storage of custom data
|
2022-08-09 16:03:10 +02:00 |
|
Matthias
|
9a82898d6b
|
Merge branch 'develop' into feat/freqai
|
2022-08-09 06:22:57 +02:00 |
|
robcaulk
|
eb8bde37c1
|
Add lightgbm classifier, add classifier check test, fix classifier bug.
|
2022-08-06 17:51:21 +02:00 |
|
Matthias
|
9545402452
|
Improve defaults for config builder
|
2022-08-05 11:58:09 +02:00 |
|
robcaulk
|
3013282dbf
|
remove non-catboost stuff from schema
|
2022-08-01 05:39:38 +02:00 |
|
robcaulk
|
d830105605
|
*BREAKING CHANGE* remove unnecessary arguments from populate_any_indicators(), accommodate tests
|
2022-07-31 17:05:29 +02:00 |
|
Kavinkumar
|
a4bada3ebe
|
Partial exit using average price (#6545)
Introduce Partial exits
|
2022-07-31 14:19:04 +02:00 |
|
robcaulk
|
f22b140782
|
fix backtesting bug, undo move of label stat calc, fix example strat exit logic
|
2022-07-29 17:27:35 +02:00 |
|
Matthias
|
70b7a254af
|
Update some areas to use default docstring formatting
|
2022-07-24 16:51:48 +02:00 |
|
Matthias
|
81c1aa3c13
|
Update imports in freqAI sample strategies
|
2022-07-23 17:08:05 +02:00 |
|
Matthias
|
8a3cffcd1b
|
Remove remaining CustomModel references
|
2022-07-23 17:08:05 +02:00 |
|
Matthias
|
8fa6e8b4ba
|
Remove freqAI model bridge in favor of self.freqai
|
2022-07-23 17:08:05 +02:00 |
|
robcaulk
|
8f86b0deaa
|
*breaking change* simplify user strat by consolidating feature loops into backend
|
2022-07-21 12:24:22 +02:00 |
|
Matthias
|
f6bfd89cef
|
Merge branch 'develop' into feat/freqai
|
2022-07-16 18:14:34 +02:00 |
|
Matthias
|
cdc58058d7
|
Add candletype to notebook example
closes #7084, closes #7073
|
2022-07-14 19:40:26 +02:00 |
|
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!!)
|
2022-07-10 12:35:44 +02:00 |
|
Matthias
|
e52f82b565
|
Add leverage to custom_stake_amount callback
closes #7047
|
2022-07-08 19:44:20 +02:00 |
|
robcaulk
|
a6077ac7f4
|
Merge feat/freqai into develop to get new features
|
2022-07-03 16:17:13 +02:00 |
|
robcaulk
|
4ff0ef7359
|
fix bug returning multiple targets for training
|
2022-07-03 12:15:59 +02:00 |
|
robcaulk
|
ffb39a5029
|
black formatting on freqai files
|
2022-07-03 10:59:38 +02:00 |
|
robcaulk
|
106131ff0f
|
Rehaul organization of return values
|
2022-07-02 18:09:38 +02:00 |
|
robcaulk
|
7dfbd432d1
|
fix config saving bug, assign priorities to pairs in scanning, sleep the scanning loop to reduce CPU usage
|
2022-06-27 11:35:33 +02:00 |
|
robcaulk
|
b35c64b6c0
|
fix bug in backtest, typo in example strat
|
2022-06-19 16:41:09 +02:00 |
|
robcaulk
|
c5de0c49e4
|
first functional scanning commit
|
2022-06-16 00:24:18 +02:00 |
|
Matthias
|
75a248cf42
|
Fstring freqAI sample strategy, remove duplicate features
|
2022-06-11 19:56:37 +02:00 |
|
robcaulk
|
eb47c74096
|
merge datarehaul into main freqai branch
|
2022-06-10 20:26:19 +02:00 |
|
Matthias
|
1ddd5f1901
|
Update docstring throughout the bot.
|
2022-06-09 19:41:08 +02:00 |
|
robcaulk
|
f8f25e36ef
|
update example config/strat
|
2022-06-07 19:54:45 +02:00 |
|