Bakome Hash EA initiates trades based on the interaction between fast and slow EMAs while confirming momentum through RSI levels. The robot utilizes Average True Range for calculated stop loss and take profit distances. Risk management includes position sizing based on account percentage, trailing stops, and break-even triggers. Additionally, the EA features safety controls such as daily loss limits, news filters, and session-based trading restrictions.
Read from bakome_hash_ea.mq5. Defaults are the author's; change them in the EA's Inputs tab.
Name
Type
Default
Description
RiskPercent
double
1.0
Risk per trade (%)
MaxDailyLossPercent
double
5.0
Max daily loss (%)
MaxDailyProfitPercent
double
8.0
Daily profit target (%)
MaxPositions
int
1
Max concurrent positions
MaxDailyTrades
int
5
Max trades per day
FastEMA
int
50
SlowEMA
int
200
RSI_Period
int
14
RSI_Buy_Level
double
55.0
RSI_Sell_Level
double
45.0
EnableBuy
bool
true
EnableSell
bool
true
Show all 31 inputs
Name
Type
Default
Description
UseATRStops
bool
true
Use ATR-based SL/TP instead of fixed points
ATR_SL_Multiplier
double
1.5
ATR_TP_Multiplier
double
3.0
UseTrailingStop
bool
true
Trail_StartATR
double
1.0
Trail_StepATR
double
0.5
UseBreakEven
bool
true
BE_TriggerATR
double
0.8
UseSessionFilter
bool
true
StartHour
int
8
EndHour
int
20
UseNewsFilter
bool
true
NewsBlockMinutesBefore
int
30
NewsBlockMinutesAfter
int
20
MaxSpreadPoints
double
50.0
SlippagePoints
int
10
OrderRetryCount
int
3
OrderRetryDelayMs
int
500
MagicNumber
int
20240517
How to install it
1Download the sourceUse "Download source (.zip)" above, or clone Bakomebandias/BAKOME_HASH_EA 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.
EA Scalper XAUUSD is an automated trading research project for MetaTrader 5 focused on gold. It employs a multifaceted entry strategy using Smart Money Concepts like order blocks and liquidity sweeps, alongside moving average crossovers and Fibonacci zones. The EA includes a self-learning module designed to adapt to di
This MetaTrader 5 expert advisor combines technical indicators with machine learning forecasts to trade the Forex market. It uses a trend-following approach based on Exponential Moving Average crossovers, filtered by the Average Directional Index and volume confirmations. A unique feature is its integration with extern
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
STO Martin is a grid-based trading robot for MetaTrader 5 that uses technical indicators to manage entries and recoveries. It employs a Stochastic Oscillator for execution signals and a Moving Average to filter trades according to the prevailing trend. The EA features a martingale lot-scaling system that adds positions
This MetaTrader 5 expert advisor is designed for trading XAUUSD using a trend-following approach. It identifies entries through a triple Exponential Moving Average crossover system, requiring ADX momentum confirmation before opening positions. To manage losing trades, the EA employs a martingale strategy that layers or
A trend-following trading robot for MetaTrader 5 that utilizes technical indicators and recovery lot scaling. It generates entry signals using a combination of the SuperTrend indicator, Exponential Moving Averages (EMA), and ADX filters. The expert advisor features a martingale-style lot multiplier that increases posit