Commit Graph

7546 Commits

Author SHA1 Message Date
Sam Germain
6b4971026d strategy.should_exit: custom sell reason -> custom exit long reason 2022-01-04 23:39:05 -06:00
Sam Germain
295050b80b sell reason -> exit reason 2022-01-04 23:27:08 -06:00
Sam Germain
fa1bd269d8 sell-signal -> exit_signal 2022-01-04 23:25:41 -06:00
Sam Germain
15db16797e Custom sell -> Custom exit 2022-01-04 23:25:03 -06:00
Sam Germain
cc8dd76879 sell_profit_offset -> exit_profit_offset 2022-01-04 23:19:35 -06:00
Sam Germain
66cadcac01 sell_profit_only -> exit_profit_only 2022-01-04 23:19:35 -06:00
Sam Germain
a07cf45968 sell_flag -> exit_flag 2022-01-04 23:19:35 -06:00
Sam Germain
69c0e028c2 custom_sell -> custom_exit 2022-01-04 23:19:35 -06:00
Sam Germain
c830db62f6 CUSTOM_SELL -> CUSTOM_EXIT 2022-01-04 23:19:35 -06:00
Sam Germain
26e54fb035 emergencysell -> emergencyexit 2022-01-04 23:19:35 -06:00
Sam Germain
ad9c5d96dc EMERGENCY_SELL -> EMERGENCY_EXIT 2022-01-04 23:19:35 -06:00
Sam Germain
7dbb1c8b75 FORCE_SELL -> FORCE_EXIT 2022-01-04 23:19:35 -06:00
Sam Germain
e8c35e591b force_sell -> force_exit 2022-01-04 23:19:35 -06:00
Sam Germain
2124438202 SellCheckTuple -> ExitCheckTuple 2022-01-04 23:19:35 -06:00
Sam Germain
19692ff4e8 sell_signal -> exit_signal 2022-01-04 23:19:35 -06:00
Sam Germain
93e332e506 SELL_SIGNAL -> EXIT_SIGNAL 2022-01-04 23:19:35 -06:00
Sam Germain
0037754969 sell_type -> exit_type 2022-01-04 23:19:35 -06:00
Sam Germain
e9d3903827 SellType -> ExitType 2022-01-04 23:19:12 -06:00
Sam Germain
f5805543ed sell_reason -> exit_reason 2022-01-04 22:52:52 -06:00
Sam Germain
c899eabe1d sell_order_status -> exit_order_status 2022-01-04 22:51:06 -06:00
Sam Germain
b09ac3e5b6 ignore_roi_if_buy_signal -> ignore_roi_if_enter_signal 2022-01-04 22:49:49 -06:00
Sam Germain
86cc911559 use_sell_signal -> use_exit_signal 2022-01-04 22:49:14 -06:00
Sam Germain
501f473164 Merge branch 'develop' into feat/short 2022-01-04 22:47:33 -06:00
Matthias
42579c0268 Drop hyperopt results legacy mode 2022-01-04 17:06:40 +01:00
Sam Germain
b2a1124a26 Merge branch 'feat/short' of https://github.com/freqtrade/freqtrade into feat/short 2022-01-04 00:17:42 -06:00
Matthias
e57c2d64a5
Merge pull request #5888 from samgermain/contract-sizes
Convert contract size to underlying asset size
2022-01-03 21:55:19 +01:00
Matthias
d8cb61278f Simplify contract conversion code
by reusing "get_contract_size"
2022-01-03 18:12:45 +01:00
Sam Germain
707a6507b5 removed redundant todos 2022-01-02 21:46:06 -06:00
Matthias
209ecc8732 Fix typo in bt_progress 2022-01-02 19:38:03 +01:00
Matthias
7f88f9bf27 Revert unintended double-call of amount conversion 2022-01-02 13:11:29 +01:00
Sam Germain
33ab3c1bea Removed some todo-lev comments 2022-01-01 14:10:24 -06:00
Sam Germain
14ae327459 grouped contract methods 2022-01-01 14:08:10 -06:00
Sam Germain
3e4912979a exchange.py: removed get funding rate history 2022-01-01 14:03:26 -06:00
Sam Germain
fcded264e6 removed exchange._get_mark_price_history 2022-01-01 13:53:26 -06:00
Sam Germain
f92d47a16b exchange._contracts_to_amount and exchange._amount_to_contracts safe checks 2022-01-01 13:52:06 -06:00
Matthias
8da596f66d Implement PR feedback 2022-01-01 13:52:01 -06:00
Sam Germain
49a6ebb454 exchange class contract methods safe check for symbol 2022-01-01 13:50:50 -06:00
Sam Germain
78d1a267f0 contract-sizes tests 2022-01-01 13:50:50 -06:00
Sam Germain
d0a300a2e1 Added TODOs 2022-01-01 13:50:49 -06:00
Sam Germain
4f6203e45f Added conversions from contract size to amount for objects returned from api 2022-01-01 13:50:43 -06:00
Sam Germain
e10ceb2362 Amount to precision has _amount_to_contract_size in it 2022-01-01 13:49:09 -06:00
Sam Germain
ee63f12236 Revert "Removed leverage param from get_min_pair_stake_amount"
This reverts commit 096588550ca1de5e5edf63cf7214af037d7bc93b.
2022-01-01 13:49:09 -06:00
Sam Germain
2df5993812 _contract_size_to_amount only impacts limits.amount and not limits.cost, put _get_stake_amount_considering_leverage back in 2022-01-01 13:49:09 -06:00
Sam Germain
ef6ad0e6d7 Removed leverage param from get_min_pair_stake_amount 2022-01-01 13:49:09 -06:00
Sam Germain
3f75531105 added methods _contract_size_to_amount and _amount_to_contract_size, added _amount_to_contract_size to create_order, added contract_size_to_amount to get_min_leverage 2022-01-01 13:49:09 -06:00
Matthias
ddfbe55e7c Merge branch 'develop' into feat/short 2022-01-01 19:16:49 +01:00
Matthias
08ba5b0451 Update docs to include underwaterplot 2022-01-01 16:55:08 +01:00
Matthias
fb06a673e0 Add Underwater plot 2022-01-01 14:40:20 +01:00
Matthias
78ba2d3fc7 Add underwaterplot calculation to btanalysis 2022-01-01 14:39:58 +01:00
Matthias
a2d97eecfe Add trade parallelism plot
closes #6142
2022-01-01 14:11:51 +01:00