Commit Graph

  • 412fe65344
    Merge pull request #6316 from samgermain/max-amount Matthias 2022-02-06 07:44:29 +0100
  • 4cf514e293 fix flake8 Stefano Ariestasia 2022-02-06 03:16:56 +0000
  • 131b2d68d8 reduce complexity (flake8) Stefano Ariestasia 2022-02-06 03:04:23 +0000
  • 0477070faa hide some lines if trade is closed Stefano Ariestasia 2022-02-06 02:49:02 +0000
  • c4a54cc9cd refinement of status Stefano Ariestasia 2022-02-06 02:31:14 +0000
  • cfaf13c90f update Stefano Ariestasia 2022-02-06 02:21:16 +0000
  • 6c1729e20b ignore warnings Italo 2022-02-06 01:07:30 +0000
  • e0d42ad9a7
    Update backtesting.py Sam Germain 2022-02-05 18:29:48 -0600
  • 6a4cae1f8c Update hyperopt.py Italo 2022-02-06 00:17:48 +0000
  • 82006ff1db
    Update setup.sh Bloodhunter4rc 2022-02-05 22:19:42 +0100
  • 992eac9efa Update hyperopt.py Italo 2022-02-05 17:36:19 +0000
  • 2c5f7adf28
    Merge pull request #6354 from samgermain/ccxt-compat-max-lev Matthias 2022-02-05 17:14:33 +0100
  • 870708a72a Version bump ccxt Matthias 2022-02-05 16:33:20 +0100
  • 22173851d6 Detail tests for custom exit pricing Matthias 2022-02-05 15:20:05 +0100
  • 2a59ef7311 Add detail tests for timeout behaviour Matthias 2022-02-05 15:12:29 +0100
  • 808cefe526 Update order_selection logic Matthias 2022-02-05 10:12:03 +0100
  • 9bf86bbe27 Extract backtesting row validation to separate function Matthias 2022-01-30 20:00:11 +0100
  • 58fad72778 Update wallets when necessary Matthias 2022-01-30 19:35:46 +0100
  • e08006ea25 Adjust tests to use order Object Matthias 2022-01-30 19:25:09 +0100
  • 4ea79a32e4 Use Order object for ft_timeout check Matthias 2022-01-30 17:47:37 +0100
  • 1e603985c5 Extract backtesting order cancelling Matthias 2022-01-30 17:39:23 +0100
  • 6637dacd7f Extract protections in backtesting Matthias 2022-01-30 17:17:03 +0100
  • 7ac44380f7 Extract backtest order closing to models class Matthias 2022-01-30 15:44:13 +0100
  • 090554f197 Try fill backtest order imediately for adjusted order Matthias 2022-01-30 15:41:05 +0100
  • f4149ee462 Force ROI to be within candle Matthias 2022-01-30 15:27:18 +0100
  • 44e616c264 Add unfilledtimeout to required props for backtesting Matthias 2022-01-22 15:44:33 +0100
  • 49cecf1cb2 Small cosmetic fix Matthias 2022-01-22 15:08:54 +0100
  • 9140679bf4 Backtest order timeout continued. Rokas Kupstys 2022-01-22 15:11:33 +0200
  • 15698dd1ca Fix errors so it runs, implement timeout handling. Rokas Kupstys 2022-01-19 11:42:24 +0200
  • f7a1cabe23 Add first version to fill orders "later" in backtesting Matthias 2022-01-16 19:52:08 +0100
  • c12e5a3b6c Initial idea backtesting order timeout Matthias 2022-01-16 19:39:42 +0100
  • 6ed237a72a
    Merge pull request #6272 from stash86/fix-docs Matthias 2022-02-05 16:22:45 +0100
  • b5d10d1b2e updated ccxt Sam Germain 2022-02-05 08:18:05 -0600
  • ce676a9dd7 wrote ccxt_compat.test_get_max_leverage_spot test_get_max_leverage_futures Sam Germain 2022-02-04 17:55:49 -0600
  • 8b57827676 exchange.get_max_pair_stake_amount hard set leverage to 0 Sam Germain 2022-02-04 14:26:15 -0600
  • 06387478b5
    Merge pull request #6341 from TheJoeSchr/backtest-filename Matthias 2022-02-04 16:31:03 +0100
  • 761f7fdefb fix: linter Joe Schr 2022-02-04 12:56:28 +0100
  • 42645aee00 add Config.IS_EXECUTION tef 2022-02-04 06:47:48 -0500
  • e84a58de28 fix: don't use different configuration keys, just add as 2nd argument Joe Schr 2022-02-02 12:45:03 +0100
  • a3e045f69d Plotting: add alias --backtest-filename for --export-filename Joe Schr 2022-02-01 19:31:38 +0100
  • c0a593280e test_exchange.test_cancel_order_dry_run pass leverage to create_order Sam Germain 2022-02-04 04:54:16 -0600
  • dc6cb445fd Merge branch 'feat/short' into max-amount Sam Germain 2022-02-04 04:42:38 -0600
  • cc3cb645f3 Merge branch 'max-amount' of https://github.com/samgermain/freqtrade into max-amount Sam Germain 2022-02-04 04:41:54 -0600
  • 1824ee6b73 removed TODO Sam Germain 2022-02-04 04:41:41 -0600
  • 6afad6c99f Small change to todo comment Matthias 2022-02-04 07:20:27 +0100
  • 5cc2a15b02
    Merge pull request #6349 from samgermain/todos Matthias 2022-02-04 07:20:18 +0100
  • e7d71d01c0 removed plotting todo Sam Germain 2022-02-03 20:39:47 -0600
  • 3ee2b7978c wallets.validate_stake_amount added param max_stake_available Sam Germain 2022-02-03 19:48:54 -0600
  • 30c476e3c1 freqtradebot.get_valid_enter_price_and_stake gets min of stake_amount and max_stake_amount before calling wallets.validate_stake_amount Sam Germain 2022-02-03 19:22:37 -0600
  • a50f4d2c57 Exchange.createOrder added * as second param Sam Germain 2022-02-03 18:28:08 -0600
  • 16c2d54482 updated margin_modes Sam Germain 2022-02-03 01:38:14 -0600
  • 7465037906 freqtradebot.execute_entry test for too high stake amount Sam Germain 2022-02-03 01:22:23 -0600
  • c5cfd971f5 get_max_pair_stake_amount_tests Sam Germain 2022-02-03 00:52:39 -0600
  • 8c680d75b9 moved max_stake_amount check for None to exchange.get_max_pair_stake_amount Sam Germain 2022-02-03 00:10:14 -0600
  • 6b6b35ac1c check for max stake limit in freqtradebot and backtesting Sam Germain 2022-02-01 20:39:22 -0600
  • 55d91f018f exchange._get_stake_amount_limit (merged min_pair_stake_amount and get_max_tradeable amount) Sam Germain 2022-02-01 20:24:06 -0600
  • ff5fffefb4 exchange.get_max_amount_tradable looks at cost also Sam Germain 2022-01-31 03:57:47 -0600
  • 6e8420914e removed unnecessary CCXT checks in exchange.get_min_pair_stake_amount Sam Germain 2022-01-31 03:07:42 -0600
  • 64ad810445 Revert "moved get_max_leverage to get_min_pair_stake_amount" Sam Germain 2022-01-31 02:31:44 -0600
  • 73319a74d3 moved get_max_leverage to get_min_pair_stake_amount Sam Germain 2022-01-29 21:26:03 -0600
  • f3b42b0ef3 wrote exchange.get_max_amount_tradable Sam Germain 2022-01-29 03:22:08 -0600
  • de557f1386 models.update removed TODO-lev Sam Germain 2022-02-03 17:47:26 -0600
  • 99b8a8ca79 Revert "plot.generate_candlestick_graph Added short equivelent, separating plotting scatter creation to a function" Sam Germain 2022-02-03 17:34:38 -0600
  • 84dea0339b Added todo to freqtradebot._safe_exit_amount Sam Germain 2022-02-03 03:57:33 -0600
  • edc0e9c75f backtesting._get_ohlcv_as_lists changed candle_type to candle_type_def Sam Germain 2022-02-03 01:30:33 -0600
  • 1f74cfe841 plot.generate_candlestick_graph Added short equivelent, separating plotting scatter creation to a function Sam Germain 2022-02-02 16:02:54 -0600
  • a31cf236e4 freqtradebot._safe_exit_amount, no _safe_exit_amount is needed for futures Sam Germain 2022-02-02 15:45:01 -0600
  • d5376c2c89 wrote freqtradebot.test_leverage_prep Sam Germain 2022-02-02 14:09:49 -0600
  • 977f87659c edited backtesting._get_sell_trade_entry TODO: removed "Other fees" Sam Germain 2022-02-02 13:36:18 -0600
  • 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 -0600
  • 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 -0600
  • 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 -0600
  • bc6614df2d fixed failing tests in tests/commands/test_commands.py by adding NONE='' option to MarginMode Sam Germain 2022-02-02 13:18:42 -0600
  • f58b92bb86 exchange.create_order removed default for leverage Sam Germain 2022-02-02 13:15:42 -0600
  • f8faf748df Simplify prepare_buy_details Matthias 2022-02-03 19:47:03 +0100
  • 1e6362debf Add test for new /status telegram message Matthias 2022-02-03 19:41:45 +0100
  • 29879bb415 Update wording to entry/exit Matthias 2022-02-03 19:11:35 +0100
  • d6482066ef
    Merge pull request #6348 from freqtrade/new_release 2022.1 Matthias 2022-02-03 12:29:04 +0100
  • cbe2fb80f3
    Merge pull request #13 from tef-github/start_message_sent tef-github 2022-02-03 00:01:21 -0500
  • a733a74dd9
    Merge pull request #6294 from xataxxx/health Matthias 2022-02-02 19:53:45 +0100
  • a4e1aaa9bd
    Merge pull request #6307 from freqtrade/bt_shift Matthias 2022-02-02 19:52:10 +0100
  • 2d45163f8f Bump version to 2022.1 Matthias 2022-02-02 19:46:48 +0100
  • e95fb7ef3e Merge branch 'stable' into new_release Matthias 2022-02-02 19:46:33 +0100
  • 09f0e7149f test__fetch_and_calculate_funding_fees_datetime_called # TODO-lev: test for longs Sam Germain 2022-02-02 12:42:13 -0600
  • 179947fa72
    New config (#6333) Sam Germain 2022-02-02 07:46:44 -0600
  • d1734590cc fix3 Bemhreth 2022-02-02 15:13:35 +0300
  • 7375ae1b11 fix 2 Bemhreth 2022-02-02 14:30:06 +0300
  • 0058abcc2d Fix crash when no min-stake-amount could be determined Matthias 2022-02-02 12:20:05 +0100
  • 714c79ae43 isort Sam Germain 2022-02-02 03:35:20 -0600
  • 0117c1de83 build_config_commands sorted exchanges Sam Germain 2022-02-02 01:42:56 -0600
  • cdee253fda fixes implemented Bemhreth 2022-02-02 10:54:53 +0300
  • 60db1b1c0c margin_mode is empty string for spot new configs Sam Germain 2022-02-02 01:08:55 -0600
  • d7955e6a31 Merge branch 'feat/short' into new-config Sam Germain 2022-02-02 01:06:25 -0600
  • c3684e8a1a
    Merge pull request #6346 from samgermain/minor-fixes Matthias 2022-02-02 07:46:17 +0100
  • 2ab64cbbd3 Simplify trading_mode selection Matthias 2022-02-02 07:36:49 +0100
  • a741356d65 okex._lev_prep, removing rounding from default set_leverage Sam Germain 2022-02-02 00:28:57 -0600
  • 8e51360f75 exchange._set_leverage rounds leverage Sam Germain 2022-02-01 22:29:04 -0600
  • 8a64f6a27f exchange.set_margin_mode param swap Sam Germain 2022-02-01 22:24:48 -0600
  • 386be2d889 set reduceOnly for futures exit orders Sam Germain 2022-02-01 22:23:05 -0600
  • b3477c4802 _api.fetch_funding_history argument pair->symbol Sam Germain 2022-02-01 21:57:07 -0600