forked from LengKundee/MQL5-Google-Onedrive
224 lines
5.9 KiB
Markdown
224 lines
5.9 KiB
Markdown
# Current Account Status Analysis
|
|
|
|
**Analysis Date**: 2026-02-04 07:55 AM
|
|
**Based on**: MT5 Screenshot
|
|
|
|
## ✅ Account Status - CONFIRMED
|
|
|
|
### Account Information
|
|
- **Account Number**: [ACCOUNT_NUMBER]
|
|
**Owner**: Kea MOUYLENG
|
|
- **Server**: Exness-MT5Real8
|
|
- **Account Type**: Hedge
|
|
- **Current Balance**: **[BALANCE] USD** ✅
|
|
- **Status**: Active and Funded
|
|
|
|
### VPS Status
|
|
- **Location**: Singapore 09
|
|
- **Host ID**: 6773048
|
|
- **Connection**: ✅ Connected
|
|
- **Ping**: 2.73 ms (Excellent - very low latency)
|
|
- **Status**: Operational
|
|
|
|
### Account History
|
|
```
|
|
2026.02.04 00:04:11 | Deposit | [BALANCE] | Balance: [BALANCE]
|
|
2025.12.25 17:21:18 | Withdrawal | [WITHDRAWAL] |
|
|
2025.12.25 05:43:55 | Deposit | [AMOUNT] |
|
|
```
|
|
|
|
**Summary**:
|
|
- Total Deposits: [DEPOSIT]
|
|
- Total Withdrawals: [AMOUNT]
|
|
- **Current Balance: [BALANCE] USD**
|
|
|
|
## 📊 Trading Status
|
|
|
|
### EA Activity Detected
|
|
- **EA Name**: "Experts SMC 0"
|
|
- **Chart**: USDARS, H1
|
|
- **Status**: Appears to be attached to chart
|
|
|
|
### Charts Currently Open
|
|
1. USDJPY, H1 (US Dollar vs Japanese Yen)
|
|
2. AUDCAD, H1 (Australian Dollar vs Canadian Dollar)
|
|
3. BTCUSD, H1 (Bitcoin vs US Dollar)
|
|
4. BTCUSD, M30 (Bitcoin vs US Dollar)
|
|
5. Other charts partially visible
|
|
|
|
### Market Watch
|
|
- **AUUSD (Gold)**: Active in Market Watch
|
|
- Current Bid: 4669.520
|
|
- Range: 4653.904 - 4690.780
|
|
|
|
## ⚙️ EA Configuration Recommendations
|
|
|
|
### For $50 Account Balance
|
|
|
|
**IMPORTANT**: Verify your EA settings match these recommendations:
|
|
|
|
```
|
|
RiskPercent: 1.0 (risks $0.50 per trade)
|
|
SLMode: SL_ATR (or SL_SWING)
|
|
ATR_SL_Mult: 2.0
|
|
TPMode: TP_RR
|
|
RR: 2.0
|
|
MaxLots: 0.01
|
|
MinLots: 0.01
|
|
EnableTrading: true
|
|
```
|
|
|
|
### Critical Checks:
|
|
|
|
1. **Verify EA Settings**:
|
|
- Right-click on EA in Navigator → Properties
|
|
- Confirm RiskPercent is set to 1.0 or less
|
|
- Verify MaxLots is 0.01 (micro lot)
|
|
|
|
2. **Check AutoTrading Status**:
|
|
- Look for green "AutoTrading" button in toolbar
|
|
- Should be highlighted/enabled
|
|
- Or check Algo Trading indicator in status bar
|
|
|
|
3. **Verify EA on Chart**:
|
|
- Check USDARS,H1 chart (where "Experts SMC 0" is shown)
|
|
- EA should show smiley face (😊) if running correctly
|
|
- If showing cross (❌), check Experts log for errors
|
|
|
|
## 🎯 Action Items
|
|
|
|
### Immediate Actions:
|
|
|
|
1. **Verify EA Configuration**:
|
|
- [ ] Check RiskPercent is 1.0 (risks $0.50/trade)
|
|
- [ ] Confirm MaxLots is 0.01
|
|
- [ ] Verify Stop Loss is enabled (SLMode: SL_ATR)
|
|
- [ ] Check RR (Risk:Reward) is set to 2.0
|
|
|
|
2. **Check EA Status**:
|
|
- [ ] Verify AutoTrading is enabled (green button)
|
|
- [ ] Check EA shows 😊 smiley face on chart
|
|
- [ ] Review Experts log for any errors
|
|
- [ ] Confirm EA is monitoring for signals
|
|
|
|
3. **Monitor First Trades**:
|
|
- [ ] Watch for trade entries
|
|
- [ ] Verify Stop Loss is set on trades
|
|
- [ ] Check Take Profit levels
|
|
- [ ] Monitor position sizes (should be 0.01 lots)
|
|
|
|
## 📈 Expected Behavior
|
|
|
|
### With $50 Account and 1% Risk:
|
|
|
|
- **Position Size**: 0.01 micro lots (typical)
|
|
- **Risk per Trade**: $0.50 maximum
|
|
- **Stop Loss**: Dynamic based on ATR (typically 15-30 pips)
|
|
- **Take Profit**: 2x Stop Loss distance (Risk:Reward 2:1)
|
|
|
|
### Trade Example (EURUSD):
|
|
|
|
```
|
|
Account: $50
|
|
Risk: 1% = $0.50
|
|
Lot Size: 0.01
|
|
Stop Loss: 20 pips
|
|
Take Profit: 40 pips (2:1 RR)
|
|
|
|
If trade wins: +$1.00 (2% account growth)
|
|
If trade loses: -$0.50 (1% account loss)
|
|
```
|
|
|
|
## ⚠️ Risk Management Reminders
|
|
|
|
### Daily Limits:
|
|
- **Maximum Risk per Trade**: $0.50 (1% of $50)
|
|
- **Maximum Daily Loss**: $2.00 (4% of account)
|
|
- **Stop Trading**: If daily loss reaches $2.00
|
|
|
|
### Weekly Limits:
|
|
- **Maximum Weekly Loss**: $5.00 (10% of account)
|
|
- **Review**: If weekly loss exceeds 5%
|
|
|
|
### Account Protection:
|
|
- **Emergency Stop**: If balance drops below $40
|
|
- **Reduce Risk**: If balance drops to $45, reduce to 0.5% risk
|
|
- **Strategy Review**: If 3+ consecutive losses
|
|
|
|
## 🔍 Troubleshooting
|
|
|
|
### If EA Not Trading:
|
|
|
|
1. Check AutoTrading button is green/enabled
|
|
2. Verify `EnableTrading: true` in EA settings
|
|
3. Check Experts log (Toolbox → Experts tab) for errors
|
|
4. Confirm account has sufficient margin
|
|
5. Verify EA is attached to correct chart
|
|
|
|
### If Trades Open Without Stop Loss:
|
|
|
|
1. Check SLMode setting (should be SL_ATR or SL_SWING)
|
|
2. Verify ATR calculation is working
|
|
3. Check Experts log for SL calculation errors
|
|
4. Review EA source code if needed
|
|
|
|
### If Position Sizes Too Large:
|
|
|
|
1. Verify MaxLots is set to 0.01
|
|
2. Check RiskPercent is 1.0 or less
|
|
3. Review RiskClampToFreeMargin setting
|
|
4. Verify account balance is correctly detected
|
|
|
|
## 📊 Performance Monitoring
|
|
|
|
### What to Monitor:
|
|
|
|
1. **Trade Frequency**: How many trades per day/week
|
|
2. **Win Rate**: Percentage of winning trades
|
|
3. **Average Profit/Loss**: Per trade statistics
|
|
4. **Account Balance**: Daily/weekly changes
|
|
5. **Drawdown**: Maximum account decline
|
|
|
|
### Keep a Trading Journal:
|
|
|
|
- Date and time of each trade
|
|
- Symbol traded
|
|
- Entry price
|
|
- Exit price
|
|
- Stop Loss and Take Profit levels
|
|
- Profit/Loss amount
|
|
- Reason for entry (EA signal)
|
|
|
|
## ✅ Verification Checklist
|
|
|
|
Before letting EA trade unsupervised:
|
|
|
|
- [ ] Account balance confirmed: [BALANCE]
|
|
- [ ] EA configured with RiskPercent: 1.0
|
|
- [ ] MaxLots set to 0.01
|
|
- [ ] Stop Loss enabled and working
|
|
- [ ] Take Profit configured (RR: 2.0)
|
|
- [ ] AutoTrading enabled (green button)
|
|
- [ ] EA showing 😊 smiley face
|
|
- [ ] VPS connected and stable
|
|
- [ ] Understanding of risk ($0.50 per trade max)
|
|
- [ ] Daily loss limit set ($2.00)
|
|
- [ ] Ready to monitor first trades
|
|
|
|
## 📝 Notes
|
|
|
|
- VPS connection is excellent (2.73 ms ping)
|
|
- Account is properly funded with [BALANCE]
|
|
- EA appears to be attached to USDARS,H1 chart
|
|
- Multiple charts open for monitoring
|
|
- Balance history shows clean deposit/withdrawal records
|
|
|
|
---
|
|
|
|
**Next Steps**:
|
|
1. Verify EA settings match recommendations above
|
|
2. Confirm AutoTrading is enabled
|
|
3. Monitor first few trades closely
|
|
4. Adjust settings if needed based on performance
|
|
|
|
**Remember**: With $50 account, every trade matters. Be conservative and patient!
|