MQL5-Google-Onedrive/data/market_snapshot.json
google-labs-jules[bot] b3311b9694 feat: Setup automated market research and upgrades with Gemini and Jules
- Added `yfinance` to fetch real market data.
- Enhanced `scripts/market_research.py` to use `yfinance` and support Jules AI.
- Enhanced `scripts/upgrade_repo.py` to support Jules AI for code suggestions.
- Updated `scripts/schedule_research.py` to load environment variables.
- Created `scripts/setup_research.sh` to automate setup.
- Updated `requirements.txt` and `README.md`.
2026-01-23 19:50:48 +00:00

53 lines
No EOL
970 B
JSON

{
"timestamp": "2026-01-23T19:44:18.181161",
"symbols": {
"EURUSD=X": {
"price": 1.1801,
"trend": "UP",
"volatility": "LOW",
"history_last_5_closes": [
1.1625,
1.1639,
1.1728,
1.1673,
1.1801
]
},
"GBPUSD=X": {
"price": 1.3611,
"trend": "UP",
"volatility": "HIGH",
"history_last_5_closes": [
1.3404,
1.3418,
1.3441,
1.3419,
1.3611
]
},
"GC=F": {
"price": 4978.7002,
"trend": "UP",
"volatility": "HIGH",
"history_last_5_closes": [
4588.3999,
4759.6001,
4831.7998,
4908.7998,
4978.7002
]
},
"BTC-USD": {
"price": 89674.875,
"trend": "DOWN",
"volatility": "HIGH",
"history_last_5_closes": [
92553.5938,
88310.9062,
89376.9609,
89462.4531,
89674.875
]
}
}
}