Category Trend  Published on 02/12/2019

TrendFollower cBot

Description

TrendFollower is an universal robot with a lot of extra functions.
Built-in:
– TimeFilter
– SpreadFilter
– TrendStrength Filter
– Volatility Filter
– Trend and Momentum detection
– TrailStop
and many more.

Due to the lot of input parameters this robot is well customizable for all market conditions and for all instruments on any timeframes. (the higher the better).

It does not use any dangerous systems as D’alembert, Grid or Martingale!

You can use it on small accounts from 100-200EUR with safety.

Free/Test version works as tester only. You can make Backtests and Optimizations to find the best settings/instuments/Timeframe for your demand.
The published results made by different input settings.

Download this robot from: www.algoguru.hu


using cAlgo.API;

namespace cAlgo.Robots
{
    [Robot(TimeZone = TimeZones.UTC, AccessRights = AccessRights.None)]
    public class NewcBot : Robot
    {

        protected override void OnStart()
        {
            string msg = "You can download this cBot at www.algoguru.hu";
            Print(msg);
            Stop();

        }
    }
}


AlgoGuru's avatar
AlgoGuru

Joined on 29.11.2018

  • Distribution: Paid
  • Language: C#
  • Trading platform: cTrader Automate
  • File name: AlgoGURU-ctdn-with source.algo
  • Rating: 0
  • Installs: 1047
  • Modified: 13/10/2021 09:54
Comments
Log in to add a comment.
danieleyube's avatar
danieleyube · 3 years ago

@Pb75 you have to pay for it then he will send you the actual bot, this is just a showcase.

danieleyube's avatar
danieleyube · 3 years ago

nice bot i suppose but your backtesting period is not enough. it should be able to withstand a whole year backtesting before anyone can actually dump hard earned money on it.

PB
Pb75 · 4 years ago

 

I downloaded the bot from your site to test it but it doesn't work