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
Joined on 29.11.2018
- Distribution: Free
- Language: C#
- Trading platform: cTrader Automate
- File name: AlgoGURU-ctdn-with source.algo
- Rating: 0
- Installs: 1843
- Modified: 13/10/2021 09:54
Warning! Running cBots downloaded from this section may lead to financial losses. Use them at your own risk.
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.
No comments found.