Skip to content

Commit cc12f94

Browse files
committed
Merge branch 'ygowill-main'
2 parents 753a37f + 812ce31 commit cc12f94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NostalgiaForInfinityX6.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4123,7 +4123,7 @@ def populate_entry_trend(self, df: DataFrame, metadata: dict) -> DataFrame:
41234123
df.loc[:, "enter_long"] = ""
41244124
df.loc[:, "enter_short"] = ""
41254125

4126-
is_backtest = self.dp.runmode.value in ["backtest", "hyperopt", "plot"]
4126+
is_backtest = self.dp.runmode.value in ["backtest", "hyperopt", "plot", "webserver"]
41274127
# the number of free slots
41284128
current_free_slots = self.config["max_open_trades"]
41294129
if not is_backtest:

0 commit comments

Comments
 (0)