Universal Alerts From Indicators

2
3909

projectreaper_download_btn_blk

Hi, this is a new Universal Alerts Indicator that can get you alerts from any indicator or a pair of indicators you have.

If you need help to configurate it to a particular indicator use feedback or mail to team@projectreaper.pw

Many of us face the situation when you have an interesting indicator and you want it to send alerts and mark entry points with arrows on the chart, but this indicator does not have this functionality.


MACD + Moving Average alerts with universal alerts indicator

Traders from all over the world often contact us to add alerts to their indicators, we have done a lot of such projects.

And we decided to make a universal indicator that will allow you to receive alerts from custom indicators without modifying them, this will free up time of our team for larger projects and save you the time and money needed to develop alert indicators.

Buit-in Features :

Projectreaper Connect Projectreaper alert indicators have the ability to share their signals with each other to create more accurate trading alerts.

In the settings of our alert indicators, there is a parameter called Indicator_Mode, which switches the indicator modes:



StandAlone - the default mode for receiving alerts about this particular indicator.

MasterFilter - in this mode, the indicator saves the last signal in the terminal, it changes the alert arrows to a hollow body to identify the indicators in this mode. You will not receive any warnings from this mode, it only stores its signals in your terminal.


SlaveSignal
- in this mode, the indicator reads the signals of all indicators in the MasterFilter mode applied to this particular chart window, and sends an alerts when all the signals will coincide in the same direction. To separate the old signals on the chart, the indicator places a vertical line to easily separate the old signals from the new valid signals.

How to use this feature you can check in this article - http://projectreaper.pw/en/how-to-combine-two-or-more-signal-alert-indicators-together/
Projectreaper Trend OS Filters All these filters can be used in various combinations to filter the indicator signals.

Trend Filters parameters



tf_MovingAverage_TrendFilter - enable filter by moving average and current price (if price above the ma it gets buy signal, if below - sell)
tf_MA_TimeFrame - moving average timeframe
tf_MA_Period - moving average period
tf_MA_Method - moving average method (sma, ema, smoothed, linear weighted)
tf_MA_Price - moving average price (close, open, high, low, median, typical, weighted)
tf_MA_Shift - moving average shift
tf_MA_SignalReverse - if true changes direction of signals to reversed


tf_MovingAverageCrossOver_TrendFilter - enable filter by crossover of two moving averages (if the first ma above the second ma - it gets buy signal, if below - sell)
tf_First_MA_TimeFrame - first moving average timeframe
tf_First_MA_Period - first moving average period
tf_First_MA_Method - first moving average method (sma, ema, smoothed, linear weighted)
tf_First_MA_Price - first moving average price (close, open, high, low, median, typical, weighted)
tf_First_MA_Shift - first moving average shift
tf_Second_MA_TimeFrame - second moving average timeframe
tf_Second_MA_Period - second moving average period
tf_Second_MA_Method - second moving average method (sma, ema, smoothed, linear weighted)
tf_Second_MA_Price - second moving average price (close, open, high, low, median, typical, weighted)
tf_Second_MA_Shift - second moving average shift
tf_MA_CrossOver_SignalReverse - if true changes direction of signals to reversed


Oscillator filters parameters



tf_MACD_TrendFilter - enable filter by MACD (if histogram above zero it gets only buy signals, if below - sell)
tf_MACD_TimeFrame - MACD's timeframe
tf_MACD_FastEMA - MACD's fast ema period
tf_MACD_SlowEMA - MACD's slow ema period
tf_MACD_SignalSMA - MACD's signal sma period
tf_MACD_SignalReverse - if true changes direction of signals to reversed


tf_OSMA_TrendFilter - enable filter by OsMA (if histogram above zero it gets only buy signals, if below - sell)
tf_OSMA_TimeFrame - osma's timeframe
tf_OSMA_FastEMA - osma's fast ema period
tf_OSMA_SlowEMA - osma's slow ema period
tf_OSMA_SignalSMA - osma's signal sma period
tf_OSMA_SignalReverse - if true changes direction of signals to reversed


tf_RSI_TrendFilter - enable filter by RSI (if RSI below Low level it gets only buy signals, if above High level - sell)
tf_RSI_TimeFrame - rsi's timeframe
tf_RSI_Period - rsi's period
tf_RSI_High_Level - rsi's high level
tf_RSI_Low_Level - rsi's low level
tf_RSI_SignalReverse - if true changes direction of signals to reversed


tf_Stochastic_TrendFilter - enable filter by Stochastic (if Stochastic below Low level it gets only buy signals, if above High level - sell)
tf_Stochastic_TimeFrame - stoch's timeframe
tf_Stochastic_KPeriod - stoch's K period
tf_Stochastic_DPeriod - stoch's D period
tf_Stochastic_Slowing - slowing
tf_Stochastic_High_Level - stoch's high level
tf_Stochastic_Low_Level - stoch's low level
tf_Stochastic_SignalReverse - if true changes direction of signals to reversed


How to use this feature you can check in this article - http://projectreaper.pw/en/trend-os-filters-indicators-update/
Parabolic SAR filter Filter signals by Parabolic SAR cross timeframe filter.



Filters are connected in parallel to the main signal and allow you to customize your own strategy based on the price position relative to the Parabolic SAR filter.

This filter can be calculated according to the selected timeframe and custom settings.

Parameters



tf_ParabolicSar_TrendFilter - activate Parabolic SAR filter
tf_PSAR_TimeFrame - select timeframe the the filter
tf_PSAR_Step - step parameter of PSAR
tf_PSAR_Maximum - maximum parameter of PSAR
tf_PSAR_Shift - offset from current bar ( 0 is the current bar, 1 is the previous bar, etc. )
tf_PSAR_SignalReverse - reverse signals (swap buy to sell and sell to buy)


How to use this feature you can check in this article - https://projectreaper.pw/en/parabolic-sar-filter-alert-indicators-update/
Day Levels filter Filter signals by levels of the current and previous day.



Filters are connected in parallel to the main signal and allow you to customize your own strategy based on the price position relative to the price levels of the current and previous days.

Parameters



tf_CurrentDayOpenLevel - filter by current day's open price
tf_CurrentDayOpen_SignalReverse - reverse signals (swap buy to sell and sell to buy)

tf_CurrentDayMedianLevel - filter by current day's median price (HL/2)
tf_CurrentDayMedian_SignalReverse - reverse signals (swap buy to sell and sell to buy)

tf_PreviousDayOpenLevel - filter by previous day's open price
tf_PreviousDayOpen_SignalReverse - reverse signals (swap buy to sell and sell to buy)

tf_PreviousDayCloseLevel - filter by previous day's close price
tf_PreviousDayClose_SignalReverse - reverse signals (swap buy to sell and sell to buy)

tf_PreviousDayHighLevel - filter by previous day's high price
tf_PreviousDayHigh_SignalReverse - reverse signals (swap buy to sell and sell to buy)

tf_PreviousDayLowLevel - filter by previous day's low price
tf_PreviousDayLow_SignalReverse - reverse signals (swap buy to sell and sell to buy)

tf_PreviousDayMedianLevel - filter by previous day's median price (HL/2)
tf_PreviousDayMedian_SignalReverse - reverse signals (swap buy to sell and sell to buy)

How to use this feature you can check in this article - https://projectreaper.pw/en/day-levels-filter-alert-indicators-update/
Week Levels filter Filter signals by levels of the current and previous week.



Filters are connected in parallel to the main signal and allow you to customize your own strategy based on the price position relative to the price levels of the current and previous weeks.

Parameters



tf_CurrentWeekOpenLevel - filter by current week's open price
tf_CurrentWeekOpen_SignalReverse - reverse signals (swap buy to sell and sell to buy)

tf_CurrentWeekMedianLevel - filter by current week's median price (HL/2)
tf_CurrentWeekMedian_SignalReverse - reverse signals (swap buy to sell and sell to buy)

tf_PreviousWeekOpenLevel - filter by previous week's open price
tf_PreviousWeekOpen_SignalReverse - reverse signals (swap buy to sell and sell to buy)

tf_PreviousWeekCloseLevel - filter by previous week's close price
tf_PreviousWeekClose_SignalReverse - reverse signals (swap buy to sell and sell to buy)

tf_PreviousWeekHighLevel - filter by previous week's high price
tf_PreviousWeekHigh_SignalReverse - reverse signals (swap buy to sell and sell to buy)

tf_PreviousWeekLowLevel - filter by previous week's low price
tf_PreviousWeekLow_SignalReverse - reverse signals (swap buy to sell and sell to buy)

tf_PreviousWeekMedianLevel - filter by previous week's median price (HL/2)
tf_PreviousWeekMedian_SignalReverse - reverse signals (swap buy to sell and sell to buy)

How to use this feature you can check in this article - https://projectreaper.pw/en/week-levels-filter-alert-indicators-update/
Month Levels filter Filter signals by levels of the current and previous month.



Filters are connected in parallel to the main signal and allow you to customize your own strategy based on the price position relative to the price levels of the current and previous months.

Parameters



tf_CurrentMonthOpenLevel - filter by current month's open price
tf_CurrentMonthOpen_SignalReverse - reverse signals (swap buy to sell and sell to buy)

tf_CurrentMonthMedianLevel - filter by current month's median price (HL/2)
tf_CurrentMonthMedian_SignalReverse - reverse signals (swap buy to sell and sell to buy)

tf_PreviousMonthOpenLevel - filter by previous month's open price
tf_PreviousMonthOpen_SignalReverse - reverse signals (swap buy to sell and sell to buy)

tf_PreviousMonthCloseLevel - filter by previous month's close price
tf_PreviousMonthClose_SignalReverse - reverse signals (swap buy to sell and sell to buy)

tf_PreviousMonthHighLevel - filter by previous month's high price
tf_PreviousMonthHigh_SignalReverse - reverse signals (swap buy to sell and sell to buy)

tf_PreviousMonthLowLevel - filter by previous month's low price
tf_PreviousMonthLow_SignalReverse - reverse signals (swap buy to sell and sell to buy)

tf_PreviousMonthMedianLevel - filter by previous month's median price (HL/2)
tf_PreviousMonthMedian_SignalReverse - reverse signals (swap buy to sell and sell to buy)

How to use this feature you can check in this article - https://projectreaper.pw/en/month-levels-filter-alert-indicators-update/
Pips tags We have added a function to display the potential price movement in pips from the last signal.

This will allow you to adjust your focus from candlesticks patterns to price movements.





The ShowPipTags parameter is toggle tags appearance on the chart.

How to use this feature you can check in this article - https://projectreaper.pw/en/pips-tags-indicators-update/
Stop Loss Take Profit levels A new function has been added to display the signal stop loss levels and three take profit levels calculated from the ratio to the stop loss.







New parameters:
ShowTPSL - enable/disable the display of SL and TP levels.
SLBars – the number of bars to calculate the levels
SignalBarRangeSL – additional check of the size of signal candlesticks
MaxSLPips – limit the maximum stop loss value (0 - off)
MinSLPips – minimum stop loss value (0 - off)
MaxTPPips - limit of the maximum take profit value (0 - off)
MinTPPips - minimum take profit value (0 - off)
TP1_Ratio – ratio of take profit to stop loss of the first TP level
TP2_Ratio - ratio of take profit to stop loss of the second TP level
TP3_Ratio - ratio of take profit to stop loss of the third TP level


If you need to set fixed TP or SL, then set both the minimum and maximum values to the fixed value you need.

How to use this feature you can check in this article - https://projectreaper.pw/en/sl-tp-indicators-update/
MetaTrader4 to Telegram Alerts You can automatically receive indicator signals from the MetaTrader terminal in Telegram.



It's simple, and all you need to do is have a telegram account

To do this, you don't need to install any additional programs or connect services, our indicators have supported this functionality since the recent update.

Paste alert code into the TelegramCode parameter and set the TelegramAlerts parameter to true in your indicator settings.

How to use this feature you can check in this article - https://projectreaper.pw/en/metatrader4-to-telegram-alerts/

Settings

Indicator_Mode – allows you to combine projectreaper indicators into a strategy read the manual here http://projectreaper.pw/en/how-to-combine-two-or-more-signal-alert-indicators-together/
Execution_Trigger – how often indicator recalculate it’s variables (every tick or every new bar)
IndicatorName – name of an indicator from your terminal list of indicators(RSI,MACD,Moving Average.. etc enter exact name of the indicator without a file types n shit)
Parameters – parameters separated by comma(e.g. default MACD parameters are 12,26,9 for RSI 14 etc, you can change them at your taste, leave it blank for default settings)
TimeFrame – timeframe of the indicator
SecondIndicatorName – name of an additional second indicator from your terminal list of indicators(RSI,MACD,Moving Average.. etc enter exact name of the indicator without a file types n shit) you can leave it blank if not needed
SecondIndicatorParameters – second indicator’s parameters separated by comma(e.g. default MACD parameters are 12,26,9 for RSI 14 etc, you can change them at your taste, leave it blank for default settings)
SecondIndicatorTimeFrame – timeframe of the second indicator
Reverse_Signals – changing buy sell signals vise versa
Shift– bar shift of the indicator
Signal_LifeTimeBars – how bars the signal will be valid
Deny_Buy – deny buy alerts
Deny_Sell – deny sell alerts
Display_Signal_Bars – how many indicator bars to display on the chart window
PrintDebugInfo – if enabled prints buffers info to experts log window to catch buffers values for buy and sell signals
BUY_PARAMETER1 – first parameter for buy alert (choose from the list of main or second indicator’s buffer 0-7 or Price actual OCHL price points and a custom value)
BUYLogic – logic for a buy alert between buy parameter 1 and buy parameter 2 (Higher, Lower, Crossover, Equal, Not Equal)
BUY_PARAMETER2 – second parameter for buy alert (choose from the list of main or second indicator’s buffer 0-7 or Price actual OCHL price points and a custom value)
BUY_CUSTOM_VALUE – custom value if defined
BUY_PARAMETER2_SHIFT – individual bar shift for buy parameter 2
BUY_PARAMETER3 – first additional parameter for buy alert (choose from the list of main or second indicator’s buffer 0-7 or Price actual OCHL price points and a custom value)
BUYLogicAdditional – additional logic for a buy alert between buy parameter 3 and buy parameter 4 (Higher, Lower, Crossover, Equal, Not Equal)
BUY_PARAMETER4 – second additional parameter for buy alert (choose from the list of main or second indicator’s buffer 0-7 or Price actual OCHL price points and a custom value)
BUY_PARAMETER4_SHIFT – individual bar shift for buy parameter 4
SELL_PARAMETER1 – first parameter for sell alert (choose from the list of main or second indicator’s buffer 0-7 or Price actual OCHL price points and a custom value)
SELLLogic – logic for a sell alert between sell parameter 1 and sell parameter 2 (Higher, Lower, Crossover, Equal, Not Equal)
SEll_PARAMETER2 – second parameter for sell alert (choose from the list of main or second indicator’s buffer 0-7 or Price actual OCHL price points and a custom value)
SELL_CUSTOM_VALUE – custom value if defined
SELL_PARAMETER2_SHIFT – individual bar shift for sell parameter 2
SELL_PARAMETER3 – first additional parameter for sell alert (choose from the list main or second indicator’s buffer 0-7 or Price actual OCHL price points and a custom value)
SELLLogicAdditional – additional logic for a sell alert between sell parameter 3 and sell parameter 4 (Higher, Lower, Crossover, Equal, Not Equal)
SELL_PARAMETER4 – second additional parameter for sell alert (choose from the list main or second indicator’s buffer 0-7 or Price actual OCHL price points and a custom value)
SELL_PARAMETER4_SHIFT – individual bar shift for sell parameter 4
SignalName – alerts title
Buy_Text_Alert – buy alerts text
Sell_Text_Alert – sell alerts text
Draw_Arrows – draw arrows on chart
Buy_Arrows_Color – color of the buy arrows
Sell_Arrows_Color – color of the sell arrows
Arrows_Width – arrows width
Sound_Alerts – play sound on alerts
Buy_Sound_Alert – buy alerts sound filename
Sell_Sound_Alert – sell alerts sound filename
Alert_PopupWindows – terminal alert windows
Push_Alerts – smartphone SMS alerts
Mail_Alerts – email alerts

Examples


Moving Average price crossover alerts with universal alerts indicator


MACD zero level crossover alerts with universal alerts indicator


RSI overbought 65 oversold 45 levels crossover alerts with universal alerts indicator


CCI 100 and -100 levels crossover alerts with universal alerts indicator

Updated on 27.10.23 – The indicator has been updated, a slot for the second indicator and an additional condition for buying and selling have been added

projectreaper_download_btn_blk

How to install :

1. Download file
2. Unzip archive and copy the MQL4 folder from the archive to your terminal Data folder
3. Restart terminal and apply the indicator to a chart
4. Register a valid email with single time donation or log in with previously registered email address.
5. You can switch your broker account any time you need by logging in with previously registered email address

How to find Data folder :

in the terminal click File menu – Open Data Folder

Good trading!

ПРЕМИУМ PROJECTREAPER ПОДПИСКА

ОПИСАНИЕ

2 COMMENTS

    • Hi, answered to your email, copy here for those who need the same answer. Data Window
      just click on the “Data Window” button on the terminal panel and hover the mouse cursor over the chart, where a signal arrow for buy and sell signals will appear. In the data window you will see which buffers and which values you need. Indicator buffers start from zero and can be named in different ways.

Comments are closed.