Revert unintended comment change.
This commit is contained in:
parent
8c19953cdd
commit
9d205132d0
@ -661,8 +661,7 @@ class Backtesting:
|
|||||||
proposed_rate=propose_rate, entry_tag=entry_tag,
|
proposed_rate=propose_rate, entry_tag=entry_tag,
|
||||||
side=direction,
|
side=direction,
|
||||||
) # default value is the open rate
|
) # default value is the open rate
|
||||||
|
# We can't place orders higher than current high (otherwise it'd be a stop limit entry)
|
||||||
# We can't place orders higher than current high (otherwise it'd be a stop limit buy)
|
|
||||||
# which freqtrade does not support in live.
|
# which freqtrade does not support in live.
|
||||||
if direction == "short":
|
if direction == "short":
|
||||||
propose_rate = max(propose_rate, row[LOW_IDX])
|
propose_rate = max(propose_rate, row[LOW_IDX])
|
||||||
|
Loading…
Reference in New Issue
Block a user