tosin2013 commited on
Commit
8a96a0e
·
1 Parent(s): 4fb992f

working code

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -298,8 +298,8 @@ def run_backtest(api_key, from_symbol, to_symbol, interval):
298
 
299
 
300
  # Define a list of popular currency pairs for the dropdowns
301
- from_currency_choices = ['EUR', 'GBP', 'USD', 'AUD', 'JPY']
302
- to_currency_choices = ['USD', 'JPY', 'GBP', 'AUD', 'CAD']
303
 
304
  # Placeholder link for API key
305
  api_key_link = "https://www.alphavantage.co/support/#api-key"
 
298
 
299
 
300
  # Define a list of popular currency pairs for the dropdowns
301
+ from_currency_choices = ['EUR', 'GBP', 'USD', 'AUD', 'JPY', 'CAD', 'CHF', 'NZD']
302
+ to_currency_choices = ['USD', 'JPY', 'GBP', 'AUD', 'CAD', 'CHF', 'NZD', 'EUR']
303
 
304
  # Placeholder link for API key
305
  api_key_link = "https://www.alphavantage.co/support/#api-key"