Falcon D opens positions when price deviates significantly from the daily start point in opposition to the established trend. The system incorporates filters including a long-period Moving Average and RSI overbought or oversold levels. Risk management is handled through volatility-based or fixed stop losses and take profits, along with a time-based automated exit strategy that closes orders after a set duration.
Read from Falcon_D.mq4. Defaults are the author's; change them in the EA's Inputs tab.
Name
Type
Default
Description
Header1
string
----------EA General Settings-----------
MagicNumber
int
9142201
TerminalType
int
1
0 mean slave, 1 mean master
R_Management
bool
true
R_Management true will enable Decision Support Centre (using R)
Slippage
int
3
In Pips
IsECNbroker
bool
false
Is your broker an ECN
OnJournaling
bool
false
Add EA updates in the Journal Tab
EnableDashboard
bool
True
Turn on Dashboard
Header2
string
----------Trading Rules Variables -----------
StartHour
int
10
MinPipLimit
int
0
UseMAFilter
bool
True
Show all 40 inputs
Name
Type
Default
Description
FastMAPeriod
int
1
SlowMAPeriod
int
950
RSI_NoBuyFilter
int
70
RSI_NoSellFilter
int
30
TimeMaxHold
int
1440
max order close time in minutes
Buy_True
bool
True
Sell_True
bool
True
closeAllOnFridays
bool
False
close all orders on Friday 1hr before market closure
use_market_type
bool
False
use market type trading policy
Header3
string
----------Position Sizing Settings-----------
Lot_explanation
string
If IsSizingOn = true, Lots variable will be ignored
Lots
double
0.01
IsSizingOn
bool
False
Risk
double
1
Risk per trade (in percentage)
MaxPositionsAllowed
int
1
Header4
string
----------TP & SL Settings-----------
UseFixedStopLoss
bool
True
If this is false and IsSizingOn = True, sizing algo will not be able to calculate correct lot size.
FixedStopLoss
double
0
Hard Stop in Pips. Will be overridden if vol-based SL is true
IsVolatilityStopOn
bool
True
VolBasedSLMultiplier
double
6
Stop Loss Amount in units of Volatility
UseFixedTakeProfit
bool
True
FixedTakeProfit
double
0
Hard Take Profit in Pips. Will be overridden if vol-based TP is true
IsVolatilityTakeProfitOn
bool
True
VolBasedTPMultiplier
double
6
Take Profit Amount in units of Volatility
Header5
string
----------Hidden TP & SL Settings-----------
UseHiddenStopLoss
bool
False
FixedStopLoss_Hidden
double
0
In Pips. Will be overridden if hidden vol-based SL is true
IsVolatilityStopLossOn_Hidden
bool
False
How to install it
1Download the sourceUse "Download source (.zip)" above, or clone vzhomeexperiments/FALCON_D 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 MetaTrader 4 expert advisor focuses on Gold trading using institutional pivot point levels and fractal-based support and resistance zones. The robot filters entries through a combination of RSI, MACD, and moving average alignment, supplemented by a trade quality scoring system. It includes comprehensive risk contr
This MetaTrader 4 expert advisor is designed for gold scalping using a combination of Relative Strength Index and Exponential Moving Average indicators. It identifies entry points when momentum reaches specific overbought or oversold thresholds while considering moving average trends. The system manages risk through fi
This MetaTrader 4 expert advisor executes trades based on momentum oscillators, trend filters, and price action patterns. It utilizes a Stochastic oscillator alongside multiple Exponential Moving Averages to identify entry points in alignment with the prevailing trend. The logic incorporates candlestick analysis, speci
This MetaTrader 4 expert advisor automates trading using a combination of trend-following and mean-reversion indicators. It executes trades based on the crossover of two Exponential Moving Averages, filtered by Relative Strength Index levels and Bollinger Band boundaries. The robot enters a position when an EMA crossov
This Expert Advisor for MetaTrader 4 executes trades based on the confluence of Relative Strength Index levels and Moving Average crossovers. It enters long positions when the RSI is oversold and a fast exponential moving average crosses above a slow one, and short positions when the RSI is overbought during a downward
This MetaTrader 4 expert advisor automates trading using Stochastic Oscillator signals. It allows for the confluence of up to three separate Stochastic indicators, potentially across different timeframes, to determine entry points. Trades are triggered by line crossovers or when the indicator reaches user-defined overb