Accure Dynasty offers multiple methods for calculating trade volume and exits: manual points, percentage of account risk, and ATR-based calculations. The EA includes a partial profit-taking system and the ability to set targets based on historical price extremes. Users can filter trades by specific sessions or weekdays and implement an execution delay between orders. While the core entry logic is abstracted, it supports closing positions on opposite signals.
Read from AccureBase.mq5. Defaults are the author's; change them in the EA's Inputs tab.
Name
Type
Default
Description
Risk_Management_Settings
string
***RISK MANAGEMENT SETTINGS***
Closure_on_Opposite_Signal
bool
false
Percentage_Risk_Settings
string
PERCENTAGE RISK SETTINGS
RiskPercentageSet
bool
false
RiskPercentage
int
2
TakeProfitBasedOnRiskPercentageRatio
float
2.0
Manual_Risk_Settings
string
MANUAL RISK SETTINGS
LotSize
double
0.2
StopLossPoints
double
100
TakeProfitPoints
double
200
ATR_Risk_Settings
string
ATR RISK SETTINGS
ATRStopLoss
bool
false
Show all 40 inputs
Name
Type
Default
Description
ATR_StopLoss_Multiple
int
1
ATR_Profit_Multiple
int
2
ATRPeriod
int
14
default atr period
Take_Partial_Settings
string
TAKE PARTIAL SETTINGS
Take_Partial
bool
false
first_take_profit_percent
int
75
second_take_profit_percent
int
50
first_partial_close_percent
int
50
second_partial_close_percent
int
75
first_profit
double
100
second_profit
double
200
first_loss
double
100
second_loss
double
200
Take_Profit_Based_on_Previous_High
string
TAKE PROFIT BASED ON PREVIOUS HIGH
Take_Profit_Based_On_PREVHIGH
bool
false
Take_Profit_Previous_High_Num_Candle
int
100
Take_Profit_Based_on_Previous_Low
string
TAKE PROFIT BASED ON PREVIOUS LOW
Take_Profit_Based_On_PREVLOW
bool
false
Take_Profit_Previous_Low_Num_Candle
int
100
Sessions_Settings
string
***SESSIONS SETTINGS***
Trade_on_Asian_Session
bool
true
Trade_on_London_Session
bool
true
Trade_on_NewYork_Session
bool
true
Trading_Days_Settings
string
***TRADING DAY SETTINGS***
Trade_on_Monday
bool
true
Trade_on_Tuesday
bool
true
Trade_on_Wednesday
bool
true
Trade_on_Thursday
bool
true
How to install it
1Download the sourceUse "Download source (.zip)" above, or clone wilfredNJH/MQL5-Trading-Bot 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.
Nyao Scalper is an automated scalping robot for MetaTrader 5 that utilizes a multi-factor weighted scoring system to identify trade opportunities. It evaluates trend alignment through EMA crossovers, momentum via RSI, and price action through wick rejection and candle body analysis. The EA manages risk with adaptive AT
Prop Firm EA Fleet is a collection of MetaTrader 5 robots designed for passing prop firm evaluations and managing funded accounts. The suite utilizes various strategies including market structure analysis, session range breakouts for London and New York sessions, and high-frequency scalping. It features strict risk man
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 Expert Advisor for MetaTrader 5 offers two distinct trading modes: Donchian Channel breakouts for trend following and session range breakouts for daytrading. The Donchian mode utilizes high/low channel breaks filtered by an Exponential Moving Average, while the session mode targets breakouts from defined UTC time
This MetaTrader 5 expert advisor implements a breakout strategy combined with Fair Value Gap alignment, primarily optimized for Gold (XAUUSD). It enters trades based on momentum and price range breaks, utilizing ATR-based calculations for dynamic stop loss and take profit levels. The system includes comprehensive risk
This MetaTrader 5 expert advisor is designed for gold trading using an adaptive, modular architecture. It features a regime detector that switches between trend-following, mean reversion, and breakout strategies based on market conditions. The system utilizes exponential moving averages, ADX for trend strength, and RSI