mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
removed strategy_test_v3.populate_sell_trend # TODO-lev: Add short logic, because it looked like the short logic was already there
This commit is contained in:
parent
73d10b5c02
commit
c47c54c16c
|
@ -169,7 +169,6 @@ class StrategyTestV3(IStrategy):
|
||||||
),
|
),
|
||||||
'exit_short'] = 1
|
'exit_short'] = 1
|
||||||
|
|
||||||
# TODO-lev: Add short logic
|
|
||||||
return dataframe
|
return dataframe
|
||||||
|
|
||||||
def leverage(self, pair: str, current_time: datetime, current_rate: float,
|
def leverage(self, pair: str, current_time: datetime, current_rate: float,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user