Sam Germain
|
a741356d65
|
okex._lev_prep, removing rounding from default set_leverage
|
2022-02-02 00:28:57 -06:00 |
|
Sam Germain
|
8e51360f75
|
exchange._set_leverage rounds leverage
|
2022-02-02 00:09:58 -06:00 |
|
Sam Germain
|
386be2d889
|
set reduceOnly for futures exit orders
|
2022-02-02 00:08:50 -06:00 |
|
Sam Germain
|
30519aa3be
|
Changed name Collateral -> MarginMode, collateral -> margin_mode, and _supported_trading_mode_margin_pairs -> _supported_trading_margin_pairs
|
2022-02-01 13:05:40 -06:00 |
|
Sam Germain
|
fc15e14707
|
Merge branch 'feat/short' into isolated-liq
|
2022-01-31 14:22:01 -06:00 |
|
Sam Germain
|
8190b0d83b
|
binance.get_max_leverage adjustment
|
2022-01-31 12:49:18 -06:00 |
|
Sam Germain
|
a368f8b322
|
exchange.get_max_leverage changed variable names, made more effecient
|
2022-01-31 12:21:12 -06:00 |
|
Sam Germain
|
08e4a4a6dd
|
binance.get_max_leverage_fix
|
2022-01-31 12:21:12 -06:00 |
|
Sam Germain
|
b8f4cebce7
|
exchange.liquidation_price methods combined, dry_run check on exchange for liquidation price
|
2022-01-31 12:18:25 -06:00 |
|
Sam Germain
|
143c37d36f
|
cleaned up liquidation price methods
|
2022-01-31 12:17:07 -06:00 |
|
Sam Germain
|
7f4894d68e
|
okex.liquidation_price formula update
|
2022-01-31 12:17:07 -06:00 |
|
Sam Germain
|
fe037aa971
|
exchange.liquidation_price combined position and position_assets
|
2022-01-31 12:17:07 -06:00 |
|
Sam Germain
|
5a97760bd1
|
binance.get_max_leverage divide by 0 warning
|
2022-01-31 12:16:43 -06:00 |
|
Sam Germain
|
1f8111d1c6
|
exchange.get_max_leverage pair is required
|
2022-01-31 12:16:43 -06:00 |
|
Sam Germain
|
caff7e227f
|
binance.fill_leverage_brackets remove excess bracket
|
2022-01-31 12:16:43 -06:00 |
|
Sam Germain
|
1f1ac8ce9d
|
test_get_liquidation_price/test_get_maintenance_ratio_and_amt_binance/fill_leverage_brackets/test_validate_trading_mode_and_collateral TODO comments
|
2022-01-31 12:16:43 -06:00 |
|
Sam Germain
|
bb2b2211d0
|
exchange.fill_leverage_brackets/get_maintenance_ratio_and_amt docstring and type specification
|
2022-01-31 12:16:43 -06:00 |
|
Sam Germain
|
0c8205ab3b
|
replace single quote docstrings with double quote docstrings
|
2022-01-31 12:16:43 -06:00 |
|
Sam Germain
|
2d545a2def
|
fixed breaking tests for liquidation price
|
2022-01-31 12:15:54 -06:00 |
|
Sam Germain
|
bff53c52af
|
rewrite fill_leverage_brackets
|
2022-01-31 12:15:54 -06:00 |
|
Sam Germain
|
69a6223ca0
|
implemented binance.get_maintenance_ratio_and_amt
|
2022-01-31 12:15:54 -06:00 |
|
Sam Germain
|
ba5fc21d84
|
added isolated futures to supported modes for binance,gateio
|
2022-01-31 12:15:54 -06:00 |
|
Sam Germain
|
e0df7ee72a
|
Changed variable names in binance.get_max_leverage
|
2022-01-31 12:15:54 -06:00 |
|
Sam Germain
|
867483170a
|
binance.funding_fee_cutoff removed TODO-lev
|
2021-12-31 06:11:43 -06:00 |
|
Matthias
|
5b779fd68b
|
Update missing candle_type params
|
2021-12-03 16:44:05 +01:00 |
|
Matthias
|
2f17fa2765
|
Update more to use candleType
|
2021-12-03 14:15:35 +01:00 |
|
Sam Germain
|
8761649fd7
|
Added candle_type in doc strings
|
2021-11-27 02:55:42 -06:00 |
|
Matthias
|
51e54a666c
|
Merge branch 'feat/short' into pr/samgermain/5780
|
2021-11-23 19:01:07 +01:00 |
|
Matthias
|
db16098981
|
Fix Tests
|
2021-11-23 17:43:37 +01:00 |
|
Sam Germain
|
586ca3b2fa
|
removed is_market_future from binance and ftx
|
2021-11-23 11:09:31 +01:00 |
|
Sam Germain
|
920151934a
|
Added candle_type to a lot of methods, wrote some tests
|
2021-11-21 17:48:14 -06:00 |
|
Sam Germain
|
e2f98a8dab
|
replaced candle_type: Optional[str] = '' with candle_type: str = ''
|
2021-11-21 17:48:14 -06:00 |
|
Sam Germain
|
ee2ad8ca97
|
updated historic data filenames to include the candle type
|
2021-11-21 17:48:14 -06:00 |
|
Sam Germain
|
c8162479d6
|
Added price as param to fetch_ohlcv
|
2021-11-21 17:48:14 -06:00 |
|
Matthias
|
f40221dd9f
|
Merge branch 'develop' into feat/short
|
2021-11-18 20:20:01 +01:00 |
|
Matthias
|
75eccea88d
|
Improve futures detection, add ccxt-compat test
|
2021-11-15 19:57:36 +01:00 |
|
Matthias
|
4e9b83e170
|
Merge branch 'feat/short' into futures_pairlist
|
2021-11-15 19:12:36 +01:00 |
|
Sam Germain
|
e7fad04eb9
|
Merge branch 'feat/short' into funding-fee-dry-run
|
2021-11-14 03:15:22 -06:00 |
|
Matthias
|
8cfc531b32
|
Merge pull request #5887 from samgermain/common-ccxt-config
Common ccxt config
|
2021-11-14 09:52:06 +01:00 |
|
Sam Germain
|
430aa0903f
|
Removed redundent TODO-levs
|
2021-11-13 19:45:41 -06:00 |
|
Sam Germain
|
3d86b18492
|
Added property _ft_has_default.ccxt_futures_name and removed subclass ccxt_config properties
|
2021-11-13 16:23:58 -06:00 |
|
Sam Germain
|
3c509a1f9b
|
New method for combining all funding fees within a time period
|
2021-11-13 04:45:23 -06:00 |
|
Matthias
|
4a67b33cb3
|
Fix some formatting
|
2021-11-09 19:40:42 +01:00 |
|
Matthias
|
e69a100c64
|
Merge branch 'feat/short' into pr/samgermain/5779
|
2021-11-09 19:34:57 +01:00 |
|
Matthias
|
d5438ed0a8
|
Fix docstring indents
|
2021-11-09 19:22:29 +01:00 |
|
Sam Germain
|
fbe9e73c5d
|
better param for funding_fee_cutoff
|
2021-11-09 01:17:29 -06:00 |
|
Sam Germain
|
6c8501dadc
|
Removed docstring indents
|
2021-11-09 01:00:57 -06:00 |
|
Matthias
|
9fa64c2647
|
Allow multiple calls to get more candles in live-run
|
2021-11-07 11:31:59 +01:00 |
|
Matthias
|
fb6ba62158
|
Add default to "is_new_pair"
|
2021-11-07 11:08:30 +01:00 |
|
Matthias
|
11b77cf94c
|
Update test to new list-pairs format
|
2021-11-07 10:43:00 +01:00 |
|