forked from LengKundee/MQL5-Google-Onedrive
Merged the following branches: - feat-genx-trader-bot-bridge (ZOLO bridge, Docker updates) - feature/zolo-integration-update (ZOLO bridge improvements) - feature/add-web-request (Requests support) - fix-mql5-ask-bid-usage (Fix for MQL5) - update-documentation-and-setup-script (Docs update) - update-trading-bridge-zolo (Bridge IP update) - expert-mapsar-improvements (MAPSAR EA improvements) - remote-control-intelligence-tools-integration (Remote control guide) - feat/cli-documentation (CLI docs) - perf-optimize-validator (Validator script optimization) - jules-docker-run-verification (Verification doc update) Resolved conflicts in: - mt5/MQL5/Experts/SMC_TrendBreakout_MTF_EA.mq5 (Version 1.21, merged improvements) - scripts/ci_validate_repo.py (Kept optimized version) - render.yaml (Merged configs) - docker-compose.yml (Merged configs) - README.md & docs (Merged updates) Security fixes: - Removed hardcoded credentials from setup_github_secrets.ps1 and docs/GITHUB_CI_CD_SETUP.md.
33 lines
903 B
Text
33 lines
903 B
Text
========================================
|
|
EXNESS REAL ACCOUNT CONNECTION DETAILS
|
|
========================================
|
|
|
|
Account Information:
|
|
Login: 411534497
|
|
Server: Exness-MT5Real8
|
|
Account Type: REAL
|
|
|
|
Connection Steps:
|
|
1. Open Exness MT5 application
|
|
2. Go to: File → Login to Trade Account
|
|
3. Enter credentials:
|
|
- Login: 411534497
|
|
- Password: [Your Password]
|
|
- Server: Exness-MT5Real8
|
|
4. Click "Login"
|
|
5. Verify account shows "Real" or "Live" account
|
|
|
|
Next Steps After Login:
|
|
1. Open MetaEditor (F4)
|
|
2. Compile all .mq5 files (F7)
|
|
3. Refresh Navigator (Ctrl+N → Right-click → Refresh)
|
|
4. Attach EA to chart with conservative settings
|
|
5. Enable AutoTrading (Ctrl+E)
|
|
|
|
IMPORTANT SAFETY REMINDERS:
|
|
- Start with RiskPercent: 1.0
|
|
- Enable Stop Loss (SLMode: SL_ATR)
|
|
- Monitor first trades closely
|
|
- Never risk more than you can afford to lose
|
|
|
|
========================================
|