Commit Graph

781 Commits

Author SHA1 Message Date
Sam Germain
d2787b3008 Added name for futures market property 2021-10-23 01:13:59 -06:00
Sam Germain
b1a270a53d Merge branch 'feat/short' into funding-fee-backtesting 2021-10-22 11:50:49 -06:00
Sam Germain
70332ce16f removed backtesting stuff, fixed mypy errors 2021-10-22 11:41:24 -06:00
Sam Germain
b54711a2ea Added dry run capability to funding-fee 2021-10-22 09:35:50 -06:00
Sam Germain
2b7fa2721f wrote get_funding_rate_history method 2021-10-22 08:30:20 -06:00
Sam Germain
f07555fc84 removed binance constructor, added fill_leverage_brackets call to exchange constructor 2021-10-22 06:37:56 -06:00
Sam Germain
0329da1a57 updated get_max_leverage to use new ccxt unified property 2021-10-20 08:36:48 -06:00
Sam Germain
8060a3c822 Merge branch 'feat/short' into funding-fee-backtesting 2021-10-20 08:21:12 -06:00
Sam Germain
3fffc315ac Merge branch 'develop' into feat/short 2021-10-20 08:11:53 -06:00
Matthias
42a4dfed28 Reallow bitstamp
revert #1984, related to #1983
2021-10-19 19:12:35 +02:00
Sam Germain
c143210b78 Added get_funding_rate_history method to exchange 2021-10-18 01:49:26 -06:00
Sam Germain
f09f8db45e Removed unecessary code 2021-10-17 08:04:51 -06:00
Sam Germain
06dea121fd Added default type none to price argument in OHLCV methods 2021-10-13 19:32:05 -06:00
Sam Germain
48470e33ec get_historic_ohlcv price is Optional 2021-10-13 19:32:05 -06:00
Sam Germain
268069abea gateio, ftx and binance all use same funding fee formula 2021-10-13 19:32:05 -06:00
Sam Germain
92a5d7583d Added price as param to fetch_ohlcv 2021-10-13 19:32:05 -06:00
Sam Germain
0459c934fe adjusted funding fee formula binance 2021-10-13 19:32:05 -06:00
Sam Germain
17a12c5849 Revert "Removed backtesting funding-fee code"
This reverts commit a8657bb1ce.
2021-10-13 19:31:57 -06:00
Sam Germain
69eb898564 Added backtesting methods back in 2021-10-13 19:31:00 -06:00
Sam Germain
bcbe8f229c Merge branch 'feat/short' into lev-freqtradebot 2021-10-13 19:02:57 -06:00
Sam Germain
bd488cc086 Merge branch 'develop' into feat/short 2021-10-13 17:56:40 -06:00
Matthias
2c6290a100 Small updates to prevent random test failures 2021-10-13 07:04:21 +02:00
Matthias
532a9341d2 Fix migration issue 2021-10-12 20:41:48 +02:00
Sam Germain
95be5121ec Added bibox and hitbtc funding fee times 2021-10-09 13:14:41 -06:00
Sam Germain
b83933a10a Added gateio and kucoin funding fee times 2021-10-09 13:09:11 -06:00
Matthias
11ec1d9b06 Revert previous commit 2021-10-08 20:22:07 +02:00
Matthias
482f4418c6 Clarify "required candle" message 2021-10-08 14:36:52 +02:00
Sam Germain
e367f84b06 Added more update_funding_fee tests, set exchange of default conf 2021-10-07 04:20:53 -06:00
Matthias
29863ad2bf Fix error when ask_last_balance is not set
closes #5181
2021-10-07 06:51:29 +02:00
Sam Germain
9046caa27c fixed test_update_trade_state_sell 2021-10-03 23:13:34 -06:00
Matthias
1c63d01cec Prevent using market-orders on gateio
GateIo does not support market orders on spot markets
2021-10-03 14:14:16 +02:00
Matthias
f5e5203388 Use "round" to 12 digits for TickSize mode
Avoids float rounding problems, fix #5652
2021-10-03 09:49:55 +02:00
Sam Germain
9ea2dd05d8 Removed space in retrier 2021-10-01 21:21:59 -06:00
Sam Germain
77d3a8b457 Added bybit funding-fee times 2021-09-30 20:18:56 -06:00
Sam Germain
993dc672b4 timestamp * 1000 in get_funding_fees_from_exchange 2021-09-29 22:18:15 -06:00
Sam Germain
1a132758d0 merged with feat/short 2021-09-27 23:26:20 -06:00
Sam Germain
d7c7448632 merged lev-freqtradebot with lev-strat 2021-09-19 19:06:43 -06:00
Sam Germain
778f0d9d0a Merged feat/short into lev-strat 2021-09-19 17:44:12 -06:00
Sam Germain
60a678fea7 merged with feat/short 2021-09-19 17:02:09 -06:00
Sam Germain
2d679177e5 Added in lev prep before creating api order 2021-09-19 03:05:58 -06:00
Sam Germain
835e0e69fc removed leverage from create order api call 2021-09-19 02:23:05 -06:00
Sam Germain
ac4f5adfe2 switched since = int(since.timestamp()) from %s 2021-09-19 01:16:22 -06:00
Sam Germain
979c6f2f26 moved leverage_brackets.json to exchange/binance_leverage_brackets.json 2021-09-18 03:49:15 -06:00
Sam Germain
2c21bbfa0c Fixed create order margin call count tests and made _ccxt_config a computed property 2021-09-17 16:45:02 -06:00
Sam Germain
32e52cd460 Added leverage brackets dry run test 2021-09-17 00:41:00 -06:00
Sam Germain
dced167ea2 fixed some stuff in the leverage brackets binance test 2021-09-16 23:23:36 -06:00
Sam Germain
57c7926515 leverage updates on exchange classes 2021-09-16 23:05:13 -06:00
Sam Germain
a8657bb1ce Removed backtesting funding-fee code 2021-09-16 03:50:01 -06:00
Sam Germain
e827ba1388 finished up funding fee formulas 2021-09-15 23:51:21 -06:00
Sam Germain
98b00e8daf merged with feat/short 2021-09-15 22:28:10 -06:00