Trading robot · MT4

FaSt EA

by Hohlas

FaSt is an automated trading robot for MetaTrader 4 that determines entries based on price extremes and trend direction indicators.

GitHub stars2
Forks0
Last update3 years ago18 Sep 2023
LicenceNone stated

Overview

The system employs Average True Range (ATR) to calculate dynamic stop loss and take profit levels, ensuring volatility-adjusted risk control. It includes multiple signal filters, trailing stop functionality, and the ability to close positions before weekends or major news events. Users can configure money management through percentage-based risk settings. The EA is designed with various optimization parameters for backtesting, though the provided documentation is minimal.

Details

Author

Hohlas on GitHub

Type

Trading robot

Platform

MetaTrader 4 (MQL4)

Strategy

Trend following, Breakout

Markets

Any symbol

Timeframes

Any timeframe

Risk profile

No grid, martingale or hedging logic was found in its code or README. That says nothing about how it performs: backtest it first.

Input parameters

Read from FA$T230.522.mq4. Defaults are the author's; change them in the EA's Inputs tab.

NameTypeDefaultDescription
BackTestshort0
Opt_Tradesshort5Opt_Trades Влияет только на оптимизацию, остальные параметры и на опт ина бэктест
RF_float0RF_ При оптимизация?
PF_float1PF_ резы с ?
MO_float0MO_ множитель спреда, т.е. MO=MO_ * Spred
Riskfloat1Risk процент депо в сделке (на реале задается в файле #.csv) Если в настройка?
MMchar1MM 1..4 см. ММ:
RealboolfalseReal
CustMaxchar00-Bal, 1-RF, 2-iRF, 3-MO/SD - максимизируемый при оптимизации параметр
SkipPerstringпропустить период при оптимизации
Modchar2Mod=2.. Modification
z1string - S I G N A L S -
Show all 40 inputs
NameTypeDefaultDescription
HLchar1HL=1..6 расчет экстремумов HL
HLkchar1HLk=1..8 переменная для расчета HL
TRchar1TR=-8..8 расчет направления тренда
TRkchar1TRk=1..9 переменная для расчета тренда
INchar1IN=-8..8 виды в?
Ikchar1Ik=1..9 переменная для фильтра в?
z2string - I N P U T S -
Delchar1Del=0..2 удаление отложников 0=не трогаем; 1=при появлении нового сигнала удаляем; 2=при появлении нового сигнала удаля
BrkBckchar0BrkBck=-5..5 откат после пробоя
Invchar0Inv=0..1 инвертирование тренда Up=!Up Dn=!Dn
Dchar-2D=-5..5 дельта к ценам в?
Ipricechar1Iprice=1..4 цена в?
Schar6S=-4..6 S*ATR либо за пик на S*ATR
Pchar5P=-6..8 P=(P+1)^2/10*ATR, при Р==0 без таргета
z3string - O U T P U T S -
PM1char2PM1=-3..3 приближение профита при каждом откате. <0~не ближе MaxFromBuy
PM2char3PM2=0..4 если цена провалится от максимальнодостигнутого на xATR, выставляется тейк на максимальнодостигнутый уровень
Tkchar1Tk=-4..4 -1~STOP, 1~HI/LO, >1~H-Tk*ATR, <-1~пик дальше ATR*Tk
TSchar0TS=0..1 0~трал со стопа, 1~от в?
Outchar0Out=0..1 появление противоположного сигнала
OTrchar0OTr=-1..1 пропадание сигнала тренда / появление противоположного
Oprcchar1Oprc=1..3 цена вы?
ODchar1OD=0..3 OD*ATR/2 прибавка к цене вы?
Oprfchar2Oprf=-3..3 тейк не ближе FIBO(Oprf) 0 0.5 1 2 3 5
Wkndchar0Wknd=0..2 закрытие поз 1-FOMC, 2-Weekend
z4string - A T R -
Achar15A=7..28 (7) кол-во баров для долгосрочной ATR (49,196,784 баров)
achar5a=3..6 (1) кол-во баров для краткосрочной atr

How to install it

  1. 1Download the sourceUse "Download source (.zip)" above, or clone Hohlas/FaSt from GitHub, and unzip it.
  2. 2Open the data folderIn MetaTrader choose File, then Open Data Folder, and go to MQL4/Experts.
  3. 3Copy the filesCopy the .mq4 file into Experts, and any .mqh files into the Include folder the code expects.
  4. 4Compile in MetaEditorOpen the file in MetaEditor and press Compile. Fix any missing includes the compiler reports.
  5. 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.

Similar expert advisors

Box Breakout EA

by je-zhou
26 stars

This MetaTrader 5 expert advisor implements a box breakout strategy designed for the foreign exchange market. The robot identifies price ranges during specific time windows and enters trades upon a breakout. It features a trend filter using fast and slow moving averages to align entries with broader market direction. R

MT4MT5 Trading robot BreakoutTrend following

Binario

by EarnForex
20 stars

Binario is a breakout expert advisor for MetaTrader 4 and 5 that utilizes a price channel constructed from two moving averages of the same period. By default, it uses a 144-period exponential moving average applied to both highs and lows. It enters trades when the price moves outside this band by a predefined pip dista

MT4MT5 Trading robot BreakoutTrend following
Updated 1 year ago Apache-2.0 GitHub repository of Binario

Hybrid Swing EA

by clevergoldfox
15 stars

This MetaTrader 4 expert advisor executes a regime-gated breakout strategy specifically optimized for XRP and ETH markets. It operates on the H4 timeframe, utilizing Bollinger Bands for entry signals coupled with ADX and ATR filters to identify high-volatility trend environments. The EA employs a one-shot entry approac

MT4 Trading robot BreakoutTrend following
Updated 8 months ago None stated GitHub repository of Hybrid Swing EA
10 stars

This MetaTrader 4 expert advisor automates trading on the foreign exchange market, with specific testing historicals for GBPUSD on the five-minute timeframe. It focuses on intraday logic, allowing users to define specific trading windows and maximum daily trade limits. Risk controls include dynamic lot sizing based on

MT4 Trading robot BreakoutTrend followingMartingale High risk
Updated 9 years ago None stated GitHub repository of E and P For The Freedom

Conservative Scalper EA

by NadirAliOfficial
10 stars

Conservative Scalper EA is a MetaTrader 4 robot designed for intraday scalping on major currency pairs such as EURUSD, GBPUSD, and USDJPY. It determines market bias on the M15 timeframe using dual Exponential Moving Averages and enters trades on the M5 chart based on RSI levels and candle breakouts. The system prioriti

MT4 Trading robot ScalpingTrend followingBreakout

Desiree EA

by Lucas170
7 stars

Desiree is an automated trading robot for MetaTrader 4 that utilizes Donchian Channel breakouts for trade execution. The system enters positions based on a specific lookback period and exits using a separate exit period. A notable logic constraint prevents the EA from entering a new trade if the preceding trade resulte

MT4 Trading robot BreakoutTrend following
Updated 9 years ago None stated GitHub repository of Desiree EA

More trading robots

Need a broker for MT4?

Compare regulated brokers that support MetaTrader, with spreads, minimum deposits and leverage side by side.

Compare brokers