Vforce EA integrates Stochastic, RSI, ADX, MACD, and Bollinger Bands, allowing traders to enable or disable specific signals via input parameters. The system manages risk through fixed lot sizing or equity-based risk percentages and includes an optional martingale multiplier for lot scaling. Positions are protected with stop loss, take profit, trailing stops, and break-even settings. The EA also includes parameters for basket profit and loss management.
Read from Force Like EA 1.2.mq4. Defaults are the author's; change them in the EA's Inputs tab.
Name
Type
Default
Description
S1
string
---------------- Entry Settings
AutoTune
bool
false
StochKPeriod
int
5
StochDPeriod
int
3
StochSlowing
int
3
OnlyAtStochSignal
bool
false
RSIPeriod
int
14
RSILevel
double
50.0
OnlyAtRSISignal
bool
false
ADXPeriod
int
14
OnlyAtADXSignal
bool
false
BearsPeriod
int
13
Show all 40 inputs
Name
Type
Default
Description
OnlyAtBearsSignal
bool
false
BullsPeriod
int
13
OnlyAtBullsSignal
bool
false
MACDFast
int
12
MACDSlow
int
26
MACDSMA
int
9
OnlyAtMacdSignal
bool
false
RPeriod
int
10
OnlyAtROCSignal
bool
false
BBPeriod
int
20
OnlyAtBBSignal
bool
false
Step
double
0.02
Maximum
double
0.2
OnlyAtPSarSignal
bool
false
S2
string
---------------- Money Management
Lots
double
0.1
lots size
LotsPercent1
double
80
LotsPercent2
double
20
RiskMM
bool
false
risk management
RiskPercent
double
1
risk percentage
Martingale
bool
false
martingale
Multiplier
double
2.0
multiplier martingale
MinLots
double
0.01
minlots
MaxLots
double
100
maxlots
BasketProfitLoss
bool
false
use basket loss/profit
BasketProfit
int
100000
if equity reaches this level, close trades
BasketLoss
int
9999
if equity reaches this negative level, close trades
S3
string
---------------- Order Management
How to install it
1Download the sourceUse "Download source (.zip)" above, or clone ggalboud/Vforce-Like-EA 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.
Puer Tigris is a MetaTrader 4 expert advisor that implements multiple entry strategies, primarily focusing on Bollinger Bands mean reversion. It features a martingale lot scaling system where position sizes are multiplied after a trade is closed, with a configurable limit on the number of recovery levels. The robot use
This expert advisor is designed specifically for trading gold on the MetaTrader 4 platform. It employs a hybrid strategy approach, allowing users to toggle between trend following using moving average crossovers, mean reversion via RSI and Stochastic divergence, and breakout patterns. Trade management includes automate
IchiDCA CCBSN PropFirm EA is an automated trend-following robot for MetaTrader 5, optimized for gold and forex markets. It triggers trades based on Ichimoku Cloud breaks, filtered by dual Exponential Moving Averages and MACD indicators. The strategy manages positions through a Dollar Cost Averaging system that layers u
This MetaTrader 4 expert advisor functions as an automated trading robot using the Average Directional Index (ADX) to identify trend strength and direction. It executes trades based on ADX crossovers and specific level thresholds. The EA provides essential risk management tools, including stop loss, take profit, and a
This MetaTrader 4 expert advisor executes trades based on a combination of Relative Strength Index and Moving Average indicators to identify key entry levels. It includes multiple order management features such as a trailing break-even stop and a four-stage partial profit-taking system. Risk management is handled throu
This MetaTrader 4 expert advisor focuses on Gold trading using institutional pivot point levels and fractal-based support and resistance zones. The robot filters entries through a combination of RSI, MACD, and moving average alignment, supplemented by a trade quality scoring system. It includes comprehensive risk contr