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
Joined on 29.11.2018
- Distribution: Free
- Language: C#
- Trading platform: cTrader Automate
- File name: AlgoGURUIndicator.algo
- Rating: 0
- Installs: 3131
- Modified: 13/10/2021 09:54
Note that publishing copyrighted material is strictly prohibited. If you believe there is copyrighted material in this section, please use the Copyright Infringement Notification form to submit a claim.
Comments
Log in to add a comment.
No comments found.