Nkanven EA Collection 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 risk management, including lot size calculators and order placement assistants. Most experts include standard controls for stop loss, take profit, trailing stops, and break-even levels. The collection also offers specialized components like a grid trading bot and a Telegram integration script.
Read from TrendlinesEA.mq5. Defaults are the author's; change them in the EA's Inputs tab.
Name
Type
Default
Description
s
string
-------------------------------------------
Main settings
Magic
int
12345
LotSize
double
0.1
Slippage
int
30
Slippage, points
StopLoss
int
0
StopLoss, points
TakeProfit
int
0
TakeProfit, points
TrailingStart
int
0
Trailing Start, points
TrailingStop
int
0
Trailing Stop, points
TrailingStep
int
0
Trailing Step, points
SL_prof
int
0
Start BE, points
SL_lev
int
0
BE level, points
Buy_max
int
1
Max Buy orders
Show all 40 inputs
Name
Type
Default
Description
Sell_max
int
1
Max Sell orders
Sig_close
bool
true
Close counter transactions
mode
tip
0
s0
string
-------------------------------------------
Indicators settings
_ExtDepth
int
12
_ExtDeviation
int
5
_ExtBackstep
int
3
_Min_dist
int
0
Minimum distance
_fibo
int
30
Fibo ratio
_tolerance
int
200
Tolerance
_Intersection_ab
int
1
The allowed number of intersections from point a to point b
_Intersection_bc
int
1
The allowed number of intersections from point b to point c
s1
string
-------------------------------------------
MACD settings
macd_tf
ENUM_TIMEFRAMES
PERIOD_CURRENT
period
fast_ema_period
int
12
period of fast ma
slow_ema_period
int
26
period of slow ma
signal_period
int
9
period of averaging of difference
applied_price
ENUM_APPLIED_PRICE
PRICE_CLOSE
type of price
s2
string
-------------------------------------------
RSI settings
rsi_tf
ENUM_TIMEFRAMES
PERIOD_CURRENT
period
rsi_period
int
14
period
rsi_applied_price
ENUM_APPLIED_PRICE
PRICE_CLOSE
type of price
rsi_max_s
double
100
max price for Sell
rsi_min_s
double
70
min price for Sell
rsi_max_b
double
30
max price for Buy
rsi_min_b
double
0
min price for Buy
s3
string
-------------------------------------------
WPR settings
wpr_tf
ENUM_TIMEFRAMES
PERIOD_CURRENT
period
How to install it
1Download the sourceUse "Download source (.zip)" above, or clone nkanven/MT4-MT5-Trading-EA-Collections from GitHub, and unzip it.
2Open the data folderIn MetaTrader choose File, then Open Data Folder, and go to MQL4/Experts or MQL5/Experts.
3Copy the filesCopy the .mq4 / .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 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 is a collection of various MetaTrader 5 expert advisors generated through the Mission Automate tool. It contains over 100 separate files covering a wide array of technical strategies, including range breakouts, trend-following systems, and indicator crossovers using Ichimoku, CCI, and Heiken Ashi. Sever
This repository provides a collection of MetaTrader 5 expert advisors focused on technical indicator strategies. The primary expert advisor implements a trend-following approach using the Average Directional Index to identify momentum and Exponential Moving Averages for entry signals. Risk management is handled through
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