mirror of
https://github.com/A6-9V/MQL5-Google-Onedrive.git
synced 2026-04-10 18:40:56 +00:00
3.7 KiB
3.7 KiB
✅ Deployment Complete - Exness Real Account
Deployment Date: $(Get-Date -Format 'yyyy-MM-dd HH:mm:ss')
Account Information
- Account: 411534497
- Server: Exness-MT5Real8
- Type: REAL ACCOUNT
✅ Completed Steps
- ✅ Repository structure checked
- ✅ MT5 installation detected
- ✅ Account configuration file created
- ✅ Deployment instructions prepared
📋 Remaining Manual Steps
Step 1: Deploy Files (if not done automatically)
If files need manual deployment:
- Open Exness MT5
- Go to File → Open Data Folder
- Copy files from repository:
mt5/MQL5/Indicators/*.mq5→[MT5 Data Folder]/MQL5/Indicators/mt5/MQL5/Experts/*.mq5→[MT5 Data Folder]/MQL5/Experts/
Or run: .\scripts\deploy_exness_live.ps1
Step 2: Log In to Real Account
- In MT5, click File → Login to Trade Account
- Enter:
- Login: 411534497
- Password: [Your Password]
- Server: Exness-MT5Real8
- Click Login
- Verify account shows "Real" account type
Step 3: Compile Files
- Press F4 to open MetaEditor
- Navigate to copied
.mq5files - Select each file and press F7 to compile
- Check Toolbox window for errors (should be none)
Step 4: Refresh Navigator
- Back in MT5, open Navigator (Ctrl+N)
- Right-click → Refresh
- Verify files appear:
- Indicators → Custom → SMC_TrendBreakout_MTF
- Expert Advisors → SMC_TrendBreakout_MTF_EA
Step 5: Configure EA for Live Trading
- Open a chart (e.g., EURUSD M15 or H1)
- Drag SMC_TrendBreakout_MTF_EA onto chart
- Configure settings:
Recommended Settings for First Live Trades:
RiskPercent: 1.0
SLMode: SL_ATR
ATR_SL_Mult: 2.0
TPMode: TP_RR
RR: 2.0
EnableTrading: true
LowerTF: M5 (if main chart is M15)
⚠️ START CONSERVATIVE - You can increase risk later!
Step 6: Enable AutoTrading
- Click AutoTrading button in MT5 toolbar (or Ctrl+E)
- Button should turn green when enabled
- EA should show 😊 smiley face on chart
Step 7: Monitor First Trades
- Watch the first few trades closely
- Verify Stop Loss and Take Profit are set correctly
- Check position sizes are appropriate
- Monitor Experts log for any errors
📊 Verification Checklist
- Files deployed to MT5
- Files compiled successfully (no errors)
- Logged in to REAL account (411534497)
- EA visible in Navigator
- EA attached to chart
- Risk parameters set conservatively (RiskPercent ≤ 2%)
- Stop Loss enabled (SLMode configured)
- AutoTrading enabled (green button)
- EA showing smiley face (😊) on chart
🛡️ Safety Reminders
- Risk Management: Start with 1% risk per trade
- Stop Loss: Always enabled - never trade without it
- Monitor: Watch first trades closely
- Testing: If unsure, test on demo first
- Capital: Only risk what you can afford to lose
📝 Files Created
EXNESS_ACCOUNT_SETUP.txt- Account connection detailsDEPLOYMENT_COMPLETE.md- This deployment summaryLIVE_TRADING_SETUP.md- Complete trading guidedeployment_log_*.txt- Deployment execution log
📚 Additional Resources
- Full setup guide:
LIVE_TRADING_SETUP.md - Deployment guide:
docs/Exness_Deployment_Guide.md - EA documentation: See EA source code in
mt5/MQL5/Experts/
⚠️ Important Notes
- This is a REAL account - trades will use real money
- Start with minimal position sizes
- Monitor performance daily
- Keep trading journal
- Review and adjust parameters as needed
Status: Deployment preparation complete ✅
Next Action: Complete manual steps above to start live trading
Remember: Trading involves risk. Start conservative and monitor closely!