(feat) improve naming

This commit is contained in:
cardosofede
2024-05-22 19:55:18 -05:00
parent 4fb2656e8f
commit ca110ae86d
3 changed files with 4 additions and 4 deletions

View File

@@ -27,7 +27,7 @@ def get_directional_trading_general_inputs():
help="Enter the maximum number of executors per side (e.g., 5).")
with c6:
cooldown_time = st.number_input("Cooldown Time (minutes)", value=10,
help="Specify the cooldown time in minutes (e.g., 60).") * 60
help="Time between accepting a new signal in minutes (e.g., 60).") * 60
with c7:
position_mode = st.selectbox("Position Mode", ("HEDGE", "ONEWAY"), index=0,
help="Enter the position mode (HEDGE/ONEWAY).")