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.
Supported Features :
Projectreaper Connect – USER GUIDE
Projectreaer Trend OS Filters – USER GUIDE
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.