ONNX LSTM Trading Bot generates trade signals by comparing neural network predictions against current market prices or previous trend forecasts. The system manages risk through fixed or ATR-based stop loss and take profit levels, a trailing stop mechanism, and a breakeven trigger. It also incorporates time-of-day filters and a bar-based exit rule to limit exposure. The absence of a README means documentation is limited to the source code comments.
Read from ONNX_1.0.0.4_eurusd.mq5. Defaults are the author's; change them in the EA's Inputs tab.
Name
Type
Default
Description
InpLots
double
0.01
InpMagicNumber
int
123456
Magic Number
InpSignalMode
ENUM_SIGNAL_MODE
MODE_TREND
Signal generation mode
InpUseTradingHours
bool
true
Use trading hours restriction
InpStartHour
int
8
Start hour (server time)
InpEndHour
int
17
End hour (server time)
InpUseStops
bool
true
InpStopLoss
int
300
Stop Loss (points) if not dynamic
InpTakeProfit
int
950
Take Profit (points) if not dynamic
InpUseDynamicStops
bool
false
Use ATR-based stops
InpATRMultiplierSL
double
2.0
ATR multiplier for SL
InpATRMultiplierTP
double
3.0
ATR multiplier for TP
Show all 26 inputs
Name
Type
Default
Description
InpUseTrailing
bool
true
InpTrailingStop
int
60
Trailing distance (points)
InpTrailingStep
int
70
Trailing step (points)
InpTrailingATR
bool
true
Use ATR for trailing
InpTrailingATRMultiplier
double
3.0
InpUseMaxBars
bool
true
InpMaxBars
int
2
Max bars to hold position
InpUseBreakeven
bool
false
Move SL to breakeven
InpBreakevenTrigger
int
100
Trigger distance (points)
InpBreakevenOffset
int
10
Offset from entry (points)
InpMinPredictionDelta
double
1.5
Min delta in pips for signal (REDUCED for 24 bars)
InpUseATRFilter
bool
false
Filter signals by ATR
InpMinATRFilterMulti
double
0.8
Min delta as % of ATR (REDUCED)
InpPrintDebugInfo
bool
true
Print debug information
How to install it
1Download the sourceUse "Download source (.zip)" above, or clone winningtrendingbots/ONNXbot 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.
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
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
Code To Cash is an end-to-end algorithmic trading system for MetaTrader 5 that combines deep learning forecasts with technical breakout logic. It utilizes a ZeroMQ bridge to receive real-time market predictions from an external Python backend. The system enters trades using BuyStop or SellStop orders at recent price ex
MT5Trading robotAI / machine learningBreakoutTrend following
This MetaTrader 5 expert advisor provides a versatile framework for trading based on Heiken Ashi price action. It allows users to toggle between numerous built-in strategies, including trend following, moving average crossovers, Fibonacci levels, and various oscillators like RSI and MACD. The system includes an option
MarketSync EA is an experimental MetaTrader 5 expert advisor designed to bridge algorithmic trading with external artificial intelligence. It functions by streaming real-time market and account data from the MT5 terminal to a local Node.js backend via HTTP requests. The external server processes this information using