Matthias
|
a2af7b4fd8
|
Test non-ffill approach
|
2022-04-23 11:25:20 +02:00 |
|
Matthias
|
baefda80d1
|
Enable flake8 E226 rule
|
2022-04-11 18:02:06 +02:00 |
|
Matthias
|
ffff45e76b
|
simplify exit message
|
2022-04-10 08:44:49 +02:00 |
|
Matthias
|
299dd84cfe
|
Merge pull request #6656 from freqtrade/use_sell_signal
Use sell signal -> use_exit_signal
|
2022-04-06 19:46:46 +02:00 |
|
மனோஜ்குமார் பழனிச்சாமி
|
7e97e58820
|
renamed enter-side
|
2022-04-06 06:32:13 +05:30 |
|
Matthias
|
8d95e76d26
|
Add tests for new naming definitions
|
2022-04-05 20:43:39 +02:00 |
|
Matthias
|
4897731030
|
use_sell_signal -> use_exit_signal
|
2022-04-05 20:10:20 +02:00 |
|
Matthias
|
bba9629a2a
|
Rename sell_profit_only to exit_profit_only
|
2022-04-05 20:00:35 +02:00 |
|
Matthias
|
1917527179
|
custom_sell -> custom_exit
|
2022-04-04 17:04:43 +02:00 |
|
Matthias
|
6f1b14c013
|
Update buy_timeout and sell_timeout methods
|
2022-03-25 19:57:06 +01:00 |
|
Matthias
|
dcfa3e8648
|
Update SellType to ExitType
|
2022-03-25 06:55:37 +01:00 |
|
Matthias
|
c07883b1f9
|
Move ExitCheckTuple to enums
|
2022-03-25 06:50:18 +01:00 |
|
Matthias
|
8d111d357a
|
Update SellCheckTuple to new naming
|
2022-03-25 06:46:29 +01:00 |
|
Matthias
|
d7f76ee452
|
Update confirm_trade_exit to use sell_reason terminology
|
2022-03-25 06:37:40 +01:00 |
|
Matthias
|
b1e3ead88b
|
Merge branch 'develop' into feat/short
|
2022-03-22 20:28:38 +01:00 |
|
Matthias
|
6ec7b84b92
|
Modify hyperoptable strategy to use relative importing
|
2022-03-20 13:12:26 +01:00 |
|
Matthias
|
49e087df5b
|
Allow Strategy subclassing in different files by enabling local imports
|
2022-03-20 13:07:06 +01:00 |
|
Matthias
|
aceaa3faec
|
remove last ticker_interval compatibility shim
|
2022-03-20 09:33:47 +01:00 |
|
Matthias
|
eb08b92180
|
Raise exception when ticker_interval is set.
|
2022-03-20 09:01:36 +01:00 |
|
Matthias
|
b044dd2c45
|
Update custom_sell to custom_exit
|
2022-03-12 11:37:56 +01:00 |
|
Matthias
|
fe62a71f4c
|
Simplify implementation of "check_override" by extracting it to function
|
2022-03-12 10:58:48 +01:00 |
|
Matthias
|
6946203a7c
|
Add tests and test-strategies for custom "implements" requirements
|
2022-03-12 10:05:16 +01:00 |
|
Matthias
|
9460fd8d75
|
Add Appropriate test for loading error
|
2022-03-12 09:49:20 +01:00 |
|
Matthias
|
28046c6a22
|
Change populate_buy_trend to populate_entry_trend
|
2022-03-12 09:38:28 +01:00 |
|
Matthias
|
efc313b28b
|
Merge pull request #6512 from freqtrade/short_order_types
Short order types renamal
|
2022-03-12 09:32:16 +01:00 |
|
Matthias
|
b9b5d749bb
|
Fix typo causing an implicit bug
|
2022-03-12 08:58:59 +01:00 |
|
Matthias
|
0aa170ac95
|
Check can_short in live-mode as well.
|
2022-03-12 06:58:22 +01:00 |
|
Matthias
|
20fc9459f2
|
Add test for can_short strategy attribute
|
2022-03-11 19:37:45 +01:00 |
|
Matthias
|
5d4386f037
|
Implement order_types validation
|
2022-03-09 06:37:08 +01:00 |
|
Matthias
|
3ff261e22c
|
Update order time in force to use entry/exit wording
|
2022-03-07 19:55:15 +01:00 |
|
Matthias
|
f0f5a50975
|
Update tests to test DCA for shorts
|
2022-02-27 15:44:23 +01:00 |
|
Matthias
|
8952829adc
|
Merge branch 'develop' into feat/short
|
2022-02-23 06:28:15 +01:00 |
|
Matthias
|
70f4305dfa
|
don't allow short trades in spot mode
|
2022-02-21 19:19:12 +01:00 |
|
Sam Germain
|
fc2d3649a1
|
edited todos
|
2022-02-12 16:23:14 -06:00 |
|
Matthias
|
08803524bd
|
align variable naming to use current_time
|
2022-02-12 15:21:46 +01:00 |
|
Sam Germain
|
c47c54c16c
|
removed strategy_test_v3.populate_sell_trend # TODO-lev: Add short logic, because it looked like the short logic was already there
|
2022-02-03 17:48:33 -06:00 |
|
Matthias
|
cf7edace2b
|
Merge pull request #6312 from freqtrade/short_informative_decorator
Short informative decorator
|
2022-01-30 15:33:52 +01:00 |
|
Matthias
|
8a6823deb1
|
Convert InformativeData to dataclass
|
2022-01-29 19:59:54 +01:00 |
|
Matthias
|
463714832d
|
Merge branch 'develop' into feat/short
|
2022-01-29 14:19:30 +01:00 |
|
Matthias
|
c620e38c7d
|
Informative decorator updates for futures
|
2022-01-28 19:17:46 +01:00 |
|
Matthias
|
13978e9893
|
Merge pull request #6276 from clover-es/feat/short
Add support for shorts in strategy.stoploss_from_absolute()
|
2022-01-25 19:11:05 +01:00 |
|
Matthias
|
325fd8a780
|
Add test with absolute values
|
2022-01-25 06:44:20 +01:00 |
|
Matthias
|
381bda1e4a
|
Update test to add new argument
|
2022-01-24 07:02:02 +01:00 |
|
Guillermo Rodríguez
|
40cd478c6d
|
Calculate stoploss_from_absolute for shorts
|
2022-01-22 18:01:02 +01:00 |
|
Matthias
|
f090dcc597
|
Merge branch 'develop' into feat/short
|
2022-01-22 17:56:01 +01:00 |
|
Matthias
|
1fb48a1f53
|
Add TODO-lev for "stoploss_from_absolute".
|
2022-01-18 16:52:34 +01:00 |
|
Matthias
|
6c4b261469
|
Convert nan to None in get_signal.
|
2022-01-16 08:04:39 +01:00 |
|
Matthias
|
270d7ebbf5
|
Simplify test strategy
|
2022-01-15 17:36:42 +01:00 |
|
Guillermo Rodríguez
|
d28287880c
|
Add support for shorts in strategy.stoploss_from_open
Signed-off-by: Guillermo Rodríguez <guillebep@gmail.com>
|
2022-01-15 04:30:30 +01:00 |
|
Reigo Reinmets
|
0bca07a32a
|
Added min_stake, max_stake. Removed pair as its included in trade.
|
2022-01-08 17:20:02 +02:00 |
|