Description
This extension pack allows you to get maximum functionality by your favourite (built-in or custom) indicator (like Aroon, ADX, Bollinger-Bands, CCI, Ichimoku, MA, MACD, RSI, Stochastic, True Strength Index… or any).
1., You can define unique rule when the new signal have to generate.
2., You can combine more indicators into one and/or you can set more filters to get better/stronger signals.
3., If the market met with your rule: you get extra notifications with this extension pack to:
– Email
– Telegram
– Sound
– MessageBox
– On chart alert
With this tool you ‘ll never miss the new trading opportunities.
For more info visit: 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 from www.algoguru.hu";
ChartObjects.DrawText("botcomment", msg, StaticPosition.TopLeft, Colors.Red);
}
}
}
AlgoGuru
Joined on 29.11.2018
- Distribution: Paid
- Language: C#
- Trading platform: cTrader Automate
- File name: AlgoGURUIndicator.algo
- Rating: 0
- Installs: 976
- 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.