Description
The Ichimoku Cloud BreakOut is one of the best trading system.
Ichimoku is a very complex tool based on 3 Moving Averages (9,26,52).
It has many usage : Kijun/Tenkan, Kijun/Cloud, Tenkan/Cloud crossing... but my favourite is the Ichimoku Cloud BreakOut. Why?
The Ichimoku Cloud works as a very strong Support/Resistant area.
There is a good moment to enter a trade when the Price Breaks out from the cloud.
This complex indicator can works as standalone tool. You do not need to use other tools.
When the Sign events happened: the indicator gives you the following notifications:
- Buy or Sell sign appears on the chart
- Soundfile (that you have choosen) will played
- Email and Telegram notifications arrive to you.
So you do not need to stay at the front of your computer from 0-24! This and all of AlgoGURU indicator monitors the market while you can do something else and notifies you if something has happened!
This indicator available in 3 versions:
- Free version works on demo accounts and with EURUSD/D1 only without time limit.
- Trail version works for 7 days long with any symbols and time frame
- Full version works without limitations
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 from 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: 3834
- Modified: 13/10/2021 09:54
Comments
I have downloaded the trial version and i dont see any indicator in the chat only writing saying i have 7 days
How do i get this thing going
Hello,
I'm trying to install on macbook 12.7.2 and it gives me this error.
arg_NotSupportedException
Thanks for the help.