Matthias
|
f5d7a4417d
|
Split trades methods into seperate converter file
|
2023-09-24 17:21:21 +02:00 |
|
Matthias
|
38a3ce6164
|
Convert "converter" to package
|
2023-09-24 10:42:23 +02:00 |
|
Matthias
|
2322d0f3f3
|
Move trades-to-ohlcv to converter file
|
2023-09-24 10:38:25 +02:00 |
|
Matthias
|
8a5287581f
|
Move some convert-trades-to-ohlcv logic into convert function
|
2023-09-24 10:37:37 +02:00 |
|
Matthias
|
41cdd28f5f
|
Improve log output for convert-trades
|
2023-09-24 10:26:51 +02:00 |
|
Matthias
|
966247baaf
|
Make sure use_db is set as early as possible.
|
2023-09-23 18:20:19 +02:00 |
|
Matthias
|
35800f3ada
|
remove hardcoded docs link
we should have one place to configure this.
|
2023-09-23 12:02:34 +02:00 |
|
Matthias
|
8452399c12
|
Merge pull request #9187 from stash86/full-pairlist
Add FullTradesPairlist
|
2023-09-23 10:24:13 +02:00 |
|
Matthias
|
b4e732617e
|
Add handling for order replacement cancel failing
|
2023-09-22 06:37:56 +02:00 |
|
Matthias
|
450219c83b
|
Extract replace_order_faild message and behavior
|
2023-09-22 06:37:56 +02:00 |
|
Stefano
|
eb7df30061
|
add test
|
2023-09-22 09:43:03 +09:00 |
|
Matthias
|
9f445cb053
|
Don't rely on status when determining open order count
|
2023-09-21 07:14:51 +02:00 |
|
Matthias
|
1d23ba6e30
|
Improve wording after order-replacement
|
2023-09-21 07:14:31 +02:00 |
|
Matthias
|
1b28521875
|
Improve execute_entry interface
|
2023-09-21 06:28:51 +02:00 |
|
Matthias
|
4bca8b97f3
|
Don't allow empty order-type from exchange
|
2023-09-20 20:32:37 +02:00 |
|
Matthias
|
ddb0ae10b4
|
Ensure no None status is passed from "create_order"
|
2023-09-20 20:02:06 +02:00 |
|
Matthias
|
8600ae0387
|
Merge pull request #9191 from freqtrade/fix/double-date-column
Bug: FreqAI fit_live_predictions()
|
2023-09-20 08:23:41 +02:00 |
|
robcaulk
|
d21f0f4081
|
chore: add guardrails for users who neglect docs
|
2023-09-19 12:24:44 +02:00 |
|
Matthias
|
fd4877759c
|
Update hard min-requirement for python
|
2023-09-18 18:12:39 +02:00 |
|
Matthias
|
75f89ec12f
|
Merge pull request #9188 from Axel-CH/add-trade-param-to-custom-entry-price
Add trade param to custom entry price
|
2023-09-17 23:23:42 +02:00 |
|
Matthias
|
f6fce2162c
|
Add new parameter to strategy template
|
2023-09-17 22:25:23 +02:00 |
|
robcaulk
|
1f1abfe798
|
fix: avoid duplicate date columns interfering with fit_live_predictions()
|
2023-09-17 17:36:01 +02:00 |
|
Axel-CH
|
2bc0c4ecd5
|
update docstring
|
2023-09-17 03:17:07 -04:00 |
|
Axel-CH
|
224213840d
|
update trade object as optional parameter
|
2023-09-17 03:13:40 -04:00 |
|
Matthias
|
14c5f435aa
|
okx: Use proper history endpoint for fetch_orders
|
2023-09-16 20:01:19 +02:00 |
|
Axel-CH
|
a7cd9d77f2
|
ignore custom_entry_price trade object type test, remove LocalTrade as type
|
2023-09-16 13:58:59 -04:00 |
|
Axel-CH
|
5b857aeaf0
|
fix custom_entry_price trade object type test
|
2023-09-16 13:46:56 -04:00 |
|
Matthias
|
afb1b787c8
|
add okx to fully tested exchanges
|
2023-09-16 19:43:39 +02:00 |
|
Axel-CH
|
3f4715ba49
|
update custom_entry_price docstring
|
2023-09-16 13:20:10 -04:00 |
|
Matthias
|
220bc3c23e
|
Rename fetch_orders_emulate to make it non-protected
|
2023-09-16 17:56:16 +02:00 |
|
Matthias
|
c90be601f5
|
Add offset to "fetch_orders" to avoid missing the initial order
|
2023-09-16 17:53:47 +02:00 |
|
Matthias
|
3d858f6599
|
Fix bug closing trades while recalculating
closes #9186
|
2023-09-16 16:39:52 +02:00 |
|
Matthias
|
d01bc0fb9f
|
Enforce kwargs for update_trade_state
|
2023-09-16 14:44:24 +02:00 |
|
Matthias
|
394d758d32
|
Add missing fields to json (and json parse)
|
2023-09-16 14:06:36 +02:00 |
|
Axel-CH
|
91c710408a
|
fix flake8, set trade object param as Optional
|
2023-09-16 03:36:36 -04:00 |
|
Matthias
|
3a7f390510
|
Cancel based forceexits shouldn't trigger a full exit.
|
2023-09-16 09:32:51 +02:00 |
|
Matthias
|
ae4021da14
|
Rename get_canceled exit orders ...
|
2023-09-16 09:11:31 +02:00 |
|
Matthias
|
8378a0234d
|
Filter exit_order_count on canceled orders only
|
2023-09-16 09:10:56 +02:00 |
|
Axel CHERUBIN
|
d26869ea0a
|
Merge branch 'freqtrade:develop' into add-trade-param-to-custom-entry-price
|
2023-09-16 02:53:01 -04:00 |
|
axel
|
cf96ad1d1b
|
add trade param to custom entry price in interface, bot, backtesting, exemples
|
2023-09-16 02:32:03 -04:00 |
|
Matthias
|
3919bf3740
|
Adjust sequence of trade json output
|
2023-09-16 08:25:36 +02:00 |
|
Stefano
|
9814cf5360
|
flake8 fix
|
2023-09-15 12:35:56 +09:00 |
|
Stefano
|
c19fe95d39
|
add the filter to docs, tyding up the py file
|
2023-09-15 11:34:56 +09:00 |
|
Stefano
|
383bdb7d56
|
flake8 fix
|
2023-09-15 10:15:19 +09:00 |
|
Matthias
|
41765b14dc
|
Merge pull request #9182 from stash86/fix-rangestability
Change the cache of rangestability to 1 day
|
2023-09-14 20:43:07 +02:00 |
|
Matthias
|
454c2343a8
|
More clarity for adjust_trade_position callback docstring
|
2023-09-14 18:27:45 +02:00 |
|
Stefano Ariestasia
|
c0a600858f
|
Change the cache of rangestability to 1 day
|
2023-09-14 08:50:06 +09:00 |
|
Stefano Ariestasia
|
5b07385414
|
simplify the filter
|
2023-09-14 08:13:47 +09:00 |
|
robcaulk
|
844ab4aef5
|
chore: add tests for set_initial_return_values
|
2023-09-14 00:05:59 +02:00 |
|
Stefano Ariestasia
|
44ca6f1c46
|
remove unused vars and change wording
|
2023-09-13 17:07:45 +09:00 |
|