Trading Signals tracks moving average crossovers, specifically the 50 and 200 periods, along with Relative Strength Index levels, Bollinger Band breakouts, and MACD confirmations. Users can configure the tool to send notifications via on-screen popups, email, or mobile push notifications. The expert advisor acts strictly as a signaling system and does not execute trades, manage open positions, or provide automated risk controls. It requires an external custom indicator for the moving average crossover logic to function.
Read from TradingSignals.mq4. Defaults are the author's; change them in the EA's Inputs tab.
Name
Type
Default
Description
ShowSignalAlerts
bool
true
Show alerts in Meta Trader
SendSignalAlertsByEmail
bool
false
Get alerts in e-mails
SendSignalAlertsByMobileNotifiaction
bool
true
Get alerts in your mobile phone
EmailSubject
string
Alert From InvestAnswersSignals ExpertAdvisor
Set the email subject for the alerts
BB_Enable
bool
true
Enable Bolinder Bands alerts (BB)
BB_Period
int
100
BB Period
BB_Deviators
int
2
BB Deviators
BB_AppliedPrice
ENUM_APPLIED_PRICE
PRICE_CLOSE
BB Applied price
RSI_MACD
ENUM_RsiMACD
RSI_With_MACD
RSI with MACD combination
RSI_Period
int
10
RSI Period
RSI_Shift
int
0
RSI Shift
RSI_AppliedPrice
ENUM_APPLIED_PRICE
PRICE_CLOSE
RSI Applied price
Show all 26 inputs
Name
Type
Default
Description
MACD_Fast_EMA_Period
int
8
MACD Fast EMA averaging period.
MACD_Slow_EMA_Period
int
21
MACD Slow EMA averaging period.
MACD_Signal_Period
int
5
MACD Signal Period.
MACD_Applied_Price
ENUM_APPLIED_PRICE
PRICE_CLOSE
MACD Applied price
MACO_Enable
bool
true
Enable Moving Averages CrossOver alerts (MACO)
MACO_Name
string
MA crosses arrows or lines mtf+alerts
MA crossover indicator name. Change the name if your indicator uses another one, names should match for the EA to work.
MACO_TimeFrame
int
0
MACO TimeFrame
MACO_TimeFrameCustom
int
0
MACO_FastMaPeriod
int
50
MACO Fast MA Period
MACO_FastMaMethod
int
0
MACO Fast MA Method
MACO_FastMaPrice
ENUM_APPLIED_PRICE
PRICE_CLOSE
MACO Fast MA Applied price
MACO_SlowMaPeriod
int
200
MACO Slow MA Period
MACO_SlowMaMethod
int
0
MACO Slow MA Method
MACO_SlowMaPrice
ENUM_APPLIED_PRICE
PRICE_CLOSE
MACO Slow MA Applied price
How to install it
1Download the sourceUse "Download source (.zip)" above, or clone CDrosos/TradingSignals 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.
NNFX Backtest C1 is a specialized utility for MetaTrader 4 designed to evaluate external confirmation indicators using the No Nonsense Forex methodology. It enables users to backtest custom indicators by defining signal logic such as two-line crossovers, zero-line crosses, or histogram changes. The system manages risk
PR Pivots Expert Advisor is a technical tool for MetaTrader 4 that calculates and displays daily pivot points on the chart. Using price data from the previous trading day, including high, low, and close values, it plots the central pivot level along with three resistance and three support levels. The software uses grap
This MetaTrader 4 collection provides a testing framework for trend confirmation indicators based on the No Nonsense Forex methodology. It includes three Expert Advisors designed to evaluate different signal types: Zero Line crosses, Two Line crosses, and Chart indicators. The system simulates trades at candle closes u
Ogawa is a MetaTrader 4 signal tool that identifies potential mean-reversion opportunities by combining Bollinger Bands and the Relative Strength Index (RSI). It triggers when price action moves outside the bands while RSI confirms an overbought or oversold state. The EA incorporates a time-of-day filter to restrict si
This MetaTrader 4 tool monitors several currency pairs and gold using the Ichimoku Kinko Hyo indicator. It identifies price crosses across the Tenkan-sen, Kijun-sen, and Senkou Span lines. The tool generates alerts based on price action relative to these levels on timeframes ranging from thirty minutes to one day. It s
This MetaTrader 4 expert advisor acts as a multi-symbol scanner that monitors the Relative Strength Index and Money Flow Index indicators. It evaluates market conditions across six timeframes simultaneously, ranging from one-minute to four-hour charts. The logic triggers when both indicators reach specific overbought o