Commit Graph

  • f3b42b0ef3 wrote exchange.get_max_amount_tradable Sam Germain 2022-01-29 03:22:08 -06:00
  • de557f1386 models.update removed TODO-lev Sam Germain 2022-02-03 17:47:26 -06:00
  • 99b8a8ca79 Revert "plot.generate_candlestick_graph Added short equivelent, separating plotting scatter creation to a function" Sam Germain 2022-02-03 17:34:38 -06:00
  • 84dea0339b Added todo to freqtradebot._safe_exit_amount Sam Germain 2022-02-03 03:57:33 -06:00
  • edc0e9c75f backtesting._get_ohlcv_as_lists changed candle_type to candle_type_def Sam Germain 2022-02-03 01:30:33 -06:00
  • 1f74cfe841 plot.generate_candlestick_graph Added short equivelent, separating plotting scatter creation to a function Sam Germain 2022-02-02 16:02:54 -06:00
  • a31cf236e4 freqtradebot._safe_exit_amount, no _safe_exit_amount is needed for futures Sam Germain 2022-02-02 15:45:01 -06:00
  • d5376c2c89 wrote freqtradebot.test_leverage_prep Sam Germain 2022-02-02 14:09:49 -06:00
  • 977f87659c edited backtesting._get_sell_trade_entry TODO: removed "Other fees" Sam Germain 2022-02-02 13:36:18 -06:00
  • c47c54c16c removed strategy_test_v3.populate_sell_trend # TODO-lev: Add short logic, because it looked like the short logic was already there Sam Germain 2022-02-02 13:35:34 -06:00
  • 73d10b5c02 backtesting._get_ohlcv_as_lists removed # TODO-lev: Candle-type should be conditional, either "spot" or futures Sam Germain 2022-02-02 13:30:05 -06:00
  • 64bfa118e0 freqtradebot.handle_cancel_enter todo - Check edge cases, we dont want to make leverage > 1.0 if we dont have to Sam Germain 2022-02-02 13:23:05 -06:00
  • bc6614df2d fixed failing tests in tests/commands/test_commands.py by adding NONE='' option to MarginMode Sam Germain 2022-02-02 13:18:42 -06:00
  • f58b92bb86 exchange.create_order removed default for leverage Sam Germain 2022-02-02 13:15:42 -06:00
  • f8faf748df Simplify prepare_buy_details Matthias 2022-02-03 19:47:03 +01:00
  • 1e6362debf Add test for new /status telegram message Matthias 2022-02-03 19:41:45 +01:00
  • 29879bb415 Update wording to entry/exit Matthias 2022-02-03 19:11:35 +01:00
  • d6482066ef Merge pull request #6348 from freqtrade/new_release 2022.1 Matthias 2022-02-03 12:29:04 +01:00
  • a733a74dd9 Merge pull request #6294 from xataxxx/health Matthias 2022-02-02 19:53:45 +01:00
  • a4e1aaa9bd Merge pull request #6307 from freqtrade/bt_shift Matthias 2022-02-02 19:52:10 +01:00
  • 2d45163f8f Bump version to 2022.1 Matthias 2022-02-02 19:46:48 +01:00
  • e95fb7ef3e Merge branch 'stable' into new_release Matthias 2022-02-02 19:46:33 +01:00
  • 09f0e7149f test__fetch_and_calculate_funding_fees_datetime_called # TODO-lev: test for longs Sam Germain 2022-02-02 12:42:13 -06:00
  • 179947fa72 New config (#6333) Sam Germain 2022-02-02 07:46:44 -06:00
  • 0058abcc2d Fix crash when no min-stake-amount could be determined Matthias 2022-02-02 12:20:05 +01:00
  • c3684e8a1a Merge pull request #6346 from samgermain/minor-fixes Matthias 2022-02-02 07:46:17 +01:00
  • a741356d65 okex._lev_prep, removing rounding from default set_leverage Sam Germain 2022-02-02 00:28:57 -06:00
  • 8e51360f75 exchange._set_leverage rounds leverage Sam Germain 2022-02-01 22:29:04 -06:00
  • 8a64f6a27f exchange.set_margin_mode param swap Sam Germain 2022-02-01 22:24:48 -06:00
  • 386be2d889 set reduceOnly for futures exit orders Sam Germain 2022-02-01 22:23:05 -06:00
  • b3477c4802 _api.fetch_funding_history argument pair->symbol Sam Germain 2022-02-01 21:57:07 -06:00
  • fb4f8d94fb Merge pull request #6342 from samgermain/name-changes Matthias 2022-02-02 07:04:29 +01:00
  • 170152d620 Add note about plot-dataframe not supproting futures mode Matthias 2022-02-02 06:50:54 +01:00
  • ac04d5852a change to margin_mode also in documentation Matthias 2022-02-02 06:41:42 +01:00
  • 5aa683006c Merge pull request #6337 from TheJoeSchr/patch-8 Matthias 2022-02-01 20:45:06 +01:00
  • 30519aa3be Changed name Collateral -> MarginMode, collateral -> margin_mode, and _supported_trading_mode_margin_pairs -> _supported_trading_margin_pairs Sam Germain 2022-02-01 12:53:38 -06:00
  • 64d0c75bbb Fix deprecation warnings Matthias 2022-02-01 19:11:51 +01:00
  • d96a354a3e Version bump ccxt to 1.71.73 Matthias 2022-02-01 18:50:22 +01:00
  • 45e533fc3e Add leverage/short properties to api responses Matthias 2022-02-01 07:08:43 +01:00
  • 7dd50f78cf Small finetuning improving a comment Matthias 2022-02-01 06:37:13 +01:00
  • 2141e04a19 Merge pull request #5849 from freqtrade/isolated-liq Matthias 2022-02-01 06:36:46 +01:00
  • 479b560549 Add missing entry_tag argument to custom_entry_tag documentation Matthias 2022-02-01 06:15:57 +01:00
  • ef03f2f3d2 Merge branch 'freqtrade-develop' into plot_hyperopt_stats Italo 2022-02-01 01:07:15 +00:00
  • 328b969801 Merge branch 'develop' of https://github.com/freqtrade/freqtrade into freqtrade-develop Italo 2022-02-01 01:06:57 +00:00
  • fc15e14707 Merge branch 'feat/short' into isolated-liq Sam Germain 2022-01-31 14:15:34 -06:00
  • ed320bb2ac exchange.get_liquidation_price check length of positions Sam Germain 2022-01-31 13:51:26 -06:00
  • 9de63412c1 exchange.get_liquidation_price arguments are not optional Sam Germain 2022-01-31 13:49:06 -06:00
  • 6c4325b7a2 confest markets removed futures values from ETH/USDT Sam Germain 2022-01-31 13:44:57 -06:00
  • d653d6bfc0 Merge pull request #6332 from samgermain/binance-max-lev Matthias 2022-01-31 20:26:57 +01:00
  • 1a838680e7 docs: fix typo and fix markdown list rendering TheJoeSchr 2022-01-31 20:23:02 +01:00
  • 2c492abc1e Merge pull request #6336 from TheJoeSchr/patch-7 Matthias 2022-01-31 20:22:12 +01:00
  • 430051275a freqtradebot.leverage_prep moved wallet_balance to a variable Sam Germain 2022-01-31 13:21:27 -06:00
  • 8b9abd0051 test_get_maintenance_ratio_and_amt_gateio removed commented test that returns None Sam Germain 2022-01-31 13:18:31 -06:00
  • de17993705 Fix random test failure when local config is found Matthias 2022-01-31 20:09:25 +01:00
  • f35c6545c1 Update strategy-callbacks.md TheJoeSchr 2022-01-31 20:04:19 +01:00
  • 8190b0d83b binance.get_max_leverage adjustment Sam Germain 2022-01-31 12:49:18 -06:00
  • a368f8b322 exchange.get_max_leverage changed variable names, made more effecient Sam Germain 2022-01-31 04:47:52 -06:00
  • 08e4a4a6dd binance.get_max_leverage_fix Sam Germain 2022-01-29 03:45:01 -06:00
  • 43db4c34d1 added okex back to unsupported exchanges Sam Germain 2022-01-29 20:43:06 -06:00
  • 2c1497b348 contracts_to_amount no longer in amount_to_precision Sam Germain 2022-01-29 19:48:51 -06:00
  • b8f4cebce7 exchange.liquidation_price methods combined, dry_run check on exchange for liquidation price Sam Germain 2022-01-29 18:47:17 -06:00
  • 143c37d36f cleaned up liquidation price methods Sam Germain 2022-01-29 02:06:56 -06:00
  • ede9012fcc removed TODO-levs about okex liquidation price Sam Germain 2022-01-28 22:03:16 -06:00
  • d133a7c789 added isolated, futures to okex trading_mode_collateral_pairs Sam Germain 2022-01-28 21:57:34 -06:00
  • 88ce66650c Okex and Gateio liquidation_price formula are the same, moved liquidation_price to exchange.exchange class Sam Germain 2022-01-28 21:55:17 -06:00
  • 7f4894d68e okex.liquidation_price formula update Sam Germain 2022-01-28 05:47:19 -06:00
  • fe037aa971 exchange.liquidation_price combined position and position_assets Sam Germain 2022-01-28 05:06:06 -06:00
  • 0b5c2e97b3 exchange._get_maintenance_ratio_and_amount Sam Germain 2022-01-27 22:50:49 -06:00
  • e91aaa7d64 removed isolated_liq= Sam Germain 2022-01-22 20:34:42 -06:00
  • 5cf54bee4d removed excess decimals in test_binance Sam Germain 2022-01-22 20:24:41 -06:00
  • 0c13e387fe moved liquidation_price method to exchange classes Sam Germain 2022-01-22 20:03:38 -06:00
  • 5a97760bd1 binance.get_max_leverage divide by 0 warning Sam Germain 2022-01-19 21:50:06 -06:00
  • 1f8111d1c6 exchange.get_max_leverage pair is required Sam Germain 2022-01-19 21:41:43 -06:00
  • caff7e227f binance.fill_leverage_brackets remove excess bracket Sam Germain 2022-01-19 21:36:54 -06:00
  • e4b37c6462 freqtradebot.leverage_prep minor fixes Sam Germain 2022-01-15 10:23:20 -06:00
  • 1f1ac8ce9d test_get_liquidation_price/test_get_maintenance_ratio_and_amt_binance/fill_leverage_brackets/test_validate_trading_mode_and_collateral TODO comments Sam Germain 2022-01-14 06:58:32 -06:00
  • c2f9201512 Added get_liquidation_price check Sam Germain 2022-01-14 07:16:00 -06:00
  • bb2b2211d0 exchange.fill_leverage_brackets/get_maintenance_ratio_and_amt docstring and type specification Sam Germain 2022-01-14 06:11:17 -06:00
  • b4a0611afc exchange.get_liquidation_price removed irrelevant comment Sam Germain 2022-01-14 05:52:16 -06:00
  • 0c8205ab3b replace single quote docstrings with double quote docstrings Sam Germain 2022-01-14 05:49:46 -06:00
  • 7abffee755 liquidation_price formula organize and comment clean up Sam Germain 2022-01-13 04:33:34 -06:00
  • 387a9fbf36 test_execute_entry liquidation_price test test_get_maintenance_ratio_and_amt_gateio Sam Germain 2022-01-13 02:12:02 -06:00
  • 2d545a2def fixed breaking tests for liquidation price Sam Germain 2022-01-13 01:21:36 -06:00
  • 1eee5373b9 gateio.get_maintenance_ratio_and_amt Sam Germain 2022-01-11 21:22:55 -06:00
  • 8889512887 freqtradebot.leverage_prep gets taker_fee_rate Sam Germain 2022-01-11 21:17:29 -06:00
  • bff53c52af rewrite fill_leverage_brackets Sam Germain 2022-01-10 12:28:22 -06:00
  • 69a6223ca0 implemented binance.get_maintenance_ratio_and_amt Sam Germain 2022-01-10 07:17:17 -06:00
  • ba5fc21d84 added isolated futures to supported modes for binance,gateio Sam Germain 2022-01-10 06:45:54 -06:00
  • e0df7ee72a Changed variable names in binance.get_max_leverage Sam Germain 2022-01-10 01:40:40 -06:00
  • 42360592ba trimmed down liquidation_price variable and edited comments Sam Germain 2022-01-08 02:25:17 -06:00
  • 5796d95a95 Added gateio and okex isolated liquidation formulas Sam Germain 2021-11-13 21:12:36 -06:00
  • ba02605d77 Isolated liq branch passes all tests and has the general structure that it is supposed to, but is patchy, and doesnt get the correct maintenance amt and maintenance margin rate yet Sam Germain 2021-11-05 19:27:06 -06:00
  • eee7271ab8 Added live isolated-liq get Sam Germain 2021-11-05 14:25:22 -06:00
  • 778e3bcba6 Suppress incompatible type "Optional[float]"; expected "float" as the check exists. Arunavo Ray 2021-09-23 11:54:05 +05:30
  • 92c94bb62a added position and wallet_balance to LocalTrade.set_isolated_liq Sam Germain 2021-09-20 21:44:00 -06:00
  • 447312d4c8 Fixed parameter check which failed when 0.0 was passed Arunavo Ray 2021-09-19 12:36:01 +05:30
  • d26a068adf rearanged isolated_liq in models a bit Sam Germain 2021-09-19 00:51:06 -06:00
  • 3709130eb7 Added Tests for Binance Liquidation price, shortened liquidation param names Arunavo Ray 2021-09-19 11:16:41 +05:30
  • f9a2d1a71d Binance Liquidation Price Hedge-Mode Removed Arunavo Ray 2021-09-19 10:18:28 +05:30
  • 7119dc6e41 Converted kwargs to params Arunavo Ray 2021-09-17 08:17:15 +05:30