The primary expert advisor, Behemoth Max, utilizes a combination of MACD, weighted moving averages, and exponential moving averages across multiple timeframes to identify entries. Risk management features include optional ATR-based dynamic stop loss and take profit levels, fixed exits, and risk-unit lot sizing. The collection also includes specialized robots for RSI, Stochastic oscillators, and automated order block detection.
Read from ALGORITHMIC_BEHEMOTH_MAX.v0.03.mq5. Defaults are the author's; change them in the EA's Inputs tab.
Name
Type
Default
Description
GLOBAL_OPTIONS
string
===============================================
M5_Trade_Tag
int
1
H1_Trade_Tag
int
2
D1_Trade_Tag
int
3
M5_H1_Mode
bool
true
H1_D1_Mode
bool
false
D1_W1_Mode
bool
false
Candle_Reference_ID
double
1.0
PARAMETER_INPUTS
string
===============================================
Risk_Unit
double
1.0
MACD_Fast_EMA_Period
double
88.8
MACD_Slow_EMA_Period
double
169.0
Show all 40 inputs
Name
Type
Default
Description
MACD_Signal_Period
double
34.5
WMA_Slow_Period
double
2460.0
WMA_Fast_Period
double
225.0
EMA_Period
double
56.8
ATR_Period
double
30.8
CCounter_Init
double
8.5
Max_Candle_Iteration
int
22
MONEY_MANAGEMENT
string
===============================================
Fixed_SL_TP
bool
false
ATR_SL_TP
bool
true
SL_FIX
double
15.0
TP_FIX
double
45.0
H1_ATR_SL_Multiplier
double
3.0
H1_ATR_TP_Multiplier
double
1.0
D1_ATR_TP_Multiplier
double
2.0
D1_ATR_SL_Multplier
double
4.0
WINDOW_SETTINGS
string
===============================================
Show_Info
bool
true
Draw_Background
bool
true
Update_On_Tick
bool
true
Background_Width
double
205.0
Background_Height
double
275.0
Customizable_Comment
string
ALGORITHMIC_BEHEMOTH_MAX
Style_Template
string
custom
Delete__Objects_On_Deinit
bool
false
MISC_SETTINGS
string
===============================================
Last_ATR_1_ID
double
6.7
Latest_ATR_2_ID
double
13.2
How to install it
1Download the sourceUse "Download source (.zip)" above, or clone tHeStRyNg/code from GitHub, and unzip it.
2Open the data folderIn MetaTrader choose File, then Open Data Folder, and go to MQL5/Experts.
3Copy the filesCopy the .mq5 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 repository contains an extensive collection of over 200 Expert Advisors developed for the MetaTrader 4 and MetaTrader 5 platforms. The files range from individual strategy implementations like CCI multi-pair and cycle-based trading to comprehensive testing frameworks. The primary featured Expert Advisor includes a
This MetaTrader 5 repository provides a diverse collection of automated trading systems, including tools for supply and demand, news fetching, and price action strategies. The primary expert advisor utilizes moving average crossovers and momentum filters to identify market pullbacks. It incorporates trade management fe
This repository contains a collection of MetaTrader 4 and MetaTrader 5 expert advisors focused on multi-indicator signal processing. The logic evaluates market conditions by aggregating data from Moving Averages, ADX, Accelerator Oscillator, Volume, and Momentum indicators across several timeframes such as M5, M15, and
This MetaTrader 5 collection features several expert advisors, with a primary focus on the ICT v2 robot. The main strategy implements Smart Money Concepts, identifying Market Structure Shifts, Fair Value Gaps, and Liquidity Sweeps across high, medium, and low timeframes. It automates entries on price retracements with
This repository contains a collection of MetaTrader 5 expert advisors primarily designed for synthetic indices, specifically targeting Boom and Crash markets. The included robots, such as Roxie and SpikeDetector, utilize custom indicators like TrendCatcher to identify price trends and momentum shifts. The tools manage
This collection of MetaTrader 4 expert advisors provides several distinct trading strategies including candlestick pattern recognition, moving average trends, and currency strength analysis. The repository contains a dedicated martingale algorithm alongside robots focused on engulfing and morning star patterns. The pri