Matthias
|
cb086f79ff
|
Improve doc wording and command parameters
|
2023-03-12 15:46:44 +01:00 |
|
Matthias
|
d9bff68501
|
Merge pull request #8311 from froggleston/develop
Fix None limit on pair_candles RPC call
|
2023-03-12 15:25:30 +01:00 |
|
Matthias
|
5bfee44bba
|
Whitespace fix
|
2023-03-12 15:24:27 +01:00 |
|
Yinon Polak
|
0012fe36ca
|
sort imports
|
2023-03-12 16:16:04 +02:00 |
|
hippocritical
|
d186f8f1e1
|
Merge branch 'freqtrade:develop' into strategy_utils
|
2023-03-12 14:40:02 +01:00 |
|
Yinon Polak
|
cb17b36981
|
simplify file_type check comparisons
|
2023-03-12 14:50:08 +02:00 |
|
froggleston
|
aa283a0447
|
Fix None limit on pair_candles RPC call
|
2023-03-12 12:44:12 +00:00 |
|
Yinon Polak
|
f9fdf1c31b
|
generalize mlp model
|
2023-03-12 14:31:08 +02:00 |
|
Yinon Polak
|
1cf0e7be24
|
use one iteration on all test and train data for evaluation
|
2023-03-12 12:48:15 +02:00 |
|
initrv
|
82cb107520
|
add tensorboard category
|
2023-03-12 01:32:55 +03:00 |
|
Matthias
|
b23841fbfe
|
Bump ccxt to 2.9.12
|
2023-03-11 17:35:30 +01:00 |
|
Matthias
|
8726a4645d
|
Don't use deprecated Type construct
|
2023-03-11 15:15:32 +01:00 |
|
Matthias
|
59d2ff3ffa
|
Simplify handle_cancel_exit
|
2023-03-11 15:15:10 +01:00 |
|
Matthias
|
39c651e40c
|
Remove pointless reset of close_profit
|
2023-03-11 15:15:02 +01:00 |
|
Matthias
|
a2336f256b
|
Add profit descriptions
closes #8234
|
2023-03-11 08:25:45 +01:00 |
|
Matthias
|
a76ca771f8
|
telegram: Fix sending telegram message with exception
|
2023-03-10 18:09:05 +01:00 |
|
hippocritical
|
f722823b0d
|
Merge remote-tracking branch 'origin/strategy_utils' into strategy_utils
|
2023-03-10 09:24:08 +01:00 |
|
hippocritical
|
a3988f56b2
|
Sorry matthias, did not see that you already committed something and did overwrite you.
Added your version to it instead of mine and pushed again (since it was already overwritten by me).
|
2023-03-10 09:23:56 +01:00 |
|
hippocritical
|
5a467eb969
|
Merge branch 'freqtrade:develop' into strategy_utils
|
2023-03-10 09:18:44 +01:00 |
|
hippocritical
|
5f8202e1b5
|
Merge remote-tracking branch 'origin/strategy_utils' into strategy_utils
# Conflicts:
# freqtrade/commands/strategy_utils_commands.py
# tests/test_strategy_updater.py
|
2023-03-10 09:00:00 +01:00 |
|
hippocritical
|
bfc7f48f17
|
added checks for python3.8 or lower since ast_comments.unparse() needs python 3.9 or higher.
testing with python 3.8 would make the build fail tests, skipping it there.
|
2023-03-10 08:59:07 +01:00 |
|
Matthias
|
5b2a291109
|
Merge pull request #8273 from freqtrade/stop_from_open_lev
Stop from open lev
|
2023-03-09 19:44:16 +01:00 |
|
Matthias
|
d3a3ddbc61
|
Check if exchang provides bid/ask via fetch_tickers - and fail with spread filter if it doesn't.
closes #8286
|
2023-03-09 19:42:43 +01:00 |
|
Yinon Polak
|
8a9f2aedbb
|
improve documentation
|
2023-03-09 14:55:52 +02:00 |
|
Yinon Polak
|
e88a0d5248
|
convert single quotes to double quotes
|
2023-03-09 13:29:11 +02:00 |
|
Yinon Polak
|
2ef11faba7
|
reformat documentation
|
2023-03-09 13:25:20 +02:00 |
|
Yinon Polak
|
c9eee2944b
|
reformat documentation
|
2023-03-09 13:01:04 +02:00 |
|
Yinon Polak
|
6f962362f2
|
expand pytorch trainer documentation
|
2023-03-09 12:45:46 +02:00 |
|
Yinon Polak
|
ba5de0cd00
|
add documentation
|
2023-03-09 11:21:10 +02:00 |
|
Yinon Polak
|
3081b9402b
|
add documentation
|
2023-03-09 11:14:54 +02:00 |
|
Matthias
|
30fd1e742e
|
Add 3.8 block for strategyUpdater
|
2023-03-09 07:46:58 +00:00 |
|
Matthias
|
4d8e3c25bd
|
Merge branch 'develop' into strategy_utils
|
2023-03-09 07:12:48 +00:00 |
|
ASU
|
1132fa6093
|
feat: Added price_rounding modes in config
|
2023-03-09 02:11:31 +02:00 |
|
Matthias
|
29dfb5c169
|
Merge pull request #8291 from freqtrade/allow-ohlc-removal
allow user to drop ohlc from features in RL
|
2023-03-08 21:04:34 +01:00 |
|
robcaulk
|
d10ee0979a
|
ensure training_features_list is updated properly
|
2023-03-08 19:37:11 +01:00 |
|
Matthias
|
0318486bee
|
Update stoploss_from_open documentation for leverage adjustment
|
2023-03-08 19:35:26 +01:00 |
|
Robert Caulk
|
85e345fc48
|
Update BaseReinforcementLearningModel.py
|
2023-03-08 19:29:39 +01:00 |
|
Yinon Polak
|
1597c3aa89
|
set class names in IStrategy.set_freqai_targets method, also save class name with model meta data
|
2023-03-08 18:36:44 +02:00 |
|
Yinon Polak
|
7d26df01b8
|
fix tensor type hint
|
2023-03-08 16:17:19 +02:00 |
|
Yinon Polak
|
c8296ccb2d
|
sort imports
|
2023-03-08 16:13:35 +02:00 |
|
Yinon Polak
|
8d60327d60
|
add missing import
|
2023-03-08 16:12:47 +02:00 |
|
Yinon Polak
|
04564dc134
|
add missing import
|
2023-03-08 16:11:51 +02:00 |
|
Yinon Polak
|
6161b858c4
|
sort imports
|
2023-03-08 16:10:25 +02:00 |
|
Yinon Polak
|
1921a07b89
|
sort imports
|
2023-03-08 16:08:04 +02:00 |
|
Yinon Polak
|
b65ade51be
|
revert config_freqai_example changes
|
2023-03-08 16:05:02 +02:00 |
|
Yinon Polak
|
dfbb2e2b35
|
sort imports
|
2023-03-08 16:03:36 +02:00 |
|
Yinon Polak
|
1805db2b07
|
change documentation and small bugfix
|
2023-03-08 15:38:22 +02:00 |
|
Yinon Polak
|
76fbec0c17
|
ad multiclass target names encoder to ints
|
2023-03-08 14:29:38 +02:00 |
|
robcaulk
|
29d337fa02
|
ensure ohlc is dropped from both train and predict
|
2023-03-08 11:26:28 +01:00 |
|
Matthias
|
2c7ae756f5
|
Improve mock behavior
|
2023-03-08 07:05:59 +01:00 |
|