Matthias
|
9030e1041f
|
Remove USDT from documentation about "supported crypto currencies".
|
2024-01-02 09:52:48 +01:00 |
|
Matthias
|
659cbd987a
|
Merge pull request #9152 from stash86/bt-metrics
Add recursive-analysis sub-command
|
2023-09-29 17:59:37 +02:00 |
|
Matthias
|
8452399c12
|
Merge pull request #9187 from stash86/full-pairlist
Add FullTradesPairlist
|
2023-09-23 10:24:13 +02:00 |
|
Matthias
|
1b28521875
|
Improve execute_entry interface
|
2023-09-21 06:28:51 +02:00 |
|
Stefano Ariestasia
|
a74b6df14e
|
Merge branch 'freqtrade:develop' into bt-metrics
|
2023-09-20 17:48:37 +09:00 |
|
Matthias
|
8378a0234d
|
Filter exit_order_count on canceled orders only
|
2023-09-16 09:10:56 +02:00 |
|
Stefano Ariestasia
|
a93592c467
|
add fulltradespairlist
|
2023-09-13 14:17:43 +09:00 |
|
Stefano Ariestasia
|
607c604a45
|
add mising const
|
2023-09-04 11:16:10 +09:00 |
|
Matthias
|
25f5dbfcbd
|
Delete trade if replacing the first order failed
part of #9128
|
2023-09-02 16:49:12 +02:00 |
|
Matthias
|
30064b4102
|
Add support for trades data in Parquet format
|
2023-08-18 09:58:03 +02:00 |
|
Matthias
|
0fab65df03
|
Set explicit dtypes
|
2023-08-18 09:08:10 +02:00 |
|
Matthias
|
3bc49330ce
|
webserver mode should properly validate config
|
2023-08-17 09:15:59 +02:00 |
|
Matthias
|
9c73e52dd1
|
Remove sandbox configuration options
|
2023-08-08 06:23:52 +02:00 |
|
Matthias
|
3612956b7b
|
Allow unbound stoploss
part of #8976
|
2023-08-01 07:12:56 +02:00 |
|
Matthias
|
cca8c4e5b8
|
Update default dataformat to feather
|
2023-07-12 18:23:30 +02:00 |
|
Matthias
|
8c0e66008a
|
Remove wrong/faulty "default" comment from cli options
|
2023-07-10 06:12:46 +02:00 |
|
Matthias
|
5a43dd4766
|
don't hard-default --timeframes via argparse
|
2023-07-09 15:32:51 +02:00 |
|
Matthias
|
29725440c8
|
Simplify RPCMessageType schema definition
|
2023-06-29 12:28:25 +00:00 |
|
Matthias
|
02071df8fa
|
Merge pull request #8692 from freqtrade/feat/outsource-data-pipeline
Outsource data pipeline handling to improve flexibility
|
2023-06-18 13:39:36 +02:00 |
|
robcaulk
|
75ec19062c
|
chore: make DOCS_LINK in constants.py, ensure datasieve is added to setup.py
|
2023-06-16 13:06:21 +02:00 |
|
hippocritical
|
fc887efd4b
|
Merge branch 'freqtrade:develop' into develop
|
2023-05-28 20:53:39 +02:00 |
|
Matthias
|
35a388bf9a
|
Don't force min_roi to have content
|
2023-05-27 19:39:00 +02:00 |
|
hippocritical
|
5142b6bc0d
|
Merge branch 'freqtrade:develop' into develop
|
2023-05-20 19:50:31 +02:00 |
|
Matthias
|
a0edbe4797
|
Switch to using config instead of args.
|
2023-05-20 11:06:50 +02:00 |
|
Matthias
|
5488789bc4
|
Arguments should be in the configuration.
|
2023-05-20 11:01:42 +02:00 |
|
Matthias
|
b2a631e93a
|
refactor remove_exchange_credentials
|
2023-05-15 07:22:40 +02:00 |
|
Robert Caulk
|
6bc8759321
|
Update constants.py
Make progress bar true by default
|
2023-04-15 20:01:12 +02:00 |
|
Matthias
|
90ce2ae7e4
|
Merge branch 'develop' into pr/initrv/8426
|
2023-04-13 20:01:35 +02:00 |
|
Matthias
|
2131205db6
|
Bump tag length to 255
|
2023-04-12 07:19:36 +02:00 |
|
Matthias
|
b2b19915e6
|
Limit enter_tag and exit_reason to their actual field lenght
closes #8486
|
2023-04-12 07:19:36 +02:00 |
|
Matthias
|
476ed938f5
|
Extract custom_tag limit from interface file
|
2023-04-11 07:26:38 +02:00 |
|
initrv
|
cccf4f305b
|
fix randomize_starting_position typo
|
2023-04-02 03:42:05 +03:00 |
|
initrv
|
cab82e8e60
|
Add sb3 learn progress bar
|
2023-04-02 02:59:02 +03:00 |
|
Joe Schr
|
0128b63c1c
|
add 'feather' to AVAILABLE_DATAHANDLERS_TRADES
|
2023-03-21 19:13:32 +01:00 |
|
robcaulk
|
d9dc831772
|
allow user to drop ohlc from features in RL
|
2023-03-07 11:33:54 +01:00 |
|
Matthias
|
521025037d
|
Merge pull request #8203 from freqtrade/add-bufer-train-data-candles
Add buffer_train_data_candles feature
|
2023-02-24 13:25:18 +01:00 |
|
robcaulk
|
b8f011a2ab
|
give users ability to decide how many models to keep in dry/live
|
2023-02-22 22:27:56 +01:00 |
|
robcaulk
|
2b5c11c7b4
|
allow users to buffer train data with buffer_train_data_candles parameter
|
2023-02-21 21:08:34 +01:00 |
|
robcaulk
|
be85ef2707
|
add documentation for shuffle_after_split, add to constants
|
2023-02-16 18:50:11 +01:00 |
|
Matthias
|
ecff21ac21
|
type Orderbook
|
2023-02-15 07:01:36 +01:00 |
|
Matthias
|
3497de3dd5
|
Add more validation
|
2023-02-05 10:38:58 +01:00 |
|
Antonio Della Fortuna
|
b0f1d914c8
|
Changed max_open_trades type to int or inf
|
2023-01-15 11:44:10 +01:00 |
|
Antonio Della Fortuna
|
5fd85368a9
|
Added support for max_open_trades hyperopting
|
2023-01-04 10:34:44 +01:00 |
|
Matthias
|
3012c55ec5
|
Merge pull request #7867 from Bloodhunter4rc/remotepairlist
Add Remotepairlist
|
2022-12-19 19:28:49 +01:00 |
|
Bloodhunter4rc
|
9e20d13e50
|
Merge branch 'freqtrade:develop' into remotepairlist
|
2022-12-15 17:38:56 +01:00 |
|
Matthias
|
fa260e6560
|
Move "replace or append" decision to dataprovider
|
2022-12-14 19:56:54 +01:00 |
|
Bloodhunter4rc
|
48160f3fe9
|
Flake 8 fix, Json Fetching
|
2022-12-07 17:01:45 +01:00 |
|
Bloodhunter4rc
|
199fd2d074
|
+Remote Pairlist
|
2022-12-07 15:08:33 +01:00 |
|
Emre
|
e734b39929
|
Make model_training_parameters optional
|
2022-12-05 14:54:42 +03:00 |
|
robcaulk
|
7fd6bc526e
|
add randomize_starting_position to the rl_config
|
2022-11-27 21:03:13 +01:00 |
|