Add XAU/USD Gold scalping strategy + dashboard focused on gold

This commit is contained in:
addychai355-create
2026-05-12 22:00:23 +08:00
parent 24d2f4feed
commit 4bd2838a81
3 changed files with 625 additions and 290 deletions
+5
View File
@@ -23,6 +23,7 @@ from config import RAW_DIR, OANDA_KEY, OANDA_ACCOUNT, OANDA_ENV
# Yahoo ticker format for forex: EURUSD=X
YAHOO_PAIRS = {
# Forex pairs
"EUR_USD": "EURUSD=X",
"GBP_USD": "GBPUSD=X",
"USD_JPY": "USDJPY=X",
@@ -37,6 +38,10 @@ YAHOO_PAIRS = {
"AUD_JPY": "AUDJPY=X",
"CHF_JPY": "CHFJPY=X",
"EUR_CHF": "EURCHF=X",
# Commodities
"XAU_USD": "GC=F", # Gold Futures (~= spot XAU/USD)
"XAG_USD": "SI=F", # Silver Futures
"BTC_USD": "BTC-USD", # Bitcoin
}
TIMEFRAMES_YAHOO = {