Find a file
GenX FX Trading System 11a28ca3dc
Merge pull request #53 from A6-9V/improve-nunascalper-ea-14041459776507731555
Improve NunaScalper EA Robustness and Logic
2026-01-29 03:21:50 +07:00
.jules feat(start): Bolt: Replace startup polling loop with efficient wait 2026-01-15 19:07:37 +00:00
.vscode feat: Add reproducible WSL2 dev environment setup 2026-01-19 05:00:59 +00:00
MQL5/Experts/Advisors Refactor NunaScalper EA for better robustness and dynamic pip handling 2026-01-28 20:20:52 +00:00
templates Implement NUNA Trading System Web Dashboard 2026-01-28 17:17:00 +00:00
tests Implement NUNA Trading System Web Dashboard 2026-01-28 17:17:00 +00:00
.env.example Setup project for NUNA on MQL5 Forge 2026-01-18 18:30:17 +00:00
.gitconfig Setup project for NUNA on MQL5 Forge 2026-01-18 18:30:17 +00:00
.gitignore feat: Add reproducible WSL2 dev environment setup 2026-01-19 05:00:59 +00:00
.replit Saved progress at the end of the loop 2026-01-28 17:33:30 +00:00
COMMIT_AND_LOCK.ps1 Setup project for NUNA on MQL5 Forge 2026-01-18 18:30:17 +00:00
config.ps1 Setup project for NUNA on MQL5 Forge 2026-01-18 18:30:17 +00:00
CREATE_GIST.ps1 feat: Add CREATE_GIST.ps1 script 2026-01-26 06:05:01 +00:00
DEPLOY_EA.ps1 Add NunaScalper EA and Deployment Script 2026-01-28 18:12:53 +00:00
HEALTH_CHECK.ps1 Setup project for NUNA on MQL5 Forge 2026-01-18 18:30:17 +00:00
main.py Implement NUNA Trading System Web Dashboard 2026-01-28 17:17:00 +00:00
Makefile feat: Add reproducible WSL2 dev environment setup 2026-01-19 05:00:59 +00:00
MASTER_README.md Add NunaScalper EA and Deployment Script 2026-01-28 18:12:53 +00:00
PROTECTION.ps1 Setup project for NUNA on MQL5 Forge 2026-01-18 18:30:17 +00:00
README.txt Finish setup, configure for live trading, and add EA installation guidance 2026-01-28 05:07:07 +00:00
README_WSL.md feat: Add reproducible WSL2 dev environment setup 2026-01-19 05:00:59 +00:00
replit.nix Setup Replit Environment 2026-01-26 06:05:19 +00:00
requirements.txt Implement NUNA Trading System Web Dashboard 2026-01-28 17:17:00 +00:00
RUN_ALL_CLEANUP.bat Setup project for NUNA on MQL5 Forge 2026-01-18 18:30:17 +00:00
SCHEDULE_LAUNCH.ps1 Setup project for NUNA on MQL5 Forge 2026-01-18 18:30:17 +00:00
SCRIPTS_DOCUMENTATION.md Add NunaScalper EA and Deployment Script 2026-01-28 18:12:53 +00:00
SECURITY_CLEANUP.ps1 Bolt: Optimize MT5 cleanup by removing N+1 I/O calls 2026-01-27 19:16:33 +00:00
SETUP_DOCKER.ps1 Add Docker Desktop setup script and documentation 2026-01-18 22:00:06 +00:00
start.ps1 Setup project for NUNA on MQL5 Forge 2026-01-18 18:30:17 +00:00
START_HERE.txt Finish setup, configure for live trading, and add EA installation guidance 2026-01-28 05:07:07 +00:00
USER_MANAGEMENT.ps1 Optimize recursive ACL setting in USER_MANAGEMENT.ps1 2026-01-25 19:41:06 +00:00

============================================================
   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