This robot monitors for numerous formations including hammers, engulfing candles, and stars to execute trades. It incorporates risk management through fixed lot sizes or deposit percentage calculation, along with stop loss, take profit, and trailing stop features. Additional tools in the repository employ standard indicators like MACD and Moving Averages. The documentation is minimal, offering only basic source code without detailed setup instructions.
Read from CandleBot_v2.31.mq4. Defaults are the author's; change them in the EA's Inputs tab.
Name
Type
Default
Description
Magic
int
10012
Магический номер для одновременной торговли на разны?
Lots
double
0.1
Фиксированный лот
MM
bool
false
Включение ММ
MMRisk
double
0.03
Риск-фактор, процент депозита при расчёте лота
UseTime
bool
false
Использовать время да/нет
TimeStart
string
08:00
Время начала торговли
TimeEnd
string
15:00
Время окончания торговли
StopLoss
int
40
Стоплосс, 0-без стоплосса
TakeProfit
int
70
Тейкпрофит,0-без тейкпрофита
Tral
bool
false
Трейлинг-стоп вкл/выкл
TralStartLevel
int
30
Профит включения трейлинг-стопа
TralStop
int
40
Уровень трейлинг-стопа
Show all 40 inputs
Name
Type
Default
Description
DrawInfo
bool
false
Вывод информации-комментариев на график вкл/выкл
C12
string
---------- Candles -------------
Hammer
bool
true
Молот
HangingMan
bool
true
Повешенный
Engulfing
bool
true
Модель Поглощения
MorningStar
bool
true
Утренняя звезда
EveningStar
bool
true
Вечерняя звезда
DarkCloudCover
bool
true
Завеса из темны?
Piercing
bool
true
Просвет в облака?
ShootingStar
bool
true
Падающая Звезда
InvertedHammer
bool
true
Перевернутый Молот
Harami
bool
true
Харами
Tweezer
bool
true
Вершины и Основания "Пинцет"
BeltHoldLine
bool
true
За?
UpsideGapTwoCrows
bool
true
Две взлетевшие вороны
ThreeCrows
bool
true
Три вороны
MatHoldPattern
bool
true
Удержание на татами
CounterattackLines
bool
true
Контратака
SeparatingLines
bool
true
Разделение
GravestoneDoji
bool
true
Доджи-надгробие
LongLeggedDoji
bool
true
Длинноногий доджи
Doji
bool
true
Доджи (Харами крест)
TasukiGap
bool
true
Разрыв тасуки
SideBySideWhite
bool
true
Смежные белые свечи
ThreeMethods
bool
true
Три метода
Gap
bool
true
Окно
ThreeWhiteSoldiers
bool
true
Три белы?
AdvanceBlock
bool
true
Отбитое наступление
How to Install It
1Download the sourceUse "Download source (.zip)" above, or clone Den4ikI/MQL4 from GitHub, and unzip it.
2Open the data folderIn MetaTrader choose File, then Open Data Folder, and go to MQL4/Experts.
3Copy the filesCopy the .mq4 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 collection of expert advisors for MetaTrader 4 and 5 provides various automated strategies based on price action and technical indicators. The primary EA utilizes a moving average crossover system with switchable modes for different market conditions. It features a martingale lot-scaling system for sideways market
KolaTradebot is a MetaTrader 5 expert advisor that executes a multi-asset strategy using Smart Money Concepts and a Global Order Model. It bridges the platform with a Python-based server to analyze market structures like order blocks, fair value gaps, and liquidity sweeps across multiple timeframes. The system includes
This MetaTrader 5 repository provides a diverse collection of automated trading systems, including tools for supply and demand, news fetching, and price action strategies. The primary expert advisor utilizes moving average crossovers and momentum filters to identify market pullbacks. It incorporates trade management fe
This repository provides a diverse collection of MetaTrader 5 expert advisors focusing on technical indicators and Smart Money Concepts. The primary expert advisor, Behemoth Max, utilizes a combination of MACD, weighted moving averages, and exponential moving averages across multiple timeframes to identify entries. Ris
This collection for MetaTrader 4 provides a variety of expert advisors and utilities intended for automated trading and educational use. The primary component is a moving average crossover robot that opens positions based on trend direction. It features risk management tools including percentage-based stop losses, take
This repository provides a diverse library of expert advisors and technical indicators for MetaTrader 4. The collection includes robots utilizing moving average crossovers, MACD trend-following signals, and mean-reversion strategies based on Bollinger Bands. A notable inclusion is a Martingale robot that scales lot siz