working code
Browse files
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"
|