This MetaTrader 4 repository contains a collection of expert advisors, primarily focused on an Ichimoku-based strategy with neural network capabilities.
The main EA utilizes an external API for AI-driven signals and incorporates risk controls such as Martingale lot scaling, trailing stops, and spread filters. It supports both fixed and dynamic exit levels for take profit and stop loss. Other files in the collection include a $1 EA and a Joseph Bozzi variant. The repository provides minimal documentation, and several parameters require external optimization or local server setup for the neural functions.
Read from Ichimoku NN EA.mq4. Defaults are the author's; change them in the EA's Inputs tab.
Name
Type
Default
Description
magic
int
19274
CommonSettings
string
---------------------------------------------
user_slippage
int
2
user_tp
int
200
user_sl
int
100
use_basic_tp
bool
true
use_basic_sl
bool
true
use_dynamic_tp
bool
false
use_dynamic_sl
bool
false
MoneyManagementSettings
string
---------------------------------------------
min_lots
double
0.01
risk
int
33
Show all 40 inputs
Name
Type
Default
Description
martin_aver_k
int
2
balance_limit
double
50
max_orders
int
1
surfing
int
0
close_loss_orders
bool
true
global_basket
bool
true
safety
bool
false
use_reverse_orders
bool
false
turbo_mode
bool
true
max_spread
double
30.0
use_nn
bool
true
nn_url
string
http://localhost/api
TrailingStopSettings
string
---------------------------------------------
ts_enable
bool
true
ts_val
int
19
ts_step
int
4
ts_only_profit
bool
true
Optimization
string
---------------------------------------------
shift
int
1
atr_period
int
14
atr_tpk
int
1
atr_slk
int
1
x1
int
5
x2
int
7
x3
int
33
x4
int
70
x5
int
70
x6
int
60
How to install it
1Download the sourceUse "Download source (.zip)" above, or clone Shk0da/Mt4 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 collection of MetaTrader 5 expert advisors featuring traditional technical indicators and advanced machine learning integrations. The library includes strategies based on Moving Average crossovers, MACD, and Bollinger Bands, alongside risk-heavy models like martingale and hedging systems. A c
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 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
LIVMOR is a MetaTrader 4 expert advisor found within this repository of over fifty automated trading tools. It utilizes technical indicators such as MACD, Stochastic, and moving averages to identify entry points, while also offering manual price entry options. The EA manages risk through user-defined stop loss and take
This repository provides a collection of MetaTrader 4 and 5 expert advisors, including the modular Super Trading Bot series and an AI-driven trading template. The EAs utilize various technical indicators like Bollinger Bands, Parabolic SAR, and moving averages for trend-following and scalping. Built-in risk management