Yumokin CCI identifies market entries using the Commodity Channel Index and Moving Average Convergence Divergence indicators. The system operates within specific GMT hours and manages a maximum of two positions, employing a hedging strategy where the second position reverses the initial trade direction. Risk management is handled through configurable stop loss, take profit, break-even, and trailing stop parameters, alongside filters for weekends and holidays.
Trend-following logic using CCI and MACD indicators
Read from YumokinCCI_Free.mq4. Defaults are the author's; change them in the EA's Inputs tab.
Name
Type
Default
Description
FUNDA
int
0
magic
int
20190609
lots1
double
0.1
lots2
double
0.2
profitPips
int
0
losscutPips
double
100
trapIntervalPips
int
15
TRADEOFFMODE
int
1
EntryStartHourGMT
int
6
EntryEndHourGMT
int
15
FridayTejimaiMode
int
1
FridayTejimaiHourGMT
int
9
Show all 27 inputs
Name
Type
Default
Description
MondayTRADEOFF
int
0
TuesdayTRADEOFF
int
0
WednesdayTRADEOFF
int
0
ThursdayTRADEOFF
int
0
FridayTRADEOFF
int
1
NewYearTRADEOFF
int
1
entryPattern
int
2
volPattern
int
2
priceMode
int
0
exitMode
int
1
exitPatternMACD
int
3
CCIBound
double
0
TestGMTOffset
int
2
squeezePips
double
100
shiftCandleLength
int
1
How to install it
1Download the sourceUse "Download source (.zip)" above, or clone yumokin/YumokinCCI_FREE 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.
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 MetaTrader 4 expert advisor executes trades based on a combination of Exponential Moving Averages, MACD, and Heiken Ashi indicators. It features a zone recovery system designed to manage trades that move against the initial position by utilizing offsetting orders. Risk management is handled through configurable ta
This MetaTrader 5 expert advisor serves as an educational repository for various automated trading strategies and capital management techniques. It features a modular architecture allowing users to toggle between multiple entry algorithms, including EMA crossovers, MACD zero-crossings, and a combination of ADX and Boll
MT5Trading robotIndicator crossoverHedgingTrend following
STO Martin is a grid-based trading robot for MetaTrader 5 that uses technical indicators to manage entries and recoveries. It employs a Stochastic Oscillator for execution signals and a Moving Average to filter trades according to the prevailing trend. The EA features a martingale lot-scaling system that adds positions
This MetaTrader 5 expert advisor is designed for trading XAUUSD using a trend-following approach. It identifies entries through a triple Exponential Moving Average crossover system, requiring ADX momentum confirmation before opening positions. To manage losing trades, the EA employs a martingale strategy that layers or
This collection of Expert Advisors for MetaTrader 5 provides high-frequency scalping and multi-strategy automated trading across multiple currency pairs. The robots utilize a signal scoring system based on moving average crossovers, RSI momentum, Bollinger Band breakouts, and MACD signals. The suite includes a dedicate
This MetaTrader 5 expert advisor implements a trend-following strategy based on price position relative to a moving average. It initiates buy orders when a candle closes above the moving average and sell orders when it closes below. Risk management is handled through several configurable parameters, including fixed tak