Median and Turbo Renko Bundle includes a primary automated robot that executes trades based on Renko bar signals, as well as specific examples for moving average and price crossovers. The included tools offer robust trade management features such as fixed or trailing stop losses, take profit targets, break-even triggers, and partial closing. Traders can also filter entries by time of day and require multiple confirmation bars before opening positions.
Read from PriceMA_Cross.mq5. Defaults are the author's; change them in the EA's Inputs tab.
Name
Type
Default
Description
Lots
double
0.1
Traded lots
StopLoss
uint
0
Stop Loss
TakeProfit
uint
0
Take profit
ConfirmationBars
int
1
Signal confirmation bars
PrevSignalBars
int
1
Prev. signal confirmation bars
ValidTradeDirection
ENUM_TRADE_DIRECTION
TRADE_DIRECTION_ALL
Valid trading type
CloseTradeOnSignalChange
bool
true
Close trade on signal change
ForceSR
bool
false
Force Stop & Reverse
Start
string
9:00
Start trading at
End
string
17:55
End trading at
CloseTradeAfterTradingHours
bool
true
Close trade after trading hours
InpBEPoints
int
0
BreakEven (Points) [ 0 = OFF ]
Show all 22 inputs
Name
Type
Default
Description
InpTrailByPoints
int
0
Trail by (Points) [ 0 = OFF ]
InpTrailStartPoints
int
150
Start trailing after (Points)
InpPartialCloseAtProfitPoints
int
0
Partial close at (Points) [ 0 = OFF ]
InpPartialClosePercentage
int
50
Partial close %
MagicNumber
ulong
8888
Assign trade ID
DeviationPoints
ulong
0
Maximum defiation (in points)
ManualTickSize
double
0.000
Tick Size (0 = auto detect)
NumberOfRetries
int
50
Maximum number of retries
BusyTimeout_ms
int
1000
Wait [ms] before retry on busy errors
RequoteTimeout_ms
int
250
Wait [ms] before retry on requotes
How to install it
1Download the sourceUse "Download source (.zip)" above, or clone 9nix6/Median-and-Turbo-Renko-indicator-bundle 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 features a diverse collection of expert advisors and trading utilities for MetaTrader 4 and MetaTrader 5. It includes automated robots based on trendline analysis, session breakouts, and technical indicator crossovers using MACD, RSI, and Williams Percent Range. The library provides various tools for ri
This repository contains a large collection of over 100 expert advisors for the MetaTrader 5 platform, many of which appear to be generated using the Mission Automate tool. The library covers a wide variety of trading methodologies including range breakouts, Ichimoku cloud strategies, Heiken Ashi engulfing patterns, an
This repository is a collection of MetaTrader 5 expert advisors developed as early coding projects between 2021 and 2024. It includes multiple robots implementing varied strategies such as range breakouts, Donchian channels, Fibonacci retracements, and Bollinger Bands. The expert advisors are largely technical indicato
This repository provides a collection of MetaTrader 5 expert advisors developed for learning algorithmic trading. The primary featured tool, TimeRangeEA, identifies price high and low points within a specific time window to execute breakout trades. It incorporates risk management through stop loss and take profit level
This repository contains a collection of MetaTrader 5 expert advisors and sample codes for various trading strategies. The primary EA, Rompimento Pivot, implements a breakout system utilizing a combination of Relative Strength Index, Average True Range, and Bollinger Bands as filters. It features comprehensive risk con
MT5CollectionBreakoutIndicator crossoverTrend following
This repository provides a diverse collection of MetaTrader 5 expert advisors and utility scripts for automated trading. The primary logic focuses on managing pending orders through dynamic distance adjustments, time-scheduled trade execution, and sophisticated trailing stops that operate via price ticks or millisecond
MT5CollectionBreakoutIndicator crossoverTrend following