Commit Graph

  • fb4f8d94fb
    Merge pull request #6342 from samgermain/name-changes Matthias 2022-02-02 07:04:29 +0100
  • 170152d620 Add note about plot-dataframe not supproting futures mode Matthias 2022-02-02 06:50:54 +0100
  • ac04d5852a change to margin_mode also in documentation Matthias 2022-02-02 06:41:42 +0100
  • ac50efbe9e
    fixed exchanges showing data from the future (not the kind that makes you rich 😂) Peter Willemsen 2022-02-01 23:01:54 +0100
  • c674467ee4 Hidding the bot token and channel id Bemhreth 2022-02-01 23:04:38 +0300
  • f349a4abc6 capiitalization fix Bemhreth 2022-02-01 22:51:23 +0300
  • 58c07a7ce5 send_backtest_start_deliminator_message Bemhreth 2022-02-01 22:50:33 +0300
  • 5aa683006c
    Merge pull request #6337 from TheJoeSchr/patch-8 Matthias 2022-02-01 20:45:06 +0100
  • 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 -0600
  • 894c8f64f2 new-config asks exchange before asking futures Sam Germain 2022-01-31 14:36:45 -0600
  • 51b368c8dc added trading_mode to test_start_new_config Sam Germain 2022-01-31 13:00:45 -0600
  • cf6b0b8524 removed config_okex_futures.example.json Sam Germain 2022-01-31 12:09:32 -0600
  • 2a15ff3749 new file: config_examples/config_okex_futures.example.json Sam Germain 2022-01-31 11:51:26 -0600
  • 22da2e059f updated new-config command to add trading_mode and margin_mode to config Sam Germain 2022-01-31 11:46:36 -0600
  • b423c61127 updated full config file Sam Germain 2022-01-31 11:12:18 -0600
  • 83936817a1 deleted okex and futures config files Sam Germain 2022-01-31 11:11:34 -0600
  • 0e9d36757b removed trading_mode and margin_mode from base_config and binance and okex example Sam Germain 2022-01-31 08:58:27 -0600
  • b49ea6b798 new file: config_examples/config_binance_futures.example.json Sam Germain 2022-01-31 08:53:13 -0600
  • 4227cc6f34 added okex config example Sam Germain 2022-01-31 07:53:41 -0600
  • 54ee6c1c0b added trading_mode and margin_mode to config examples Sam Germain 2022-01-31 07:38:23 -0600
  • 9e558e7e3b updated new-config to add trading_mode and margin_mode Sam Germain 2022-01-31 07:29:02 -0600
  • 64d0c75bbb Fix deprecation warnings Matthias 2022-02-01 19:11:51 +0100
  • d96a354a3e Version bump ccxt to 1.71.73 Matthias 2022-02-01 18:50:22 +0100
  • 45e533fc3e Add leverage/short properties to api responses Matthias 2022-02-01 07:08:43 +0100
  • 7dd50f78cf Small finetuning improving a comment Matthias 2022-02-01 06:37:13 +0100
  • 2141e04a19
    Merge pull request #5849 from freqtrade/isolated-liq Matthias 2022-02-01 06:36:46 +0100
  • 479b560549 Add missing entry_tag argument to custom_entry_tag documentation Matthias 2022-02-01 06:15:57 +0100
  • ef03f2f3d2 Merge branch 'freqtrade-develop' into plot_hyperopt_stats Italo 2022-02-01 01:07:15 +0000
  • 328b969801 Merge branch 'develop' of https://github.com/freqtrade/freqtrade into freqtrade-develop Italo 2022-02-01 01:06:57 +0000
  • fc15e14707 Merge branch 'feat/short' into isolated-liq Sam Germain 2022-01-31 14:15:34 -0600
  • ed320bb2ac exchange.get_liquidation_price check length of positions Sam Germain 2022-01-31 13:51:26 -0600
  • 9de63412c1 exchange.get_liquidation_price arguments are not optional Sam Germain 2022-01-31 13:49:06 -0600
  • 6c4325b7a2 confest markets removed futures values from ETH/USDT Sam Germain 2022-01-31 13:44:57 -0600
  • d653d6bfc0
    Merge pull request #6332 from samgermain/binance-max-lev Matthias 2022-01-31 20:26:57 +0100
  • 1a838680e7 docs: fix typo and fix markdown list rendering TheJoeSchr 2022-01-31 20:23:02 +0100
  • 2c492abc1e
    Merge pull request #6336 from TheJoeSchr/patch-7 Matthias 2022-01-31 20:22:12 +0100
  • 430051275a freqtradebot.leverage_prep moved wallet_balance to a variable Sam Germain 2022-01-31 13:21:27 -0600
  • 8b9abd0051 test_get_maintenance_ratio_and_amt_gateio removed commented test that returns None Sam Germain 2022-01-31 13:18:31 -0600
  • de17993705 Fix random test failure when local config is found Matthias 2022-01-31 20:09:25 +0100
  • f35c6545c1
    Update strategy-callbacks.md TheJoeSchr 2022-01-31 20:04:19 +0100
  • 8190b0d83b binance.get_max_leverage adjustment Sam Germain 2022-01-31 12:49:18 -0600
  • a368f8b322 exchange.get_max_leverage changed variable names, made more effecient Sam Germain 2022-01-31 04:47:52 -0600
  • 08e4a4a6dd binance.get_max_leverage_fix Sam Germain 2022-01-29 03:45:01 -0600
  • 43db4c34d1 added okex back to unsupported exchanges Sam Germain 2022-01-29 20:43:06 -0600
  • 2c1497b348 contracts_to_amount no longer in amount_to_precision Sam Germain 2022-01-29 19:48:51 -0600
  • b8f4cebce7 exchange.liquidation_price methods combined, dry_run check on exchange for liquidation price Sam Germain 2022-01-29 18:47:17 -0600
  • 143c37d36f cleaned up liquidation price methods Sam Germain 2022-01-29 02:06:56 -0600
  • ede9012fcc removed TODO-levs about okex liquidation price Sam Germain 2022-01-28 22:03:16 -0600
  • d133a7c789 added isolated, futures to okex trading_mode_collateral_pairs Sam Germain 2022-01-28 21:57:34 -0600
  • 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 -0600
  • 7f4894d68e okex.liquidation_price formula update Sam Germain 2022-01-28 05:47:19 -0600
  • fe037aa971 exchange.liquidation_price combined position and position_assets Sam Germain 2022-01-28 05:06:06 -0600
  • 0b5c2e97b3 exchange._get_maintenance_ratio_and_amount Sam Germain 2022-01-27 22:50:49 -0600
  • e91aaa7d64 removed isolated_liq= Sam Germain 2022-01-22 20:34:42 -0600
  • 5cf54bee4d removed excess decimals in test_binance Sam Germain 2022-01-22 20:24:41 -0600
  • 0c13e387fe moved liquidation_price method to exchange classes Sam Germain 2022-01-22 20:03:38 -0600
  • 5a97760bd1 binance.get_max_leverage divide by 0 warning Sam Germain 2022-01-19 21:50:06 -0600
  • 1f8111d1c6 exchange.get_max_leverage pair is required Sam Germain 2022-01-19 21:41:43 -0600
  • caff7e227f binance.fill_leverage_brackets remove excess bracket Sam Germain 2022-01-19 21:36:54 -0600
  • e4b37c6462 freqtradebot.leverage_prep minor fixes Sam Germain 2022-01-15 10:23:20 -0600
  • 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 -0600
  • c2f9201512 Added get_liquidation_price check Sam Germain 2022-01-14 07:16:00 -0600
  • bb2b2211d0 exchange.fill_leverage_brackets/get_maintenance_ratio_and_amt docstring and type specification Sam Germain 2022-01-14 06:11:17 -0600
  • b4a0611afc exchange.get_liquidation_price removed irrelevant comment Sam Germain 2022-01-14 05:52:16 -0600
  • 0c8205ab3b replace single quote docstrings with double quote docstrings Sam Germain 2022-01-14 05:49:46 -0600
  • 7abffee755 liquidation_price formula organize and comment clean up Sam Germain 2022-01-13 04:33:34 -0600
  • 387a9fbf36 test_execute_entry liquidation_price test test_get_maintenance_ratio_and_amt_gateio Sam Germain 2022-01-13 02:12:02 -0600
  • 2d545a2def fixed breaking tests for liquidation price Sam Germain 2022-01-13 01:21:36 -0600
  • 1eee5373b9 gateio.get_maintenance_ratio_and_amt Sam Germain 2022-01-11 21:22:55 -0600
  • 8889512887 freqtradebot.leverage_prep gets taker_fee_rate Sam Germain 2022-01-11 21:17:29 -0600
  • bff53c52af rewrite fill_leverage_brackets Sam Germain 2022-01-10 12:28:22 -0600
  • 69a6223ca0 implemented binance.get_maintenance_ratio_and_amt Sam Germain 2022-01-10 07:17:17 -0600
  • ba5fc21d84 added isolated futures to supported modes for binance,gateio Sam Germain 2022-01-10 06:45:54 -0600
  • e0df7ee72a Changed variable names in binance.get_max_leverage Sam Germain 2022-01-10 01:40:40 -0600
  • 42360592ba trimmed down liquidation_price variable and edited comments Sam Germain 2022-01-08 02:25:17 -0600
  • 5796d95a95 Added gateio and okex isolated liquidation formulas Sam Germain 2021-11-13 21:12:36 -0600
  • 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 -0600
  • eee7271ab8 Added live isolated-liq get Sam Germain 2021-11-05 14:25:22 -0600
  • 778e3bcba6 Suppress incompatible type "Optional[float]"; expected "float" as the check exists. Arunavo Ray 2021-09-23 11:54:05 +0530
  • 92c94bb62a added position and wallet_balance to LocalTrade.set_isolated_liq Sam Germain 2021-09-20 21:44:00 -0600
  • 447312d4c8 Fixed parameter check which failed when 0.0 was passed Arunavo Ray 2021-09-19 12:36:01 +0530
  • d26a068adf rearanged isolated_liq in models a bit Sam Germain 2021-09-19 00:51:06 -0600
  • 3709130eb7 Added Tests for Binance Liquidation price, shortened liquidation param names Arunavo Ray 2021-09-19 11:16:41 +0530
  • f9a2d1a71d Binance Liquidation Price Hedge-Mode Removed Arunavo Ray 2021-09-19 10:18:28 +0530
  • 7119dc6e41 Converted kwargs to params Arunavo Ray 2021-09-17 08:17:15 +0530
  • 80f4bae3fe Revert "Added Formulas to Calculate Liquidation Price of Binance USDⓈ-M Futures Contracts" Sam Germain 2021-09-19 17:17:09 -0600
  • b30458f871 Revert "Added Margin Mode Check for Binance." Sam Germain 2021-09-19 17:16:59 -0600
  • 1299cff894 Added Margin Mode Check for Binance. Arunavo Ray 2021-08-27 11:54:51 +0530
  • 60454334d9 Added Formulas to Calculate Liquidation Price of Binance USDⓈ-M Futures Contracts Arunavo Ray 2021-08-27 11:28:12 +0530
  • fe5e00361e separated test_leverage into test_interest and test_liquidation_price, and paramaterized tests Sam Germain 2021-08-25 14:27:55 -0600
  • a087d03db9 Added liquidation_price function Sam Germain 2021-08-06 01:15:18 -0600
  • f10ef7f2da
    Merge pull request #6334 from samgermain/todo Matthias 2022-01-31 19:09:07 +0100
  • da0d2590b9 Removed PrecisionFilter liquidation price TODO-lev Sam Germain 2022-01-31 12:06:04 -0600
  • be866f04fa
    Merge pull request #6330 from samgermain/market-checks Matthias 2022-01-31 19:01:59 +0100
  • 97f11309fe
    added support for waves.exchange Peter Willemsen 2022-01-31 16:01:50 +0100
  • 1b063739c0
    Merge pull request #6331 from samgermain/todo Matthias 2022-01-31 15:42:45 +0100
  • 689174ea0d removed TODO-lev comments Sam Germain 2022-01-31 04:12:37 -0600
  • 779b82b5b4 fixed test_get_min_pair_stake_amount by adding amount.min/max and cost.min/max to all markets Sam Germain 2022-01-31 03:02:17 -0600
  • 5af3e1600d updated conftest to have limit keys and contractSize on every market Sam Germain 2022-01-31 03:01:44 -0600
  • 29c5dfd4ca Removed unnecessary CCXT market checks Sam Germain 2022-01-31 02:40:10 -0600