The primary expert advisor, Kernsy HA Swing, utilizes Heiken Ashi candles alongside a Simple Moving Average to determine the prevailing trend and uses a Stochastic oscillator for entry signals. Other robots in the suite focus on moving average crossovers and RSI filters. These tools include standard risk management features like fixed stop losses, take profit targets, and lot sizing based on a percentage of free margin. The documentation provided in the repository is minimal.
Read from Kernsy HA Swing.mq4. Defaults are the author's; change them in the EA's Inputs tab.
Name
Type
Default
Description
StopLoss
double
200
SL for an opened order
TakeProfit
double
39
ТР for an opened order
SMA_Period
int
100
Period of SMA
SMA_Lookback
int
30
Number of SMA bars to look back to determine trend
SMA_Min_Grad
double
0
Minimum percentage change in SMA
HA_Lookback
int
5
Number of SMA bars to look back to determine trend
Stoch_k_period
int
8
Stochastic K period
Stoch_d_period
int
3
Stochastic D period
Stoch_slowing
int
3
Stochastic slowing
Stoch_oBought
int
80
Stochastic overbought level (upper level)
Stoch_oSold
int
20
Stochastic oversold level (lower level)
Lots
double
0.1
Strictly set amount of lots
Show all 15 inputs
Name
Type
Default
Description
Prots
double
0.07
Percent of free margin
Debug_Print
bool
true
Turn debug printing on/off
Print_All_Lines
bool
true
debug print options
How to install it
1Download the sourceUse "Download source (.zip)" above, or clone ThomasWick/TradingExperts 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 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
This repository offers a collection of MetaTrader 4 expert advisors focused on technical indicator triggers and price action. The suite includes tools for trading moving average crossovers, ADX momentum, and Stochastic oscillators. A dedicated EA identifies specific candlestick patterns such as Three White Soldiers and
This repository functions as a large collection of over 170 MetaTrader 4 expert advisors provided in source code format for further development. The library includes various automated trading robots based on popular technical indicators such as Heiken Ashi, RSI, Stochastic, and MACD crossovers. The included files utili
This repository contains a collection of Expert Advisors and trading tools developed for the MetaTrader 4 platform. It features multiple standalone scripts implementing classic technical strategies, including Ichimoku Cloud trend following, Moving Average crossovers, and momentum-based entries using RSI or MACD. The Ex
This repository provides a collection of MetaTrader 4 expert advisors centered on trend-following and hedging mechanics. The primary Trend EA identifies market entries using moving average crossovers, stochastic oscillators, and MACD indicators. Risk is managed through percentage-based equity lot sizing and pair-specif
This repository contains a collection of MetaTrader 4 expert advisors and utility scripts for the Forex market. The primary expert advisor combines ADX momentum, Stochastic oscillators, and candlestick patterns, such as Doji and Engulfing candles, to identify trade entries. It features automated lot sizing based on acc