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
|
8f883f2310
|
chore: fix set_initial_hist_preds test
|
2023-09-19 12:20:44 +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
|
158bf09774
|
Fix type checking error
|
2023-09-17 19:40:44 +02:00 |
|
Matthias
|
14c5f435aa
|
okx: Use proper history endpoint for fetch_orders
|
2023-09-16 20:01:19 +02:00 |
|
Matthias
|
5745722a37
|
Increase time for fetch_orders in test
|
2023-09-16 20:00:17 +02:00 |
|
Matthias
|
afb1b787c8
|
add okx to fully tested exchanges
|
2023-09-16 19:43:39 +02:00 |
|
Matthias
|
659168d341
|
Improve cancel_stop test
|
2023-09-16 19:43:39 +02:00 |
|
Matthias
|
5d8e0573f6
|
Run handle_onexchange_order test without dry-run
|
2023-09-16 16:39:52 +02:00 |
|
Matthias
|
6d2d5f93d0
|
Add exit order test
showing behavior in #9186
|
2023-09-16 16:39:40 +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
|
a7d6efdcd6
|
Fix order amounts in test
|
2023-09-16 09:32:30 +02:00 |
|
Matthias
|
fed24c1308
|
Improve test for get_canceled_exit_order
|
2023-09-16 09:13:41 +02:00 |
|
Matthias
|
ae4021da14
|
Rename get_canceled exit orders ...
|
2023-09-16 09:11:31 +02:00 |
|
axel
|
cf96ad1d1b
|
add trade param to custom entry price in interface, bot, backtesting, exemples
|
2023-09-16 02:32:03 -04:00 |
|
Matthias
|
33bf7f9f30
|
Ensure test doesn't fail based on daytime
failed if it's run in the first hour of the (UTC) day
|
2023-09-14 20:05:11 +02:00 |
|
Robert Caulk
|
310c9f6034
|
Update test_freqai_datadrawer.py
|
2023-09-14 13:49:31 +02:00 |
|
robcaulk
|
844ab4aef5
|
chore: add tests for set_initial_return_values
|
2023-09-14 00:05:59 +02:00 |
|
Matthias
|
a866b0a35e
|
Improve test correctness
|
2023-09-12 07:01:05 +02:00 |
|
Matthias
|
ee9d2c637a
|
Improve "order refind" mechanics
|
2023-09-11 20:18:42 +02:00 |
|
Matthias
|
96e5615d1b
|
Update safe_value_fallback to allow empty 2nd keys
|
2023-09-11 20:03:38 +02:00 |
|
Matthias
|
2ee152c5a6
|
Merge pull request #8779 from Axel-CH/feature/multiple_open_orders
Feature: Multiple open orders
|
2023-09-10 17:22:26 +02:00 |
|
Matthias
|
bef27467b6
|
Further improve test
|
2023-09-10 16:18:18 +02:00 |
|
Matthias
|
52f971cbb7
|
Improve existing test
|
2023-09-10 16:17:39 +02:00 |
|
Matthias
|
563e68e894
|
Don't hard-fail merge if there's no informative data
|
2023-09-10 16:16:52 +02:00 |
|
Matthias
|
49b4ab6d3b
|
Simplify some things in tests
|
2023-09-09 17:37:05 +02:00 |
|
Matthias
|
e76d4241a0
|
Remove further unnecessary method
|
2023-09-09 09:54:12 +02:00 |
|
Matthias
|
9e1f7dc6f7
|
have force-enter also include has_open_orders
|
2023-09-09 09:23:25 +02:00 |
|
Matthias
|
067c9219b6
|
replace 'open_orders' with "has_open_orders" in api
|
2023-09-09 08:36:28 +02:00 |
|
Matthias
|
f4e5ce892b
|
use has_open_orders in persistence
|
2023-09-08 19:58:43 +02:00 |
|
Matthias
|
830fc7580c
|
Cleanup unused property
|
2023-09-08 19:51:14 +02:00 |
|
Matthias
|
21859f79db
|
Merge pull request #9159 from stash86/fix-adjust
remove old codes when we only can do partial entries
|
2023-09-08 08:04:20 +02:00 |
|
Matthias
|
97a37198b9
|
Update test
|
2023-09-08 06:39:42 +02:00 |
|
Matthias
|
43bb4114d0
|
Update test for no open_order_id usage
|
2023-09-07 20:24:40 +02:00 |
|
Matthias
|
8c95207ca4
|
Merge branch 'develop' into pr/Axel-CH/8779
|
2023-09-07 20:19:25 +02:00 |
|
Matthias
|
ffaa121bc7
|
Simplify code by removing unnecessary (and non-working) method
|
2023-09-07 20:16:56 +02:00 |
|
Matthias
|
95d8c45481
|
test_handle_cancel_exit_limit - partially fill by half
|
2023-09-07 18:27:19 +02:00 |
|
Matthias
|
bae4abace2
|
Test test_handle_cancel_exit_limit short
|
2023-09-07 18:27:19 +02:00 |
|
Matthias
|
44461bd1a1
|
Add leverage to test_handle_cancel_exit_limit test
|
2023-09-07 18:27:19 +02:00 |
|
Matthias
|
c5f26e72e1
|
Merge pull request #9153 from freqtrade/rpc/drawdown
Add better drawdown metrics to /profit outputs
|
2023-09-07 06:33:15 +02:00 |
|
Matthias
|
8cbb5d2a93
|
Adjust test for "nan" data
shows problem in #9154
|
2023-09-06 19:38:54 +02:00 |
|
Matthias
|
feea20fb0a
|
Merge pull request #9151 from freqtrade/refactor/calc_profits
Refactor calculate profits
|
2023-09-05 06:26:04 +02:00 |
|
Matthias
|
e854667eb8
|
Add max_drawdown_start and end to /profit API endpoints
|
2023-09-04 20:09:59 +02:00 |
|
Matthias
|
7c5a11623e
|
Use dt_ts_def in profit endpoints
|
2023-09-04 20:09:32 +02:00 |
|
Matthias
|
783a2d945e
|
add dt_ts_def helper
|
2023-09-04 20:09:32 +02:00 |
|
Matthias
|
d8122962db
|
Add "date to string" helper
|
2023-09-04 20:09:32 +02:00 |
|
Matthias
|
39b6a00224
|
Improve naming of calculate_profit method
|
2023-09-04 06:42:16 +02:00 |
|
Matthias
|
07e07bd66b
|
Improve test, ensuring we calculate profits correctly
|
2023-09-04 06:28:29 +02:00 |
|