@jules access-able
https://studio.firebase.google.com/studio-6309792933
|
|
||
|---|---|---|
| .jules | ||
| .vscode | ||
| MQL5/Experts/Advisors | ||
| templates | ||
| tests | ||
| .env.example | ||
| .gitconfig | ||
| .gitignore | ||
| .replit | ||
| COMMIT_AND_LOCK.ps1 | ||
| config.ps1 | ||
| CREATE_GIST.ps1 | ||
| DEPLOY_EA.ps1 | ||
| HEALTH_CHECK.ps1 | ||
| main.py | ||
| Makefile | ||
| MASTER_README.md | ||
| PROTECTION.ps1 | ||
| README.txt | ||
| README_WSL.md | ||
| replit.nix | ||
| requirements.txt | ||
| RUN_ALL_CLEANUP.bat | ||
| SCHEDULE_LAUNCH.ps1 | ||
| SCRIPTS_DOCUMENTATION.md | ||
| SECURITY_CLEANUP.ps1 | ||
| SETUP_DOCKER.ps1 | ||
| start.ps1 | ||
| START_HERE.txt | ||
| USER_MANAGEMENT.ps1 | ||
============================================================ MetaTrader 5 Trading System Scripts User: GenX 1041 Date: Created 2025 ============================================================ WORKING SCRIPTS: ---------------- 1. start.ps1 - Main unified startup script - USE THIS ONE! - Starts MT5, activates window, handles Demo/Live modes - Requires admin privileges (self-elevates) - Run (Live): powershell.exe -ExecutionPolicy Bypass -File "start.ps1" -AccountMode Live - Run (Demo): powershell.exe -ExecutionPolicy Bypass -File "start.ps1" -AccountMode Demo 2. RUN_ALL_CLEANUP.bat - Master cleanup script - Requires admin privileges - Double-click to run 3. enable_autotrading.ps1 - Detailed setup guide and instructions - Provides step-by-step manual instructions - Run: powershell.exe -ExecutionPolicy Bypass -File "enable_autotrading.ps1" QUICK START INSTRUCTIONS: ------------------------- 1. Run start.ps1 to start MT5 and activate window 2. In MT5, click 'AutoTrading' button (should turn GREEN) 3. Open a chart (right-click symbol -> Chart Window) 4. Press Ctrl+N to open Navigator 5. Drag Expert Advisor onto chart 6. Enable 'Allow live trading' and click OK 7. EA will trade automatically in background! AVAILABLE EXPERT ADVISORS: --------------------------- - ExpertMACD.ex5 - ExpertMAMA.ex5 - ExpertMAPSAR.ex5 - ExpertMAPSARSizeOptimized.ex5 SYSTEM REQUIREMENTS: -------------------- - MetaTrader 5 installed at: C:\Program Files\MetaTrader 5 EXNESS - Windows PowerShell - Administrator privileges (for some scripts) NOTES: ------ - MetaTrader 5 settings are stored in binary format - AutoTrading must be enabled manually through MT5 interface - EAs run in background even when MT5 is minimized - Check 'Experts' tab for EA logs - Check 'Trade' tab for open positions