Trading robot · MT5

TimeBit

by minhtranlife

This MetaTrader 5 expert advisor utilizes ZigZag indicators and Fibonacci retracements to identify and trade ABCD patterns.

High risk

GitHub stars1
Forks0
Last update6 years ago28 May 2020
LicenceNone stated

Overview

Operating primarily on the M1 and M5 timeframes, the robot calculates entry points based on specific price ranges and Fibonacci levels such as 23.6 and 38.2. The system employs an aggressive martingale-style lot scaling approach through a hardcoded sequence of increasing trade volumes. Risk controls include a percentage-based balance stop loss and fixed stop loss points. The repository lacks documentation, but the code reveals a pattern-based grid strategy with volume multiplication.

Details

Author

minhtranlife on GitHub

Type

Trading robot

Platform

MetaTrader 5 (MQL5)

Strategy

Martingale, Mean reversion, Grid

Markets

Any symbol

Timeframes

M1-M5, M15-H1

Risk profile

  • Uses martingale lot scaling: losses can grow fast
  • Opens a grid of orders: exposure builds up in a trend

Input parameters

Read from SimpleRWF.mq5. Defaults are the author's; change them in the EA's Inputs tab.

NameTypeDefaultDescription
InpBalanceStopLossint25Balance stop (in percent)
InpVolumeStringstring0.01,0.02,0.04,0.08,0.16,0.32,0.64,1.28,2.56,5.12Volume
InpM5RangeCDushort70M5 Range CD (in pips)
InpTPF236Distancedouble10Distance from fibo to open price (pips)
InpStopLossushort20Stop Loss last position (in pips)
InpLastPriceDistancedouble10Distance from new open price to last open price (int pips)
Inp2ndReverseCheckbool1Next check reverse
InpTPModeCheckENUM_TP_MODE0Optimize TP
InpTPDistanceint3TP point plus
InpM5ZigZagDepthint5M5 ZigZag Depth
InpM5ZigZagDeviationint5M5 ZigZag Deviation
InpM5ZigZagBackStepint3M5 ZigZag Backstep
Show all 36 inputs
NameTypeDefaultDescription
InpM5ZigZagABCDColorcolorclrYellowM5 ZigZag ABCD Color
InpM5ZigZagABCDWidthint5M5 ZigZag Width
InpM5ZigZagDisplaybool0Display M5 ZigZag
InpM1ZigZagDepthint5M1 ZigZag Depth
InpM1ZigZagDeviationint5M1 ZigZag Deviation
InpM1ZigZagBackStepint3M1 ZigZag Backstep
InpM1ZigZagCDColorcolorclrAliceBlueM1 ZigZag CD Color
InpM1ZigZagCDWidthint3M1 ZigZag CD Width
InpM1ZigZagDisplaybool0Display M1 ZigZag
InpM5FiboABPercentSmalldouble10.0M5 Fibo AB (Small)
InpM5FiboABPercentBigdouble80.0M5 Fibo AB (Big)
InpM5FiboABColorcolorclrAquaM5 Fibo AB Color
InpM5FiboABDisplaybool0Display M5 Fibo AB
InpM5FiboCDPercentSmalldouble10.0M5 Fibo CD (Small)
InpM5FiboCDPercentBigdouble80.0M5 Fibo CD (Big)
InpM5FiboCDColorcolorclrMediumAquamarineM5 Fibo CD Color
InpM5FiboCDDisplaybool0Display M5 Fibo CD
InpTPLevelChangeint4TP Level Change
InpTPFiboLevel1double23.6TP Fibo Level 1
InpTPFiboLevel2double38.2TP Fibo Level 2
InpTPColorcolorclrMagentaTP Fibo Color
InpTPDisplaybool0Display TP Fibo
m_slippageulong10Slippage (in points)
m_magiculong88888888Magic number

How to install it

  1. 1Download the sourceUse "Download source (.zip)" above, or clone minhtranlife/TimeBit from GitHub, and unzip it.
  2. 2Open the data folderIn MetaTrader choose File, then Open Data Folder, and go to MQL5/Experts.
  3. 3Copy the filesCopy the .mq5 file into Experts.
  4. 4Compile in MetaEditorOpen the file in MetaEditor and press Compile. Fix any missing includes the compiler reports.
  5. 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.

Similar expert advisors

RSI Martingale EA

by peefpee
10 stars

This Expert Advisor for MetaTrader 5 implements a martingale trading strategy triggered by the Relative Strength Index (RSI). It opens an initial position when RSI reaches overbought or oversold thresholds. If price continues to move against the initial trade, the EA layers additional orders at set point intervals, mul

MT5 Trading robot MartingaleMean reversionGrid High risk
7 stars

This MetaTrader 5 expert advisor executes a mean reversion strategy based on price deviation from a Simple Moving Average. It enters short positions when prices rise above the average and long positions when prices fall below. The algorithm utilizes an aggressive grid-based recovery system where both the entry distance

MT5 Trading robot Mean reversionMartingaleGrid High risk
4 stars

This high-frequency scalping robot for MetaTrader 5 is specifically designed for the gold market. It determines entry points using a combination of EMA trend filters, ADX trend strength, and dynamic RSI levels. To recover from losing positions, the EA utilizes an aggressive martingale grid system with a customizable lo

MT5 Trading robot ScalpingMartingaleGrid High risk

IchiDCA CCBSN PropFirm EA

by magicniuniu
3 stars

IchiDCA CCBSN PropFirm EA is an automated trend-following robot for MetaTrader 5, optimized for gold and forex markets. It triggers trades based on Ichimoku Cloud breaks, filtered by dual Exponential Moving Averages and MACD indicators. The strategy manages positions through a Dollar Cost Averaging system that layers u

MT5 Trading robot Trend followingGridMean reversion High risk

Fibonacci ICT EA

by Shifrozy
2 stars

Fibonacci ICT EA for MetaTrader 5 combines institutional price action concepts with Fibonacci retracement levels. It identifies higher timeframe trends and enters on pullbacks to specific golden zones using confirmations like Break of Structure and Fair Value Gaps. The system includes robust risk management such as per

MT5 Trading robot SMC / ICT / price actionIndicator crossoverMean reversion High risk
Updated 3 weeks ago None stated GitHub repository of Fibonacci ICT EA

ICT SSL Premium Discount

by 26730023-PhamPhuNguyenHung
2 stars

This MetaTrader 5 expert advisor implements Smart Money Concepts (SMC) by identifying liquidity sweeps and premium or discount zones. It detects buy-side and sell-side liquidity levels, looking for price sweeps followed by retest entries. The robot manages trades using a fixed risk-to-reward ratio, trailing stops, and

MT5 Trading robot SMC / ICT / price actionMartingaleGrid High risk
Updated 6 months ago None stated GitHub repository of ICT SSL Premium Discount

More trading robots

Need a broker for MT5?

Compare regulated brokers that support MetaTrader, with spreads, minimum deposits and leverage side by side.

Compare brokers