forked from LengKundee/MQL5-Google-Onedrive
Updated market_research.py and upgrade_repo.py to use 'gemini-flash-latest' as the default model, fixing 429/404 errors with the previous 'gemini-2.0-flash' default. Ran the scripts to generate fresh 'docs/market_research_report.md' and 'docs/upgrade_suggestions.md' using the provided API keys.
53 lines
No EOL
964 B
JSON
53 lines
No EOL
964 B
JSON
{
|
|
"timestamp": "2026-01-26T06:03:14.913797",
|
|
"symbols": {
|
|
"EURUSD=X": {
|
|
"price": 1.1868,
|
|
"trend": "UP",
|
|
"volatility": "LOW",
|
|
"history_last_5_closes": [
|
|
1.1639,
|
|
1.1728,
|
|
1.1673,
|
|
1.1755,
|
|
1.1868
|
|
]
|
|
},
|
|
"GBPUSD=X": {
|
|
"price": 1.3668,
|
|
"trend": "UP",
|
|
"volatility": "LOW",
|
|
"history_last_5_closes": [
|
|
1.3418,
|
|
1.3441,
|
|
1.3419,
|
|
1.3501,
|
|
1.3668
|
|
]
|
|
},
|
|
"GC=F": {
|
|
"price": 5072.0,
|
|
"trend": "UP",
|
|
"volatility": "HIGH",
|
|
"history_last_5_closes": [
|
|
4759.6001,
|
|
4831.7998,
|
|
4908.7998,
|
|
4976.2002,
|
|
5072.0
|
|
]
|
|
},
|
|
"BTC-USD": {
|
|
"price": 87744.0781,
|
|
"trend": "DOWN",
|
|
"volatility": "HIGH",
|
|
"history_last_5_closes": [
|
|
89376.9609,
|
|
89462.4531,
|
|
89503.875,
|
|
89110.7344,
|
|
87744.0781
|
|
]
|
|
}
|
|
}
|
|
} |