mirror of
https://github.com/aljazceru/hummingbot-dashboard.git
synced 2026-01-02 21:14:25 +01:00
(feat) extend end time in analyze
This commit is contained in:
@@ -193,7 +193,7 @@ else:
|
||||
max_value=999999999.99)
|
||||
with col3:
|
||||
start = st.text_input("Start", value="2023-01-01")
|
||||
end = st.text_input("End", value="2023-08-01")
|
||||
end = st.text_input("End", value="2024-01-01")
|
||||
c1, c2 = st.columns([1, 1])
|
||||
with col4:
|
||||
add_positions = st.checkbox("Add positions", value=True)
|
||||
|
||||
Reference in New Issue
Block a user