Skip to content

Commit 8847db7

Browse files
authored
Merge pull request #218 from gordonkoehn/patch-1
[Typo] blanc missing - market_making_general_inputs
2 parents a0b42c4 + ccda59b commit 8847db7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/components/market_making_general_inputs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def get_market_making_general_inputs(custom_candles=False):
3434
help="Enter the position mode (HEDGE/ONEWAY).")
3535
with c6:
3636
cooldown_time = st.number_input("Stop Loss Cooldown Time (minutes)", value=cooldown_time,
37-
help="Specify the cooldown time in minutes after having a"
37+
help="Specify the cooldown time in minutes after having a "
3838
"stop loss (e.g., 60).") * 60
3939
with c7:
4040
executor_refresh_time = st.number_input("Executor Refresh Time (minutes)", value=executor_refresh_time,

0 commit comments

Comments
 (0)