Trend lines alerts indicator PRO

27
29672

projectreaper_download_btn_blk

Hello guys!
This is new version of trend line alert indicator.

It have trend line dashboard that helps you to draw four types of trend lines ( highest price level, lowest price level, ascending lines, descending lines ) of every time frame
trendlines indicator dashboard

Every trend line have popup tool tip with time frame of the trend line just point your mouse cursor and the tool tip will appear
trendlines indicator markup

The indicator will alert you with sound, alert window, push smartphone notification, mail alert about touching any trend lines or horizontal lines on a chart with BUY/SELL signal, pair, timeframe, price info and arrow on a chart.

Since now this indicator have email alerts with chart screenshots of the setups it helps to check the market condition to validate money making opportunity without opening trading terminal.

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:

trendlines indicator properties

Two logic in there :

  1. Line breakout on current candle
  2. Previous candle penetrate and closed above/below a trend line

ClosedPricesLogic=false – first logic, true – second

change_to_neutral_color=true makes the triggered lines inactive with neutral_color setting (thanks Pavel for the idea)

Alert_PopupWindows :

trendline popup alert

Email alerts with chart screenshot:

enable Mail_Alerts parameter and fill the mail settings (you can find them in help page of your email service)

trendline email alert

This email alert contains the signal information and screenshot of the chart where the signal was activated

trendline email alert with chart screenshot

Also in Files folder of your terminal you can find archive of all trading setups pics to analyze and share your trading methods with your trading team.

UPD 14.11.2017
Alexandre mailed me to add option which can disable on chart arrows drawing so:
Added new parameter  Draw_Arrows – if turned to false the indicator will do not draw the signal arrows on a chart

Update 25.07.2018
At the request of the trader Sergey added two parameters
Buy_Sound_Alert and Sell_Sound_Alert identifying separately the names of the sound files that are played back when signals on buy and sell. Sound files are located in the terminal folder “Sounds”.

Update 09.02.2019
At the request trader Valentine Ghanem added one parameter CatchFakeys if enabled the indicator will catch fakey patterns where price just touch trendline but do not break this level and goes opposite direction.

trendlines catch fakey pattern

Update 20.03.2019
Changed email alerts algorithm, added saving and sending chart screenshots.

Update 15.09.2019
At the suggestion trader Segrey K, added the SignalName parameter you can specify the name of the strategy, terminal, broker or any other comment that will be added to the alert text

Update 23.08.2020
Added trend lines drawing dashboard

Projectreaper_trend_lines_Alerts_indicator

projectreaper_download_btn_blk

PRO TIP :

You can get a signal from a combination of indicators.

Follow the link to learn how to combine two or more signal alert indicators together http://projectreaper.pw/en/how-to-combine-two-or-more-signal-alert-indicators-together/

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 ПОДПИСКА

ОПИСАНИЕ

27 COMMENTS

  1. Thanks for this awesome indicator and for taking my advice and input in updating the indicator. I have another useful contribution.
    Please can you add a chart sub window functionality to the trendline indicator?. This would be amazing. Trend lines drawn on subwindow chart indicators (especially oscilator) would send alerts. This would make this indicator supreme

    • Hi. I thought about that functionality, especially for this particular indicator, unfortunately by default mt4 can’t transfer indicator’s data and their settings between it’s indicator instances. There’s two ways to make it real 1- create custom indicators for all needed indicators to use it in sub window, and 2- I like it more, we using this implementation in xentrader custom indicator automation, just add two parameters with indicators file name and parameters to catch it’s values from buffers. At the moment I programming copy trader backend server, after that definitely I will make this indicator update.

  2. Hi MQLDev this indicator is awesome, thanks very much for sharing it, much appreciated!

    It’s basically a set and forget indicator, you’ll receive an alert when price touches or breaks a trendline.

    Maybe I’m no in a position to make a request however I’m suggesting an edit anyway.

    Would it be possible to set a pip range. Meaning if price is in xxx amount (pip amount away from trendline set by trader) of pips away from trendline, it alerts so you can watch what is going to happen, whether or not trendline is about to be touched or broken.

    This would be the ultimate trendline alert indicator for me!

    Keep up the good work,

    best regards,

    Patrick

    • Hi, Patrick.
      Well I can’t clearly understand the scenario of usage that algorithm.
      Let’s say you have five trendlines on a chart so you placed it on local highs and lows sup/res levels and waiting for continuation of the trend or trend breakout. What do you need from the algorithm? Do you need to stay with attention to the price action after trendline breakout or before it?

      Why I asking. I really do some complicated stuff and many traders asking me to make some simple tools. Also after launching our new project here http://xentrader.online/ I want to add to the email indicator alerts screenshots of the charts to visualize the price action.

      Also do not forget I have made this indicator http://projectreaper.pw/en/price-changing-alert-indicator/ basically it can alert your how many pips the price had moved between pip range set by you. Maybe this is exactly what you need.

    • Sorry, maybe I’m wrong.
      I need alert when price break out trend line and bar closed behind the line. For me this mean breakout is valid If price break line but the current bar is not closed behind line I don’t need alert. Because sometimes break out can fail. So I think Closed Prices Logic should be false (Previous candle penetrate and closed above/below a trend line). Other settings: change to neutral-false, Draw Arrows-false.
      If my explanations are hard to understand, maybe the reason is in me. And for this I can send а email with screen shots with the situation for more clarity. Thank you for understanding!

    • Thank you!
      If you like my idea you can add Volume and Bill Willams’s Market Facilitation Index. If we have line breakout with green/lime MFI (MFI up, Vol up) or only rising Volume then indicator send alert.

    • Just apply volumes on a chart with trendlines alerter to do additional analysis. You can draw trendlines and horizontal lines on different timeframes this indicator working with price only. Not every alert should be entry point you should keep trend direction for better risk reward ratio in trades. Now I’m in hospital and can’t write extra code in there but I think simple tools are better for manual trading.

    • Ok. I wish feeling better as soon as possible. I will call you later to discussing what I need at what cost.

  3. Very good indicator, it helps a lot in the day to day, he that informs me the entrances and exits. I asked for a change and the same MQLdev did in time. I just have to thank.

    • Этот индикатор отсылает уведомления при пробое ценой трендовых и горизонтальных линий на графике, если нет этих линий на графике, то уведомлений и не должно быть.

    • Hi Patrick!

      This alert indicator is working with manually placed trend lines or horizontal lines.

      Make sure you’re installed this indi correct in your indicators folder of your mt4 terminal. And make sure you’re using latest version of the terminal. If you have a problem with installation of the indicator you can contact me via mail mqldev@projectreaper.pw with screenshot. I’ll try to help you to solve the problem.

Comments are closed.