HPCS Scalper EA identifies trend direction by comparing several EMA periods, including 5, 8, and 13, to execute market entries. The robot features built-in risk controls, including hard stop loss and take profit settings defined in pips. Traders can manage active positions using a trailing stop with adjustable start and step parameters, plus a breakeven function to secure trades. It offers two lot sizing modes: fixed volume or a percentage of account risk. The project documentation is minimal.
Read from _HPCS_ScalperEA_MT4_EA_V05_WE.mq4. Defaults are the author's; change them in the EA's Inputs tab.
Name
Type
Default
Description
sec1
string
====== EA Inputs Parameter ======
ii_lotstype
lotstype
1
Lots Type
id_lotSize
double
0.1
Lots Size
risk_p
int
10
Risk %
ii_slippage
int
10
Slippage (in Pips)
ii_magicNumber
int
95824
Magic Number
id_takeProfit
double
10
Take Profit(in pips)
id_stopLoss
double
10
Stop Loss (in pips)
sec2
string
====== Trailling Stop Inputs Parameter ======
ii_TS
int
10
Trailing Stop (in Pips)
ii_TSStart
int
10
Trailing Stop Start (in Pips)
ii_TSStep
int
4
Trailing Stop Step (in Pips)
Show all 14 inputs
Name
Type
Default
Description
sec3
string
====== Breakeven Input Parameter ======
ii_breakeven
int
10
Breakeven(in pips)
How to install it
1Download the sourceUse "Download source (.zip)" above, or clone arvindbis29/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.
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 for MetaTrader 4 features several expert advisors, primarily centered on the Candlestick Breakout Scalper. The lead tool monitors price action relative to previous candle highs and lows to identify breakout opportunities. It incorporates stochastic filters to confirm entries and supports specific tradin
This repository provides a collection of MetaTrader 4 expert advisors and utility tools. It includes diverse trading strategies ranging from M1 scalping and Heiken Ashi trend following to swing-based approaches. The codebase features a robust trade management framework with classes for order execution, error handling,
This repository contains a collection of MetaTrader 4 expert advisors and technical indicators focused on automated trading logic. The included robots primarily utilize martingale and grid-based strategies, featuring lot scaling and distance-based order layering. Entry signals are generated through indicators like Boll
This repository provides a collection of automated trading systems for MetaTrader 4 and 5. The expert advisors utilize various technical indicators, including ADX, DMI, RSI, and Heiken Ashi, to determine market entry points. Some strategies are based on price action from previous candle directions. Trade management fea
ETTrading is a collection of MetaTrader 4 expert advisors featuring a primary channel-based scalping robot and several standard indicator-driven strategies including MACD and Moving Average crossovers. The core automated system utilizes a channel formed by moving averages to identify entry points, primarily targeting s
This collection of MetaTrader 5 expert advisors implements various technical strategies using indicators such as Moving Averages, MACD, and the Andean Oscillator. It includes a specific tool for trading based on Commitment of Traders data combined with SuperTrend signals. Most robots in the repository incorporate a gri