robcaulk
|
c2beeb4c79
|
bug fix backtest feature validation
|
2023-05-06 15:53:58 +00:00 |
|
Robert Caulk
|
e365e913c7
|
Merge pull request #8596 from autoscatto/bugfix/tensor-to-numpy
Bugfix/tensor to numpy
|
2023-05-06 17:31:49 +02:00 |
|
Matthias
|
efb5cd6545
|
Merge pull request #7861 from froggleston/reject_report
Add support for collating and analysing rejected signals in backtest
|
2023-05-06 14:28:24 +02:00 |
|
Tommaso Falchi
|
908a2e817a
|
Align BasePyTorchRegressor tensors to cpu as in BasePyTorchClassifier
|
2023-05-05 15:43:48 +02:00 |
|
Tommaso Falchi
|
306dfc4ae8
|
refactor(BasePyTorchClassifier.py): convert tensor to list before creating DataFrame to avoid TypeError.
docs(BasePyTorchClassifier.py): add missing parameter description in predict method
|
2023-05-05 13:04:53 +02:00 |
|
Matthias
|
775ea1c8c6
|
Improve type safety
|
2023-05-03 06:25:02 +00:00 |
|
Matthias
|
80930d72a6
|
Dont loop trades twice
closes #8591
|
2023-05-03 07:03:14 +02:00 |
|
Matthias
|
976cc1ab15
|
Extract order_obj existence check to separate function
|
2023-05-03 06:48:17 +02:00 |
|
Matthias
|
0d1d25e868
|
Improve error-handling
|
2023-05-02 21:44:19 +02:00 |
|
Matthias
|
13974d2508
|
Reduce error severity when maintenance-ratio fails
|
2023-05-02 21:44:19 +02:00 |
|
Matthias
|
f419d7870d
|
Add freqaimodel to pair history endpoint
closes #8566
|
2023-05-02 20:07:16 +02:00 |
|
robcaulk
|
af139ffbab
|
add transformer with positional encoding, fix some odds and ends in pytorch, upgrade to PyTorch 2.0
|
2023-05-01 13:18:03 +00:00 |
|
Richard Jozsa
|
ceb2631a56
|
Merge branch 'freqtrade:develop' into develop
|
2023-05-01 01:00:34 +02:00 |
|
Matthias
|
023c155a25
|
Extract signals generation from backtesting class
|
2023-04-28 16:14:16 +02:00 |
|
Matthias
|
6e395ad7c9
|
Refactor methods in backtesting
|
2023-04-28 16:09:09 +02:00 |
|
Matthias
|
0753f427b1
|
Simplify storage
|
2023-04-28 15:29:15 +02:00 |
|
Matthias
|
e20d9c8f98
|
Impoved errorhandling, better typesafety
|
2023-04-28 15:25:25 +02:00 |
|
Matthias
|
fc2a3c9f17
|
Implement further improvements, improve typehinting
|
2023-04-28 15:17:35 +02:00 |
|
Matthias
|
703ec3ccc4
|
Fix help text to show correct format
|
2023-04-28 15:01:47 +02:00 |
|
Matthias
|
8dd8c24595
|
Merge branch 'develop' into pr/froggleston/7861
|
2023-04-28 14:59:03 +02:00 |
|
Matthias
|
76ae539e61
|
Minor edit
|
2023-04-28 14:59:00 +02:00 |
|
Matthias
|
2a9e50a6a9
|
Add test testing create-table statement creation for different sql dialects
closes #8561
|
2023-04-27 19:43:33 +02:00 |
|
Matthias
|
daf564b62f
|
Invert logic for webhook
closes #8562
|
2023-04-27 18:27:09 +02:00 |
|
Matthias
|
1d9933412a
|
improve /version output formatting
|
2023-04-27 06:43:57 +02:00 |
|
Matthias
|
8cf0e4a316
|
Fix mypy typing errors
|
2023-04-26 19:43:42 +02:00 |
|
Matthias
|
6d3c94a739
|
type: ignore the offending tensorflow call
|
2023-04-26 18:08:55 +02:00 |
|
robcaulk
|
c6f3a3bbca
|
avoid typing issues in the tensorboard callback
|
2023-04-26 14:11:26 +02:00 |
|
robcaulk
|
e86980befa
|
remove typing from callback init
|
2023-04-26 13:42:10 +02:00 |
|
robcaulk
|
e29ce218eb
|
fix typing in TensorboardCallback
|
2023-04-26 10:54:54 +02:00 |
|
Matthias
|
d29a425baa
|
Update parameter type in RPC modules
|
2023-04-26 07:03:28 +02:00 |
|
Matthias
|
b0b036c457
|
Fix logic lapsus in check_exit_amount
|
2023-04-26 07:02:46 +02:00 |
|
Matthias
|
25bed7bb87
|
Update telegram help with reload_trade
|
2023-04-25 19:39:52 +02:00 |
|
Matthias
|
7287e9da1d
|
Add telegram endpoint for reload_trade
|
2023-04-25 19:34:37 +02:00 |
|
Matthias
|
0c22710ddd
|
Add API endpoint to force trade reloading
|
2023-04-25 19:30:29 +02:00 |
|
Matthias
|
f2696c9609
|
Force special exit reason for "recovered" exits
|
2023-04-25 18:09:46 +02:00 |
|
Matthias
|
24cab00479
|
Extract amount checking to wallets, implement for futures
|
2023-04-25 17:49:20 +02:00 |
|
Matthias
|
974cf6c365
|
Move comment to more appropriate spot
|
2023-04-25 17:41:59 +02:00 |
|
Matthias
|
95b35e452d
|
Emulate fetch_orders if it ain't supported natively
|
2023-04-25 17:13:02 +02:00 |
|
Matthias
|
81633b7c2e
|
Add "handle_onexchange_order" functionality
|
2023-04-25 16:19:14 +02:00 |
|
Matthias
|
d14f50f50d
|
temporary comment fetch_orders logic
|
2023-04-25 16:19:14 +02:00 |
|
Matthias
|
531b5727f2
|
add fetch_orders exchange wrapper
|
2023-04-25 16:19:14 +02:00 |
|
Matthias
|
c4a0910908
|
Handle special case where exit order is for more than the trade amount ...
|
2023-04-25 15:56:51 +02:00 |
|
Matthias
|
e8fedb685b
|
Update missleading docstring
|
2023-04-25 11:52:13 +02:00 |
|
Matthias
|
11c9f96d23
|
Use lock for trade entries, too
|
2023-04-25 11:45:35 +02:00 |
|
Matthias
|
59f9f4d467
|
Fix exception typos due to newlines
|
2023-04-25 09:27:33 +02:00 |
|
Matthias
|
6a271317bc
|
use stop_price_param for dry stops
closes #8555
|
2023-04-25 08:53:02 +02:00 |
|
Matthias
|
b49ff3d5bc
|
Improve type safety
|
2023-04-24 14:27:56 +02:00 |
|
Matthias
|
c06759223e
|
Improve telegram async tests
|
2023-04-24 14:27:56 +02:00 |
|
Matthias
|
516b49ff50
|
Fix bad types
|
2023-04-24 14:27:56 +02:00 |
|
Matthias
|
5608aaca26
|
Simplify mocking
|
2023-04-24 14:27:56 +02:00 |
|
Matthias
|
c9e6137ad0
|
Fix test_telegram _init test
|
2023-04-24 14:27:56 +02:00 |
|
Matthias
|
678c9ae67f
|
Fix some more async telegram tests
|
2023-04-24 14:27:56 +02:00 |
|
Matthias
|
fb56889b43
|
Update a few tests ...
|
2023-04-24 14:27:56 +02:00 |
|
Matthias
|
b1367ac46f
|
Update decorator typehint
|
2023-04-24 14:27:36 +02:00 |
|
Matthias
|
3d0e1d142f
|
Convert endpoints to async
|
2023-04-24 14:27:36 +02:00 |
|
Matthias
|
54732b72fd
|
Manage startup/teardown of telegram manually
|
2023-04-24 14:26:50 +02:00 |
|
Matthias
|
e7e6f719e4
|
_update_msg to async
|
2023-04-24 14:26:50 +02:00 |
|
Matthias
|
5134bf8ec3
|
Authorized-only and /version to async
|
2023-04-24 14:26:50 +02:00 |
|
Matthias
|
cb45689c1d
|
Small fixes to new telegram implementation
|
2023-04-24 14:26:50 +02:00 |
|
Matthias
|
14b501a4f7
|
Initial changes for telegram migration
|
2023-04-24 14:26:50 +02:00 |
|
Matthias
|
68ac934929
|
Update command list to handle frozenSets
|
2023-04-24 14:26:50 +02:00 |
|
Matthias
|
da261003df
|
Fix telegram imports to match v20.0
|
2023-04-24 14:26:49 +02:00 |
|
Matthias
|
4690810d5d
|
Merge pull request #8537 from freqtrade/feat/balance_improve
Improve balance output
|
2023-04-24 14:26:05 +02:00 |
|
Matthias
|
98db27e8f4
|
Bump develop version to 2023.5-dev
|
2023-04-24 14:05:35 +02:00 |
|
Matthias
|
829724c0ec
|
Fallback to "initialMargin" if collateral is not set
|
2023-04-24 12:13:24 +02:00 |
|
Matthias
|
68a8c79c08
|
Improve output for futures
|
2023-04-24 12:03:00 +02:00 |
|
Matthias
|
e99af87b6d
|
store periodic breakdown in backtest results
This will enable the webserver to use this data.
|
2023-04-24 10:59:30 +02:00 |
|
Matthias
|
3948890c3b
|
Add --breakdown to backtest-show
|
2023-04-24 10:35:46 +02:00 |
|
Matthias
|
ad4996259e
|
Further increase typehints in freqAI interface
|
2023-04-23 19:36:17 +02:00 |
|
Matthias
|
c5dc21e80c
|
Update freqAI documentation with missing typehints
|
2023-04-23 19:30:30 +02:00 |
|
Matthias
|
94a6bc608c
|
Update stake-currency behavior
|
2023-04-22 17:42:09 +02:00 |
|
Matthias
|
f937818b80
|
Add "owned" fields to balance
|
2023-04-22 17:13:53 +02:00 |
|
Matthias
|
c4f8ff95dd
|
Update tests
|
2023-04-22 16:13:27 +02:00 |
|
Matthias
|
dbf1f0897e
|
Add /balance full, reduce regular balance output
closes #4497
|
2023-04-22 15:51:28 +02:00 |
|
Matthias
|
7a47500b22
|
Add "is_bot_managed" flag to API
|
2023-04-22 14:57:13 +02:00 |
|
Matthias
|
cb09ef7180
|
Extract converting wallet to est_stake
|
2023-04-22 11:48:59 +02:00 |
|
Matthias
|
ce75a032d0
|
Balance ratio calculation should ignore non-relevant assets
closes #8532
|
2023-04-22 11:48:59 +02:00 |
|
robcaulk
|
0a05099713
|
fix mypy
|
2023-04-21 22:52:19 +02:00 |
|
Matthias
|
4a4be27ebc
|
use orderid from order, the trade one has been reset
part of #8526
|
2023-04-21 07:14:03 +02:00 |
|
Matthias
|
ca1a616b89
|
use Fstrings for log message
|
2023-04-21 07:08:14 +02:00 |
|
Matthias
|
1056ff0d18
|
Update variable to better reflect it's content
|
2023-04-19 20:20:29 +02:00 |
|
Matthias
|
f30fc29da0
|
Merge branch 'develop' into pr/richardjozsa/8336
|
2023-04-19 19:37:51 +02:00 |
|
Matthias
|
f1e03a6873
|
Update variable to better reflect it's content
|
2023-04-19 18:20:25 +02:00 |
|
Bohdan Kamuz
|
f99bdc4393
|
Merge branch 'freqtrade:develop' into develop
|
2023-04-18 23:49:06 +03:00 |
|
Matthias
|
caf524c685
|
Don't fail on leverage tier loading error
closes #8512
|
2023-04-18 18:01:12 +02:00 |
|
Bohdan Kamuz
|
c297d99975
|
Telegram. Fixed the blacklist removal message
|
2023-04-18 10:09:48 +00:00 |
|
Matthias
|
3fb5cd3df6
|
Improve formatting
|
2023-04-17 20:27:18 +02:00 |
|
Matthias
|
7ff35fea3c
|
Default weekly report to monday
closes #8502
|
2023-04-17 20:20:38 +02:00 |
|
Matthias
|
14bca509da
|
Cleanup some code
|
2023-04-17 19:55:58 +02:00 |
|
Matthias
|
b2ea464250
|
Handle individual exceptions when initializing leverage tiers
closes #8515
closes #8512
closes #8514
|
2023-04-17 19:52:19 +02:00 |
|
Matthias
|
d73e7f292a
|
simplify Leverage tier code
|
2023-04-17 19:52:19 +02:00 |
|
Bohdan Kamuz
|
70e48ca43a
|
Merge branch 'freqtrade:develop' into develop
|
2023-04-17 12:46:00 +03:00 |
|
Bohdan Kamuz
|
d34b15d6a9
|
Telegram. Fixed the blacklist removal message
|
2023-04-17 09:40:41 +00:00 |
|
Matthias
|
daabc8ffbe
|
Merge pull request #8426 from initrv/add-sb3-learn-progress-bar
Add sb3 learn progress bar
|
2023-04-17 10:22:49 +02:00 |
|
Bohdan Kamuz
|
c291d69533
|
Merge branch 'freqtrade:develop' into develop
|
2023-04-17 08:35:40 +03:00 |
|
Matthias
|
8aec71e27e
|
Add bitvavo sublass to properly set ohlcv limit
|
2023-04-17 07:25:13 +02:00 |
|
Matthias
|
9caa74c796
|
Merge branch 'develop' into pr/initrv/8426
|
2023-04-16 18:16:16 +02:00 |
|
Richard Jozsa
|
8620f1178d
|
Merge branch 'freqtrade:develop' into develop
|
2023-04-16 14:29:57 +02:00 |
|
Bohdan Kamuz
|
1370ee498c
|
Merge branch 'freqtrade:develop' into develop
|
2023-04-16 14:39:44 +03:00 |
|
Matthias
|
f6e93114e6
|
Update binance leverage tiers file
|
2023-04-16 08:35:17 +02:00 |
|