Category Trend  Published on 11/07/2023

Unlimited Trendline Alerts

Description

 

cTrader Unlimited Trendline Alerts is a trading indicator for the cTrader platform. It allows traders to receive alerts through sound, email, Telegram and pop-up notifications. This versatile tool works with as many trendlines as a trader wants and has several customizable parameters to help traders set the alerts to their specific needs.

 

UPDATE 1.1:

New feature added. Now you can add a comment on the trendline and that will show up in the alert.

 

UPDATE 1.2:

Added support for Horizontal and Vertical lines, and just like the trendlines, it works with as many lines as you want and you can add comments to these lines.

You can Enable/Disable the alerts for Horizontal and Vertical lines.

Now there is an option to stop ALL alerts. This is useful when you want to configure the indicator and not receive an alert every time you change a setting.

Now this indicator will tell you if the candle crossed below, above or just touched a line, and it will even work whit gaps.

The alerts will now tell you the time frame of the chart it came from.

The name of the indicator was changed to "VegaXLR - Unlimited Trendline Alerts". This will make it easy for you to find my indicators close to each other.

 

----->> Click here to get this indicator <<-----

Use this LIMITED coupon to get a discount: VEGAXLR

Customizable Parameters:

  • Sound notifications: traders can choose whether to play a sound file when an alert occurs.
  • Pop-up notifications: traders can choose whether to show a pop-up when an alert occurs.
  • Automatic trendline extension: traders can choose whether to automatically extend trendlines to infinity.
  • Trigger conditions: traders can choose to trigger alerts with the bid or ask price, and on bar close or price touch.
  • Notification options: traders can choose to receive notifications through email and Telegram.

For traders who may be unfamiliar with trendlines, the following link provides a comprehensive explanation of what they are and how they are used in trading: https://www.investopedia.com/terms/t/trendline.asp.

 

The "cTrader Unlimited Trendline Alerts" indicator is perfect for forex, stocks, and other market trading. Whether day trading or swing trading, it provides traders with a powerful tool for analyzing price action and making informed trading decisions.

----->> Click here to get this indicator <<-----

Use this LIMITED coupon to get a discount: VEGAXLR

 


💰 Earn 25% Commission! 🚀 Promote my cTrader Indicators and cBots Get 25% of Every Sale! Join the Affiliate Program Today!


 

Check out my project

Bundles:

 

Indicators:

cBots:

⁠⁠⁠⁠⁠⁠

Free Stuff:

 

 

 


 


// -------------------------------------------------------------------------------------------------
//
//    cTrader Unlimited Trendline Alerts.
//    
//    Created by VegaXLR.
//    https://vegaxlr.gumroad.com/
//
// -------------------------------------------------------------------------------------------------

using cAlgo.API;
using System.Windows.Forms;

namespace cAlgo
{
    [Indicator(IsOverlay = false, TimeZone = TimeZones.UTC, AccessRights = AccessRights.FullAccess)]
    public class UnlimitedTrendlineAlerts : Indicator
    {
        
        protected override void Initialize()
        {
            var redirect = System.Windows.Forms.MessageBox.Show("Please click YES to open a web browser where you can download this indicator", "Open Web Browser", MessageBoxButtons.YesNo, MessageBoxIcon.Information);

            if (redirect == DialogResult.Yes)
            {
                System.Diagnostics.Process.Start("https://vegaxlr.gumroad.com/l/ctrader_unlimited_trendline_alerts");
            }
        }

        public override void Calculate(int index)
        {
            
        }
    }
}

vegaxlr.developer's avatar
vegaxlr.developer

Joined on 14.02.2023

  • Distribution: Paid
  • Language: C#
  • Trading platform: cTrader Automate
  • File name: Get Unlimited Trendline Alerts.algo
  • Rating: 5
  • Installs: 486
Comments
Log in to add a comment.
LA
larvaraaa · 11 months ago

Help Peppino Spaghetti get toppings from Mr Tomato in Pizza Tower Game.

vegaxlr.developer's avatar
vegaxlr.developer · 1 year ago

@xiao-linlong I just replied your email, please check your imbox.

artcfd's avatar
artcfd · 1 year ago

I did not receive the email, please make sure the email address is "xiao-linlong@163.com"

vegaxlr.developer's avatar
vegaxlr.developer · 1 year ago

@xiao-linlong I don't know why your payment was unsuccessful. I just sent you an email with an alternative way of paying for this indicator.

artcfd's avatar
artcfd · 1 year ago

Hello, I am a customer in China, why credit card and paypal payments have been unsuccessful? Do you have an ethereum network address or a cryptocurrency network address? I'll pay you by cryptocurrency, my email "xiao-linlong@163.com," please contact me, thanks!

artcfd's avatar
artcfd · 1 year ago

很好,我很喜欢该指标,找了很久。

vegaxlr.developer's avatar
vegaxlr.developer · 1 year ago

Yes, I implemented that today in this indicator before your comment lol. Thank you anyway!!!

I will be updating this post soon.

EX
Exzell · 1 year ago

I have a similar indicator which is custom made, what would make this indicator better in my opinion is if you added the ability to label your trendlines via the comments in the settings, it would make it easier when telegram sends the alert to notify exactly what trendline was hit and what it references for the trader - if you have a lot of trendlines this can quickly become a mess - but thats just my opinion - great indicator none the less