Panda Engine EA executes trades based on technical structures, swing points, and a confluence scoring system. The expert advisor includes an exposure guard to manage risk by limiting total open positions and currency-specific exposure. It features automated stop losses based on swing highs or lows, take profit targets derived from risk-reward ratios, and a SuperTrend-based trailing stop. The code also supports external data logging via a write-back API.
Read from PandaEngine_EA_MT5_v2.10_writeback.mq5. Defaults are the author's; change them in the EA's Inputs tab.
Name
Type
Default
Description
LotSize
double
0.01
Lot size
SwingLookback
int
20
Bars to scan for swing high/low
SwingStrength
int
3
Bars on each side to confirm swing
SlippagePoints
ulong
30
Max slippage in points
MaxSpreadPoints
int
40
Max spread to allow entry (points)
SL_Buffer_Points
double
50
Buffer beyond swing for SL (points)
UAE_Offset
int
4
UAE offset from UTC
MinConfluence
int
0
Min confluence score to trade (0=disabled)
ShowDashboard
bool
false
Show detailed on-chart info panel
EnableDebugLogs
bool
true
Print skip reasons in Experts log
EnableExposureGuard
bool
true
Block overexposed signals
MaxTotalOpenTrades
int
20
Max all open positions
Show all 40 inputs
Name
Type
Default
Description
MaxTradesPerCurrency
int
4
Max positions involving one currency
MaxDirectionalTradesPerCurrency
int
2
Max same long/short currency exposure
BlockOppositeCurrencyHedges
bool
false
Block if trade hedges existing currency exposure
EnableBB
bool
true
Enable BB strategy
BB_RR
double
2.0
BB: TP = RR x SL distance
BB_Magic
ulong
111001
BB: Magic number
EnableINTRA
bool
true
Enable INTRA strategy
INTRA_RR
double
2.0
INTRA: TP = RR x SL distance
INTRA_Magic
ulong
111002
INTRA: Magic number
IntraStartHour
int
2
INTRA: Entry window start (UAE)
IntraEndHour
int
4
INTRA: Entry window end (UAE)
IntraCloseHour
int
10
INTRA: Hard close hour (UAE)
EnablePULLBACK
bool
true
Enable PULLBACK strategy
PB_Magic
ulong
111003
PULLBACK: Magic number
PB_ZonePips
double
15.0
PULLBACK: Max pips from generated S/R line
PB_MinTPPips
double
50.0
PULLBACK: Minimum TP distance in pips
PB_MinGap
int
5
PULLBACK: Minimum gap score
PB_UseDaily
bool
true
PULLBACK: Use PDH/PDL
PB_UseWeekly
bool
true
PULLBACK: Use PWH/PWL
PB_UseMonthly
bool
true
PULLBACK: Use PMH/PML
PB_UseYearly
bool
true
PULLBACK: Use PYH/PYL
EnableIM
bool
true
Enable INTRA MASTER strategy
IM_Magic
ulong
111004
IM: Magic number
IM_SuperTrendPd
int
10
IM: SuperTrend ATR period
IM_SuperTrendMul
double
3.0
IM: SuperTrend multiplier
IM_UseSuperTrend
bool
true
IM: Use SuperTrend for SL (false=swing)
IM_ST_Buffer
double
30
IM: Buffer below/above SuperTrend (pts)
IM_TrailStep
double
20
IM: Trail step in points (min move)
How to Install It
1Download the sourceUse "Download source (.zip)" above, or clone gian101310/panda-dashboar 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, and any .mqh files into the Include folder the code expects.
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 provides a collection of Expert Advisors for MetaTrader 5 and Python trading scripts developed for an educational YouTube series. It features various technical indicator-based strategies, including MACD, Relative Strength Index, Stochastic, and Bollinger Bands. The included MQL5 files implement multi-ti
MT5CollectionIndicator crossoverMean reversionTrend following
This repository provides a diverse collection of MetaTrader 5 expert advisors focusing on technical indicator automation. The core component aggregates signals from a wide array of standard tools, including trend-following moving averages, oscillators like RSI and MACD, and Bill Williams indicators. It includes specifi
This collection of MetaTrader 5 expert advisors focuses on order flow, microstructure, and scalping strategies. It includes tools for cumulative delta scalping, swing pivot fading, and bridging external signals from TradingView via file monitoring. The suite features robust risk controls such as daily loss and profit l
MT5CollectionScalpingMean reversionTrend following
This collection of MetaTrader 5 expert advisors serves as an educational resource for MQL5 programming. It contains multiple example robots utilizing technical indicators such as Moving Averages, Parabolic SAR, CCI, and Stochastic oscillators. The provided scripts demonstrate fundamental trading automation features inc
This repository contains a collection of MetaTrader 5 expert advisors designed for various financial instruments including the DAX index, gold, oil, and major currency pairs. The library includes specialized robots like German Sunrise for DAX mean reversion and others for specific events like Friday gold moves or Tuesd
MT5CollectionMean reversionIndicator crossoverTrend following
This collection for MetaTrader 5 provides several trend-following Expert Advisors based on technical indicators such as Ichimoku Kinko Hyo and Simple Moving Averages. The included robots utilize multi-timeframe analysis, sensitive SMA slope detection, and candlestick pattern recognition to identify entry points. Risk m