mirror of
https://github.com/A6-9V/MQL5-Google-Onedrive.git
synced 2026-04-10 20:40:56 +00:00
137 lines
3.7 KiB
Markdown
137 lines
3.7 KiB
Markdown
# ✅ 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
|
|
|
|
1. ✅ Repository structure checked
|
|
2. ✅ MT5 installation detected
|
|
3. ✅ Account configuration file created
|
|
4. ✅ Deployment instructions prepared
|
|
|
|
## 📋 Remaining Manual Steps
|
|
|
|
### Step 1: Deploy Files (if not done automatically)
|
|
|
|
If files need manual deployment:
|
|
|
|
1. Open Exness MT5
|
|
2. Go to **File → Open Data Folder**
|
|
3. 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
|
|
|
|
1. In MT5, click **File → Login to Trade Account**
|
|
2. Enter:
|
|
- **Login**: 411534497
|
|
- **Password**: [Your Password]
|
|
- **Server**: Exness-MT5Real8
|
|
3. Click **Login**
|
|
4. Verify account shows "Real" account type
|
|
|
|
### Step 3: Compile Files
|
|
|
|
1. Press **F4** to open MetaEditor
|
|
2. Navigate to copied `.mq5` files
|
|
3. Select each file and press **F7** to compile
|
|
4. Check Toolbox window for errors (should be none)
|
|
|
|
### Step 4: Refresh Navigator
|
|
|
|
1. Back in MT5, open **Navigator** (Ctrl+N)
|
|
2. Right-click → **Refresh**
|
|
3. Verify files appear:
|
|
- Indicators → Custom → SMC_TrendBreakout_MTF
|
|
- Expert Advisors → SMC_TrendBreakout_MTF_EA
|
|
|
|
### Step 5: Configure EA for Live Trading
|
|
|
|
1. Open a chart (e.g., EURUSD M15 or H1)
|
|
2. Drag **SMC_TrendBreakout_MTF_EA** onto chart
|
|
3. 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
|
|
|
|
1. Click **AutoTrading** button in MT5 toolbar (or Ctrl+E)
|
|
2. Button should turn green when enabled
|
|
3. 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
|
|
|
|
1. **Risk Management**: Start with 1% risk per trade
|
|
2. **Stop Loss**: Always enabled - never trade without it
|
|
3. **Monitor**: Watch first trades closely
|
|
4. **Testing**: If unsure, test on demo first
|
|
5. **Capital**: Only risk what you can afford to lose
|
|
|
|
## 📝 Files Created
|
|
|
|
- `EXNESS_ACCOUNT_SETUP.txt` - Account connection details
|
|
- `DEPLOYMENT_COMPLETE.md` - This deployment summary
|
|
- `LIVE_TRADING_SETUP.md` - Complete trading guide
|
|
- `deployment_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!
|