Category Volatility  Published on 25/05/2020

Bollinger Bands BreakOut

Description

This indicator gives you a Buy or Sell signal when the candle closes outside of  the BB upper or lower ribbons. It has many extra functions. So you do not need to stay at the front of computer from 0-24. The indicator works and will notify you (by Email, Telegram or Sound alert) until you can deal with something else.

  

The indicatror has 3 versions:

- Free (works on demo accounts and EURUSD/D1)

- Trail version works for 7 days

- Full version

You can download at : www.algoguru.hu
 


using cAlgo.API;
namespace cAlgo
{
    [Indicator(IsOverlay = true, TimeZone = TimeZones.UTC, AutoRescale = false, AccessRights = AccessRights.None)]
    public class AlgoGURUIndicator : Indicator
    {
        public override void Calculate(int index)   
        {
            string msg = "You can download this stuff at: www.algoguru.hu";
            ChartObjects.DrawText("botcomment", msg, StaticPosition.TopLeft, Colors.Red);
        } 
    }
}


AlgoGuru's avatar
AlgoGuru

Joined on 29.11.2018

  • Distribution: Free
  • Language: C#
  • Trading platform: cTrader Automate
  • File name: AlgoGURUIndicator.algo
  • Rating: 0
  • Installs: 2900
Comments
Log in to add a comment.
No comments found.