Category Trend  Published on 27/07/2020

AlgoGURU IchiBot

Description

This cBot based on the famous Ichimoku indicator.

You can download it from my website: 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: Free
  • Language: C#
  • Trading platform: cTrader Automate
  • File name: AlgoGURU-ctdn-with source.algo
  • Rating: 0
  • Installs: 1675
Comments
Log in to add a comment.
No comments found.