The primary tool, Super Breakout SMC, utilizes a multi-timeframe approach with M15 market structure analysis and M5 entry triggers. It features session-specific trading filters, often referred to as killzones, covering Sydney, Tokyo, London, and New York sessions. Risk management includes automated lot sizing based on account percentage, ATR-based stop losses, and take profit targets defined by risk-reward ratios. The repository also includes specialized versions for gold and oil trading.
Read from Super Breakout SMC.mq5. Defaults are the author's; change them in the EA's Inputs tab.
Name
Type
Default
Description
InpGeneralOptions
string
--- Core Settings ---
InpTimeframeMain
ENUM_TIMEFRAMES
PERIOD_M15
Main Structure (M15)
InpTimeframeTrig
ENUM_TIMEFRAMES
PERIOD_M5
Trigger Timeframe (M5)
InpSessionOptions
string
--- Trade Sessions (Killzones) ---
InpSydney
bool
false
Sydney Session
InpSydneyStartHour
int
22
Sydney Start Hour (UTC)
InpSydneyStartMinute
int
0
Sydney Start Minute
InpSydneyEndHour
int
7
Sydney End Hour (UTC)
InpSydneyEndMinute
int
0
Sydney End Minute
InpTokyo
bool
false
Tokyo Session
InpTokyoStartHour
int
0
Tokyo Start Hour (UTC)
InpTokyoStartMinute
int
0
Tokyo Start Minute
Show all 40 inputs
Name
Type
Default
Description
InpTokyoEndHour
int
9
Tokyo End Hour (UTC)
InpTokyoEndMinute
int
0
Tokyo End Minute
InpLondon
bool
true
London Session
InpLondonStartHour
int
8
London Start Hour (UTC)
InpLondonStartMinute
int
0
London Start Minute
InpLondonEndHour
int
16
London End Hour (UTC)
InpLondonEndMinute
int
0
London End Minute
InpNewYork
bool
true
New York Session
InpNewYorkStartHour
int
13
New York Start Hour (UTC)
InpNewYorkStartMinute
int
0
New York Start Minute
InpNewYorkEndHour
int
21
New York End Hour (UTC)
InpNewYorkEndMinute
int
0
New York End Minute
InpRiskOptions
string
--- Risk Management ---
InpRiskMode
ENUM_RISK_MODE
PERCENT_BALANCE
Risk Mode
InpRiskPercent
double
1.0
Risk Percent (%)
InpFixedLotSize
double
0.05
Fixed Lot Size
InpExitOptions
string
--- Exits & Targets ---
InpSLMode
ENUM_SL_MODE
SL_ATR
Stop Loss Mode
InpATRMultiplier
double
1.6
ATR Multiplier (SL)
InpTPMode
ENUM_TP_MODE
TP_RISK_REWARD
Take Profit Mode
InpRRRatio
double
2.0
Risk/Reward Ratio (TP)
InpBreakEven
bool
true
Break-Even Active
InpBreakEvenRR
double
1.0
Break-Even Trigger (1R)
InpFilterOptions
string
--- Filters & Rules ---
InpWeekendGapProtection
bool
true
Weekend Gap Protection
InpFridayCloseHour
int
21
Friday Close Hour
InpFridayCloseMinute
int
45
Friday Close Minute
InpMondayOpenHour
int
2
Monday Resume Hour
How to install it
1Download the sourceUse "Download source (.zip)" above, or clone Lechcher/Trading-Bots 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 repository provides a diverse collection of MetaTrader 4 and MetaTrader 5 expert advisors covering multiple trading methodologies. It includes robots for smart money concepts with fair value gap detection, Joe Ross hook patterns, and volatility-based scalping. The library features specific tools for XAUUSD and mul
This repository features a collection of MetaTrader 5 expert advisors implementing various technical strategies such as time-range breakouts, order blocks, and candle pattern recognition. The primary time-range EA identifies price extremes within a user-defined window to trigger entries on breakouts. It includes risk m
This collection of MetaTrader 5 expert advisors focuses on automated trendline breakout strategies integrated with Elliott Wave theory and Fibonacci levels. The system identifies trendline breaks on the H4 timeframe and uses H1 and M15 intervals for entry confirmation. It employs RSI filters for divergence detection an
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 collection for MetaTrader 5 provides a library and several expert advisors optimized for Renko chart trading. It 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
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