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
|
a4fc7ce0c4
|
"fix" bybit invalid order responses for canceled orders
closes #9128
|
2023-09-03 17:05:57 +02:00 |
|
Matthias
|
00cef56a57
|
Merge pull request #9137 from froggleston/frog-update-rpc
Implment weekly/monthly RPC endpoints
|
2023-09-03 10:22:37 +02:00 |
|
Matthias
|
d1984945d5
|
Improve tests for /weekly and /monthly
|
2023-09-02 20:15:12 +02:00 |
|
froggleston
|
f838bc760f
|
Implment weekly/monthly RPC endpoints
|
2023-09-02 16:06:23 +01:00 |
|
Matthias
|
25f5dbfcbd
|
Delete trade if replacing the first order failed
part of #9128
|
2023-09-02 16:49:12 +02:00 |
|
Matthias
|
6f86e30c7e
|
Add leverage adjustment to "stoploss_from_absolute"
|
2023-09-02 11:01:59 +02:00 |
|
Matthias
|
28c62724df
|
Add explicit test and message for "Order could not be replaced" scenario
part of #9128
|
2023-09-01 06:58:59 +02:00 |
|
Matthias
|
65fe1a671c
|
Add explicit test for bybit fetch_orders behavior
|
2023-08-31 08:14:14 +02:00 |
|
Matthias
|
4ed46ef6b3
|
Add significant digits Round_Up / round_down
|
2023-08-30 16:48:31 +00:00 |
|
Matthias
|
65c7607e36
|
Add Tests for "Significant" digits
|
2023-08-30 08:34:32 +00:00 |
|
Matthias
|
bfc2c70b44
|
Fix and improve Tick size ROUND_DOWN logic
|
2023-08-30 08:21:02 +00:00 |
|
Matthias
|
3a6c00dbaf
|
Improve price_to_precision test depth
|
2023-08-30 08:00:33 +00:00 |
|
Matthias
|
d4c042c523
|
Add amount precision test to test for significant digits
|
2023-08-30 07:32:38 +00:00 |
|
Matthias
|
b48fe4ce51
|
Properly use Precision-mode Variable
|
2023-08-30 07:23:59 +00:00 |
|
Matthias
|
78f356c0df
|
amount to contract precision to test_utils
|
2023-08-30 07:18:46 +00:00 |
|
Matthias
|
7263d321f8
|
move timeframe_to* tests to test_exchange_utils
|
2023-08-30 07:16:14 +00:00 |
|
Matthias
|
1ccbe87f90
|
Move precision tests to exchange_utils test file
|
2023-08-30 07:09:57 +00:00 |
|
Matthias
|
e7d2a48766
|
Move date_minus test to exchange_utils testmethod
|
2023-08-30 07:07:28 +00:00 |
|
Matthias
|
23aa8dcd51
|
Simplify profit calculation (removes unnecessary fallback)
|
2023-08-29 18:31:51 +02:00 |
|
Matthias
|
f3187ddcbf
|
Merge pull request #9057 from freqtrade/feat/stoploss_adjust
"After order" stoploss adjustment
|
2023-08-29 18:06:37 +02:00 |
|
Matthias
|
5eb446f1ce
|
Don't remove elements from list we're iterating over
closes #9127
|
2023-08-29 17:44:39 +02:00 |
|
Matthias
|
5efa40215b
|
Allow invalid futures pairs (: separated)
closes #9127
|
2023-08-29 17:40:35 +02:00 |
|
Matthias
|
1a8b793c0a
|
Merge branch 'develop' into feat/stoploss_adjust
|
2023-08-29 07:04:08 +02:00 |
|
Matthias
|
e5a88fdeda
|
Fix stylistic issues
|
2023-08-24 20:06:51 +02:00 |
|
Matthias
|
67e3ce308b
|
Remove now unused import
|
2023-08-24 20:01:23 +02:00 |
|
Matthias
|
a740b9458f
|
Fix remaining test after conftest_trade rework
|
2023-08-24 19:49:05 +02:00 |
|
Matthias
|
ffdb5fb790
|
Fix further tests after conftest_trades rework
|
2023-08-24 18:06:17 +02:00 |
|
Matthias
|
0cc7039232
|
Fix mock trade 1 status
|
2023-08-24 17:53:46 +02:00 |
|
Matthias
|
cfe1187cd9
|
Fix missed Test
|
2023-08-24 17:38:56 +02:00 |
|
Matthias
|
a36e131838
|
Fix more conftest trades
|
2023-08-24 07:29:50 +02:00 |
|
Matthias
|
94864a6ab3
|
Fix bad open_order_id assignment in test
|
2023-08-24 07:28:55 +02:00 |
|
Matthias
|
e1e90112ba
|
conftest_usdt trades - align open orders
|
2023-08-24 07:16:01 +02:00 |
|
Matthias
|
0c7cb29ea1
|
Don't use type() is comparisons
|
2023-08-22 20:39:36 +02:00 |
|
Matthias
|
4fefae6f07
|
Improve download-trades test
|
2023-08-20 11:51:01 +02:00 |
|
Matthias
|
399e308e07
|
Fix bug in --dl-trades downloading
|
2023-08-19 18:32:27 +02:00 |
|
Matthias
|
aa1dcd1b44
|
Merge pull request #9065 from freqtrade/trades_data_handling
Improve Trades data handling
|
2023-08-18 18:04:38 +02:00 |
|
Matthias
|
ee11dae82a
|
Merge branch 'develop' into dependabot/pip/develop/pydantic-2.1.1
|
2023-08-18 10:18:53 +02:00 |
|
Matthias
|
3d8dcd1644
|
Improve and parametrize trades_data tests
|
2023-08-18 10:05:15 +02:00 |
|
Matthias
|
30064b4102
|
Add support for trades data in Parquet format
|
2023-08-18 09:58:03 +02:00 |
|
Matthias
|
5de3b9d7ae
|
Clean up no longer used method
|
2023-08-18 09:31:17 +02:00 |
|
Matthias
|
0fab65df03
|
Set explicit dtypes
|
2023-08-18 09:08:10 +02:00 |
|
Matthias
|
26c89d89e4
|
Keep original timestamp in dataframe
|
2023-08-18 09:08:10 +02:00 |
|
Matthias
|
357b04202c
|
Datahandlers should store data from dataframes
|
2023-08-17 20:11:18 +02:00 |
|
Matthias
|
6fc1ee9831
|
trades_append should use dataframe, not lists
|
2023-08-17 18:06:25 +02:00 |
|
Matthias
|
780f238904
|
Fix trades duplicates if trade id is different
|
2023-08-17 18:04:13 +02:00 |
|
Matthias
|
5d5cc71945
|
Fix pandas duplication detection, improve test
|
2023-08-17 17:53:08 +02:00 |
|
Matthias
|
0be2250cf5
|
Keep existing trades_remove_duplicates for now
|
2023-08-17 17:23:12 +02:00 |
|