Advertisement
MT4/MQL4 Technical Notes

MT4 and MQL4 technical notes for EA development, error fixes, backtesting, and custom indicators.
MQL4 Error Fixes
- OrderSend Error 129 in MT4/MQL4: Invalid Price Fix
Learn why Error 129 occurs in MT4 and how to fix invalid price errors by checking Bid, Ask, RefreshRates, NormalizeDouble, and pending order prices.
- OrderSend Error 130 in MT4/MQL4: Invalid Stops Fix
Learn why Error 130 occurs in MT4 and how to fix invalid stops by checking StopLevel, stop loss, take profit, pending orders, and broker rules.
- OrderSend Error 131 in MT4/MQL4: Invalid Trade Volume Fix
Learn why Error 131 occurs in MT4 and how to check lot size, minimum lot, lot step, maximum lot, and broker settings.
- OrderSend Error 134 in MT4/MQL4: Not Enough Money Fix
Learn why Error 134 occurs in MT4 and how to fix not enough money errors by checking free margin, lot size, leverage, margin requirements, and account balance.
MT4 Backtesting Tools
- Quant Analyzer Tutorial: How to Analyze MT4 Backtest Reports
Learn how to use Quant Analyzer to analyze MT4 backtest reports, review hourly and monthly performance, sort trades, and find weaknesses in your EA.
