PCI EA utilizes statistical mechanics and Shannon entropy to measure market chaos and identify trade entries. The architecture comprises a modular system including a quantum engine for signal generation, a Z-score validator for trade filtering, and a risk management layer. The expert advisor employs ATR and Chandelier exits alongside the Kelly criterion for risk calculation. It supports single-position execution with cooldown periods between trades and features an on-chart dashboard for monitoring system status.
Read from PCI_EA.mq5. Defaults are the author's; change them in the EA's Inputs tab.
Name
Type
Default
Description
EA_Timeframe
ENUM_TIMEFRAMES
PERIOD_M15
Timeframe หลัก
EA_Symbol
string
"" = current chart
EA_MagicNumber
int
202500
EA_EnableTrades
bool
true
false = signal-only
EA_EnableLog
bool
true
verbose logging
EA_MaxPositions
int
1
max open positions
EA_EnableDash
bool
true
แสดง dashboard บน chart
EA_CooldownBars
int
3
ห้ามเปิดทิศทางเดิมซ้ำภายใน N บาร์
How to install it
1Download the sourceUse "Download source (.zip)" above, or clone sugridpung/PCI-EA-2.0 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.
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
This MetaTrader 5 robot employs a dual-strategy approach, switching between trend-following moving average crossovers and RSI-based mean-reversion depending on detected market regimes. It features an integrated walk-forward optimization system that loads optimized parameters from external files to adapt to changing vol
This MetaTrader 5 expert advisor utilizes a weighted signal scoring system to execute trades based on four technical indicators: Moving Average crossovers, RSI, Bollinger Bands, and MACD. It incorporates multi-timeframe analysis across M15, M30, and H1 periods to confirm trend direction. Risk management features includ
MT5Trading robotIndicator crossoverMean reversionTrend following