alexaxbreadbytes commited on
Commit
12c4e15
1 Parent(s): e13ab71

Dollarcap update

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -132,7 +132,7 @@ def runapp():
132
  bot_selections = "Cinnamon Toast"
133
  otimeheader = 'Exit Date'
134
  fmat = '%Y-%m-%d %H:%M:%S'
135
- dollar_cap = 40000.00
136
  fees = .075/100
137
  st.header(f"{bot_selections} Performance Dashboard :bread: :moneybag:")
138
  st.write("Welcome to the Trading Bot Dashboard by BreadBytes! You can use this dashboard to track " +
 
132
  bot_selections = "Cinnamon Toast"
133
  otimeheader = 'Exit Date'
134
  fmat = '%Y-%m-%d %H:%M:%S'
135
+ dollar_cap = 50000.00
136
  fees = .075/100
137
  st.header(f"{bot_selections} Performance Dashboard :bread: :moneybag:")
138
  st.write("Welcome to the Trading Bot Dashboard by BreadBytes! You can use this dashboard to track " +