Hi, this is new Universal Alerts Indicator that can get you alerts from chart objects such as arrows, horizontal lines, trend lines and rectangle zones.
You can get alerts from a custom indicator’s objects or manually placed chart objects.
The signals are duplicated in the indicator window in the basement of the chart window and by arrows on the chart itself.
Rectangular zone objects are automatically extended to the current bar.
Signals can be received at the crossover of the signal moving average with user defined settings and a chart object, or the current OCHL price of a bar with an offset defined in the settings, or if there is an arrow on an arbitrary bar.
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)
Reverse_Signals – changing buy sell signals vise versa
Shift– bar shift of the indicator’s signal bar(1- previously closed bar 0-current)
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
BUY_OBJECT_TYPE – type of signal object for buy alerts (ARROW_AT_CURRENT_BAR – presence of an arrow on the current bar, HORIZONTAL_LINE_MA_CROSSOVER – crossover of the signal moving average with horizontal lines, TREND_LINE_MA_CROSSOVER – crossover of the signal moving average with trend lines, RECTANGLE_HIGH_EDGE_MA_CROSSOVER – crossover of the signal moving average with the upper edge of the rectangular zone, RECTANGLE_LOW_EDGE_MA_CROSSOVER – crossover of the signal moving average with the lower edge of the rectangular zone, RECTANGLE_HIGH_LOW_EDGES_MA_CROSSOVER – crossover of the signal moving average with the upper or lower edge of the rectangular zone)
BUY_OBJECT_COLOR – buy object’s color, if the color is set to None, it means it can be any color
BUY_OBJECT_NAME_PATTERN – buy object’s name must contain specified letters, fill it blank if you need to get alerts from objects with any name
BUY_MA_PERIOD – signal moving average for buy crossover alerts, if you need to get alerts from a current bar price set this parameter to 1
BUY_MA_METHOD – buy alert moving average type (Simple, Exponential, Smoothed, Linear, Weighted)
BUY_MA_PRICE – buy alert moving average price (Close, Open, High, Low, Median, Typical, Weighted)
SELL_OBJECT_TYPE – type of signal object for sell alerts (ARROW_AT_CURRENT_BAR – presence of an arrow on the current bar, HORIZONTAL_LINE_MA_CROSSOVER – crossover of the signal moving average with horizontal lines, TREND_LINE_MA_CROSSOVER – crossover of the signal moving average with trend lines, RECTANGLE_HIGH_EDGE_MA_CROSSOVER – crossover of the signal moving average with the upper edge of the rectangular zone, RECTANGLE_LOW_EDGE_MA_CROSSOVER – crossover of the signal moving average with the lower edge of the rectangular zone, RECTANGLE_HIGH_LOW_EDGES_MA_CROSSOVER – crossover of the signal moving average with the upper or lower edge of the rectangular zone)
SELL_OBJECT_COLOR – sell object’s color, if the color is set to None, it means it can be any color
SELL_OBJECT_NAME_PATTERN – sell object’s name must contain specified letters, fill it blank if you need to get alerts from objects with any name
SELL_MA_PERIOD – signal moving average for sell crossover alerts, if you need to get alerts from a current bar price set this parameter to 1
SELL_MA_METHOD – sell alert moving average type (Simple, Exponential, Smoothed, Linear, Weighted)
SELL_MA_PRICE – sell alert moving average price (Close, Open, High, Low, Median, Typical, Weighted)
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
Rectangle zones price breakout alerts with universal alerts indicator
Trend lines price breakout alerts with universal alerts indicator
Horizontal lines price breakout alerts with universal alerts indicator
If you need help to configurate it to a particular indicator use feedback or mail to team@projectreaper.pw
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!

Hi
Today I tested your product (Projectreaper_Universal_Alerts_From_Objects.ex4) and I would like to suggest an improvement. Your indicator is good because it can easily detect graphical objects and arrows. For me however it runs short of my expectations because I was looking for something which can detect graphical arrows and objects and then provide signals as buffer arrows. The reason is that I want to enter the buffer values for automatic trading on a trading connector like MT2Binary_Connector.ex4 which can send signals to IQ Options.
So currently your indicator detects graphical arrows but also outputs graphical arrows which then does not solve the problem.
Regards
Abe
Sup, Bro! Actually it also provides two signal buffers below in the indicator’s window, 0 for buys and 1 for sells, check this again slowly.
Comments are closed.