Matthias
|
33cc5e0ac7
|
Use kwargs for set_leverage
|
2022-02-15 18:56:58 +01:00 |
|
Matthias
|
c37f03a638
|
Update static-markets to include futures pair
|
2022-02-15 08:04:16 +01:00 |
|
Matthias
|
1bae18c60a
|
Update decorator locations
|
2022-02-15 07:11:07 +01:00 |
|
Matthias
|
324fdcedb1
|
Attempt test fix
|
2022-02-15 06:59:10 +01:00 |
|
Sam Germain
|
ae249a0f97
|
Merge branch 'leverage-tiers' of https://github.com/samgermain/freqtrade into leverage-tiers
|
2022-02-14 17:36:47 -06:00 |
|
Sam Germain
|
3753df26fc
|
fixed tests
|
2022-02-14 17:34:59 -06:00 |
|
Sam Germain
|
f4a57b71e7
|
Filled in test_load_leverage_tiers_okx
|
2022-02-14 16:53:29 -06:00 |
|
Matthias
|
513669f834
|
Be verbose on okex startup to point out delay.
|
2022-02-14 19:44:05 +01:00 |
|
Matthias
|
ad801e05f7
|
Filter loadable leverage tiers to stake-currency pairs
|
2022-02-13 13:05:57 +01:00 |
|
Matthias
|
7f0cedc769
|
Use "is_future" to check for futures markets
|
2022-02-13 12:54:49 +01:00 |
|
Matthias
|
eaf13f96f7
|
Use exchange_has to check for ccxt properties
|
2022-02-13 12:48:28 +01:00 |
|
Sam Germain
|
8fe3f0c933
|
fix breaking tests
|
2022-02-12 23:08:42 -06:00 |
|
Sam Germain
|
7a0f7da128
|
okex loads all leverage tiers at beginning, removed get tiers for pair
|
2022-02-12 23:02:16 -06:00 |
|
Sam Germain
|
8657e99c26
|
trimmed down get_maintenance_ratio_and_amt, now requires fetchLeverageTiers
|
2022-02-12 23:02:16 -06:00 |
|
Sam Germain
|
03b3756e4b
|
strengthened and fixed leverage_tier tests
|
2022-02-12 23:02:16 -06:00 |
|
Sam Germain
|
4a1ed01708
|
get_maintenance_ratio_and_amt tests
|
2022-02-12 23:02:16 -06:00 |
|
Sam Germain
|
60a45ff394
|
exchange.get_max_leverage de-complex
|
2022-02-12 23:02:16 -06:00 |
|
Sam Germain
|
41ab20d949
|
get_max_leverage checks if the number of tiers is < 1
|
2022-02-12 23:02:15 -06:00 |
|
Sam Germain
|
fa2c9fc51f
|
replaced mmr_key with unified maintenanceMarginRate
|
2022-02-12 23:02:15 -06:00 |
|
Sam Germain
|
e987e0e2a9
|
exchange minor fixes
|
2022-02-12 23:02:15 -06:00 |
|
Sam Germain
|
f3cb7e90e0
|
moved get_leverage_tiers_for_pair to be with other leverage_tier methods
|
2022-02-12 23:02:15 -06:00 |
|
Sam Germain
|
5f07546b86
|
moved leverage_tier caching to get_leverage_tiers_for_pair
|
2022-02-12 23:02:15 -06:00 |
|
Sam Germain
|
eb72e5cc42
|
Added some exchange leverage tier tests
|
2022-02-12 23:02:15 -06:00 |
|
Sam Germain
|
18b4d0be95
|
fixed error with exchange.fill_leverage_tiers
|
2022-02-12 23:02:14 -06:00 |
|
Sam Germain
|
41d8330fbc
|
freqtrade.exchange edited load_leverage_tiers
|
2022-02-12 23:02:14 -06:00 |
|
Sam Germain
|
0b717fbace
|
okex.load_leverage_tiers
|
2022-02-12 23:02:14 -06:00 |
|
Sam Germain
|
42e36f44f8
|
replaced "leverage" with "tiers"
|
2022-02-12 23:02:14 -06:00 |
|
Sam Germain
|
6b9915bc73
|
moved fill_leverage_brackets and get_max_leverage to base exchange class, wrote parse_leverage_tier and load_leverage_brackets
|
2022-02-12 23:02:14 -06:00 |
|
Sam Germain
|
a99cf2eeed
|
redid get_max_leverage
|
2022-02-12 23:02:07 -06:00 |
|
Sam Germain
|
720a86778e
|
okex.get_max_pair_stake_amount
|
2022-02-12 23:01:39 -06:00 |
|
Sam Germain
|
a5aba4813d
|
moved get_maintenance_ratio_and_amt to base.exchange. Wrote get_leverage_tiers. Added mmr_key to exchange._ft_has
|
2022-02-12 23:01:30 -06:00 |
|
Matthias
|
ee5f05208e
|
Merge pull request #6394 from samgermain/todos
todo removal
|
2022-02-12 15:44:42 +01:00 |
|
Matthias
|
fad243e28d
|
Keep short edge support as regular TODO
|
2022-02-12 15:43:52 +01:00 |
|
Sam Germain
|
ca993c83ea
|
todo removal
|
2022-02-11 23:37:31 -06:00 |
|
Sam Germain
|
6ae85f9be1
|
fixed liq-buffer tests
|
2022-02-11 19:38:59 +01:00 |
|
Sam Germain
|
fb3a6e2ce8
|
added liquidation_buffer to constants.py
|
2022-02-11 19:38:59 +01:00 |
|
Sam Germain
|
3c3675ea1a
|
moved liquidation_buffer to exchange class, add check for valid liquidation_buffer values
|
2022-02-11 19:38:59 +01:00 |
|
Sam Germain
|
e5d68f12d2
|
Added liquidation_buffer to freqtradebot
|
2022-02-11 19:38:58 +01:00 |
|
Matthias
|
0c6d92a7a6
|
Merge branch 'develop' into feat/short
|
2022-02-11 17:02:04 +01:00 |
|
Matthias
|
6a59103869
|
update wallets in backtesting to ensure a fresh wallet is used
closes #6388
|
2022-02-10 19:40:36 +01:00 |
|
Sam Germain
|
553da850ce
|
binance futures stoploss
|
2022-02-10 09:43:32 -06:00 |
|
Matthias
|
be84a028c1
|
Avoid mixed types in the api for /stats
|
2022-02-10 07:03:19 +01:00 |
|
Matthias
|
af984bdc0d
|
Update comment regarting NaT replacement
|
2022-02-09 09:32:53 +01:00 |
|
Matthias
|
2e41d80a2c
|
Merge pull request #6340 from TheJoeSchr/frequi-datetime
freqUI: fix can't import backtest with missing datetime data
|
2022-02-09 07:21:30 +01:00 |
|
Matthias
|
9f47853661
|
Merge pull request #6235 from freqtrade/backtest_order_timeout
Backtest order timeout
|
2022-02-09 07:12:35 +01:00 |
|
Matthias
|
45c03f1440
|
Docstrings are evaluated, while comments are not
|
2022-02-09 07:02:44 +01:00 |
|
Matthias
|
4e2f06fe9c
|
Simplify band-aid code
|
2022-02-09 06:48:26 +01:00 |
|
Matthias
|
6191288ff9
|
Add test for NaT problematic
|
2022-02-09 06:36:17 +01:00 |
|
Matthias
|
1d10d2c87c
|
Okex -> okx
|
2022-02-08 19:45:39 +01:00 |
|
Matthias
|
172e018d2d
|
Add probit to list of non-working exchanges
closes #6379
|
2022-02-08 19:21:27 +01:00 |
|