Update app.py
Browse files
app.py
CHANGED
@@ -53,7 +53,6 @@ def main():
|
|
53 |
st.subheader("Predicted Trend:")
|
54 |
st.write("Buy Trend :", trend['BUY'])
|
55 |
st.write("Sell Trend :", trend['SELL'])
|
56 |
-
st.write(f"Standard Deviation Percentage: {my_market_predictor.PERCENT_STD}%")
|
57 |
|
58 |
# Calculate and display Support and Resistance Levels
|
59 |
levels = my_market_predictor.Support_Resistance_Estimation_Tool(indicators)
|
|
|
53 |
st.subheader("Predicted Trend:")
|
54 |
st.write("Buy Trend :", trend['BUY'])
|
55 |
st.write("Sell Trend :", trend['SELL'])
|
|
|
56 |
|
57 |
# Calculate and display Support and Resistance Levels
|
58 |
levels = my_market_predictor.Support_Resistance_Estimation_Tool(indicators)
|