Category Trend  Published on 02/12/2019

Trend-GURU

Description

Trend-GURU is much more than a simple indicator. This is a complex trading system which give us  Buy/Sell signals with  StopLosses and TakeProfits. Trend is your friend! If is it true: we have to find the right direction and the best entry point and finally only count  the pips.

With the unique combination of indicators (trend, oscillator, volatility and volume) and price-action technics Trend-GURU can detect the right way of the price movements with very good win ratio.  StopLosses and TakeProfits are calculated dynamically by the actual market conditions. 

I am testing this strategy on 10 pairs and 5 timeframes (from M15 to D1). The best results come from H4.

Here you can see the forward test from the beginning (the test have been generating by TrendGURU cBot which has the same algorythm):

Please do not download! This is  a codeless version.  For more info please 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 = "If you want custom indicators or cBot: visit www.algoguru.hu";
            ChartObjects.DrawText("botcomment", msg, StaticPosition.TopLeft, Colors.Red);
        }
    }
}


AlgoGuru's avatar
AlgoGuru

Joined on 29.11.2018

  • Distribution: Paid
  • Language: C#
  • Trading platform: cTrader Automate
  • File name: AlgoGURUIndicator.algo
  • Rating: 0
  • Installs: 1997
Comments
Log in to add a comment.
RG
rgagulu · 5 years ago

Interesting to learn.
Can you add notifications to the Telegram bot?