Raja Cula Emas EA enters trades based on several toggleable strategies, including Moving Average crossovers, MACD, Support/Resistance levels, and Bullish/Bearish Engulfing patterns. The EA manages risk through a maximum open order cap, a daily percentage loss limit, and fixed take profit levels. However, the default stop loss is set to zero, which requires user intervention. It includes a time filter for trading hours and a dynamic lot sizing module based on account balance.
Multi-strategy toggle for indicators and price action
Read from Raja Cula Emas EA.mq4. Defaults are the author's; change them in the EA's Inputs tab.
Name
Type
Default
Description
TakeProfit
double
50
Take Profit in points
StopLoss
double
0
Stop Loss in points (0 means no SL)
LotSize
double
0.1
Lot size
MaxOpenOrders
int
5
Maximum number of open orders
StartHour
int
8
Trading start hour (UTC+7)
EndHour
int
16
Trading end hour (UTC+7)
EnableSupportResistance
bool
true
Enable Support/Resistance Strategy
EnableMovingAverage
bool
true
Enable Moving Average Strategy
EnableBullishBearishEngulfing
bool
true
Enable Bullish/Bearish Engulfing
EnableTrendBandsStrategy
bool
true
Enable Trend Bands Strategy
EnableEMAStrategy
bool
true
Enable EMA Strategy
EnableMACDStrategy
bool
true
Enable MACD Strategy
Show all 16 inputs
Name
Type
Default
Description
EnableVolumeStrategy
bool
true
Enable Volume Strategy
EnableMoneyManagement
bool
true
Enable Money Management
DailyLossLimitPercent
double
50.0
Daily loss limit as a percentage of starting balance
DailyProfitTarget
double
100.0
Daily profit target in account currency (USD, EUR, etc.)
How to install it
1Download the sourceUse "Download source (.zip)" above, or clone rajaculaemas/Raja-Cula-Emas-Expert-Advisor from GitHub, and unzip it.
2Open the data folderIn MetaTrader choose File, then Open Data Folder, and go to MQL4/Experts.
3Copy the filesCopy the .mq4 file into Experts.
4Compile in MetaEditorOpen the file in MetaEditor and press Compile. Fix any missing includes the compiler reports.
5Test before you tradeRun it in the Strategy Tester, then attach it to a demo chart and allow algorithmic trading.
Third-party code. ForexR did not write, test or endorse this EA, and the summary above was generated automatically from its README and code. ForexR lists only repositories with readable source code and never hosts files. Read the code, backtest it and use a demo account first; automated trading can lose money quickly.
This MetaTrader 4 expert advisor implements a flexible strategy based on the directional consensus of multiple technical indicators. It allows users to combine Moving Averages, Stochastic Oscillators, THV3 T3, Babon Slope, and AMA Optimized modules. A trade is initiated only when all selected indicators align in the sa
Edelweiss EA is an educational trading robot for MetaTrader 4 that utilizes a multi-indicator framework to generate buy and sell signals. It combines exponential moving averages, stochastic oscillators, the awesome oscillator, ADX, and Bollinger Bands to identify market entries. Trade management includes dynamic ATR-ba
MT4Trading robotIndicator crossoverMean reversionTrend following
This MetaTrader 4 expert advisor implements a multi-strategy approach to automated trading using several technical indicator combinations. It features distinct logic for long and short positions, utilizing the Relative Strength Index, Moving Average Convergence Divergence, and Ichimoku Kinko Hyo. Buy signals are genera
MT4Trading robotIndicator crossoverMulti-strategyTrend following
Barekat Expert is a MetaTrader 4 robot that executes trades based on a combination of technical indicators. It utilizes two ZigZag indicators for price action analysis, a Simple Moving Average for trend filtering, and the Relative Strength Index and Stochastic oscillators for momentum confirmation. The system manages e
This automated expert advisor for MetaTrader 4 and 5 trades forex using a multi-timeframe technical strategy. It identifies H1 trends with moving averages and Ichimoku clouds while timing M5 entries via MACD and RSI convergence. The system incorporates robust risk controls including equity-based lot sizing, daily loss
This MetaTrader 4 expert advisor implements a multi-strategy framework for automated trading across various symbols. It incorporates several technical entry signals, including Ichimoku, Bollinger Bands, and ADX-filtered logic. The EA provides multiple trade management options, explicitly including martingale lot scalin