refactor: Remove navigation buttons from strategy guide page
This commit is contained in:
parent
c1445fc5e3
commit
695259f3be
@ -713,12 +713,6 @@ def strategy_guide_page():
|
||||
* Set price alerts
|
||||
""")
|
||||
|
||||
col1, col2 = st.columns(2)
|
||||
with col1:
|
||||
if st.button("Go to SunnyBands Scanner"):
|
||||
st.session_state.page = "Technical Scanner"
|
||||
st.rerun()
|
||||
|
||||
# Morning Trading Section
|
||||
with st.expander("2. Trading Strategy (6:30-7:30 AM PST)"):
|
||||
st.markdown("""
|
||||
@ -789,12 +783,6 @@ def strategy_guide_page():
|
||||
* Refine strategies
|
||||
""")
|
||||
|
||||
col1, col2 = st.columns(2)
|
||||
with col1:
|
||||
if st.button("Go to Trading Journal"):
|
||||
st.session_state.page = "Trading Journal"
|
||||
st.rerun()
|
||||
|
||||
def main():
|
||||
st.set_page_config(page_title="Trading System", layout="wide")
|
||||
init_session_state()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user