Triple Shield EA monitors market deviations across M1, M5, and M15 intervals to identify entry points based on specific wave patterns. The system includes various risk controls such as fixed stop loss and take profit levels, a Fibonacci-based trailing stop, and automated money management. Users can configure the robot to trade based on rebounds or half-wave signals with a maximum order limit to control exposure.
Read from TS_5.8.mq4. Defaults are the author's; change them in the EA's Inputs tab.
Name
Type
Default
Description
TakeProfit
double
600
StopLoss
double
600
externalLots
double
0.01
TrailingStop
double
10000
isAutoMoneyManagmentEnabled
bool
false
moneyManagement4And8Or12And24_4_Or_12
int
12
TrailingFiboLevel
double
0.236
maxOrders
double
30
riskOnOneOrderPercent
double
2
limitSinglePsitionOnOpenOnHalfWaves
bool
false
OpenOnHalfWaveUp_M1
bool
false
OpenOnHalfWaveUp_M5
bool
false
Show all 18 inputs
Name
Type
Default
Description
OpenOnHalfWaveUp_M15
bool
false
OpenOnHalfWaveDown_M1
bool
false
OpenOnHalfWaveDown_M5
bool
false
OpenOnHalfWaveDown_M15
bool
false
m15_TL_Rebound_MarketPlay_Enabled
bool
true
relativeAmplitudePointsGlobal
int
333
How to install it
1Download the sourceUse "Download source (.zip)" above, or clone vasiliykulik/Signal-Deviation-Analysis 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.
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
HGSS Candle Bob is an automated trading system for MetaTrader 4 that identifies trade setups using candle sequences and external library signals. It evaluates market conditions via the HGI library to detect trends and ranges, allowing for both trend-following and pullback strategies. Risk management includes fixed lot
EA31337 Libre is an open-source, multi-strategy trading robot for MetaTrader 4 and MetaTrader 5. It functions as a simplified implementation of the EA31337 framework, providing a collection of over 35 built-in strategies based on technical indicators. The expert advisor performs independent market analysis across vario
Autumn Harvest is a multi-strategy MetaTrader 5 expert advisor incorporating technical patterns such as RSI reversals, peak reversals, and the ignored bar strategy. It functions as both an automated trading robot and a position manager, allowing it to maintain external trades or its own. The EA includes risk controls l
This expert advisor for MetaTrader 5 is a multi-strategy system that utilizes market regime detection to switch between trend following, range trading, and breakout modes. It incorporates a wide array of technical indicators, including Moving Averages, RSI, MACD, Ichimoku, and SuperTrend. The bot manages risk through v
This MetaTrader 5 expert advisor utilizes a combination of Bollinger Bands, Relative Strength Index, and Average Directional Index to identify entries. It supports multi-timeframe analysis for trend confirmation and provides optional filters for Average True Range and price action patterns such as hammers. Risk managem