LSTM Pure MTF EA leverages a custom CUDA-accelerated DLL to handle intensive GPU computations, including asynchronous training and batch inference. The strategy processes data from three configurable timeframes and uses a Shannon entropy filter to identify market chaos. Risk management includes ATR-based dynamic stop loss and take profit, fixed or percentage lot sizing, and spread filters. The EA requires the included external DLL for functionality.
Read from LSTM_Pure_MTF_EA.mq5. Defaults are the author's; change them in the EA's Inputs tab.
Name
Type
Default
Description
InpTF1
ENUM_TIMEFRAMES
PERIOD_CURRENT
InpTF2
ENUM_TIMEFRAMES
PERIOD_H1
InpTF3
ENUM_TIMEFRAMES
PERIOD_H4
InpLookback
int
30
InpHiddenSize1
int
128
InpHiddenSize2
int
64
InpHiddenSize3
int
32
InpDropout
double
0.15
InpGradClip
double
5.0
InpMiniBatch
int
1
InpEntropyFastPeriod
int
12
InpEntropySlowPeriod
int
32
Show all 39 inputs
Name
Type
Default
Description
InpEntropyPriceStep
int
1
InpUseEntropyFilter
bool
true
InpEntropyChaosLevel
double
0.65
InpEntropyFilterPower
double
0.60
InpBuyThresholdPct
double
70.0
InpSellThresholdPct
double
30.0
InpDeadZonePct
double
4.0
InpMinConfidence
double
0.12
InpPositionMode
ENUM_POSITION_MODE
POS_ONE_TRADE
InpOppositeSignalAction
ENUM_OPPOSITE_ACTION
OPP_REVERSE
InpFixedLot
double
0.10
InpUseRiskPercent
bool
false
InpRiskPercent
double
1.0
InpATRPeriod
int
14
InpATRSLMultiplier
double
1.5
InpATRTPMultiplier
double
2.2
InpRiskRewardRatio
double
1.6
InpMaxSpreadPoints
int
40
InpDeviationPoints
int
20
InpMagicNumber
long
590501
InpSaveModel
bool
true
InpModelPrefix
string
REMIND
InpInferenceOnly
bool
true
InpAttemptRetrain
bool
false
InpVerboseLog
bool
false
InpTimerSeconds
int
0
InpTradeCooldownSec
int
5
How to install it
1Download the sourceUse "Download source (.zip)" above, or clone RemindCZ/MQL5GPULibrary_LSTM 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 MetaTrader 5 expert advisor implements a multi-strategy framework based on Smart Money Concepts. It identifies fractal-based liquidity sweeps, order blocks, and Fibonacci zones across multiple timeframes, typically using H4 for trend direction and M15 for execution. The EA includes an optional machine learning fil
FxChartAI OpenEA is an automated trading solution for MetaTrader 5 that executes trades based on signals retrieved from the FxChartAI platform. The system operates in two modes, allowing for live API integration or historical testing using CSV datasets. It utilizes multi-timeframe analysis across M10 and H1 intervals,
MT5Trading robotAI / machine learningTrend following
This Expert Advisor for MetaTrader 5 is specifically designed for XAUUSD trading on the M1 timeframe. It utilizes a hybrid strategy combining classic technical indicators like RSI, Moving Averages, and ATR with an OpenAI API integration for signal validation. The robot features an on-chart dashboard for telemetry and i
Makets GA is a neural network trading system for MetaTrader 5 that utilizes genetic algorithms to optimize weights for multi-layer perceptrons. Instead of standard price prediction, the EA evolves trading strategies by processing price data across several major currency pairs simultaneously. It implements evolutionary
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
This expert advisor for MetaTrader 5 utilizes a genetic algorithm and neural network to make autonomous trading decisions without relying on traditional technical indicators. It implements a self-learning mechanism that evaluates a population of species to determine entry, exit, and lot sizing across multiple currency