Description
This indicator gives you Buy and Sell signals with very high win ratio. It can works on any pairs and timeframes. The indicator has a complex algorithm based on 5 indicators (trend, oscillator and volatility) and candle recognition.
The indicator has five alert modes:
- sends Telegram notification
- sends email
- plays sound
- shows alert on the chart
- shows MessageBox on the screen
You can download from 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: 3
- Installs: 3206
- 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.
HE
How do i access this indicator?
CA
hi
CT
Hi, wie kann ich das herunterladen? Der Button ist nicht anklickbar? Was kostet das Signal, das steht nirgends? Danke, Grüße Ursula
How to install???