Category Trend  Published on 30/05/2021

Cbot super profit

Description
Cbot super profit, I send you the backtesting version.
This Cbot I have run real account on icmarket, with ctrade platform, and EA with MT4 platform. relatively low profit and DD 

// -------------------------------------------------------------------------------------------------
//
//    This code is a cTrader Automate API example.
//
//    This cBot is intended to be used as a sample and does not guarantee any particular outcome or
//    profit of any kind. Use it at your own risk.
//    
//    All changes to this file might be lost on the next application update.
//    If you are going to modify this file please make a copy using the "Duplicate" command.
//
//    The "Sample Trend cBot" will buy when fast period moving average crosses the slow period moving average and sell when 
//    the fast period moving average crosses the slow period moving average. The orders are closed when an opposite signal 
//    is generated. There can only by one Buy or Sell order at any time.
//
// -------------------------------------------------------------------------------------------------

using System;
using System.Linq;
using cAlgo.API;
using cAlgo.API.Indicators;
using cAlgo.API.Internals;
using cAlgo.Indicators;

namespace cAlgo
{
    [Robot(TimeZone = TimeZones.UTC, AccessRights = AccessRights.None)]
    public class codauxh : Robot
    {
//=========================== thong so====================================


        string BUY = "https://t.me/joinchat/xIwO9czcu7AwZTg1 Or  ";
        string contact = " please contact me to get backtesing version link: ";
        string contact1 = "Please contact me if you need the full version link: ";
        string zalo = " Zalo :+84378823276  Or   ";
        string email = "mykimfx@gmail.com";
        string youtube = "https://www.youtube.com/watch?v=nIO9pUoI_DM&t=22s";
//=========================Khai bao cong cu===============================

        protected override void OnStart()
        {
            var textcolor = Color.Red;
            Chart.DrawStaticText("Buy_full_version_here", contact + "." + BUY + zalo + email + "  " + youtube, VerticalAlignment.Top, HorizontalAlignment.Right, textcolor);

        }


//===========================khai bao bien nho(Ten)====================================================


        protected override void OnTick()
        {

            var textcolor = Color.Red;
            Chart.DrawStaticText("Buy_full_version_here", contact + "." + BUY + zalo + email + "  " + youtube, VerticalAlignment.Top, HorizontalAlignment.Right, textcolor);

        }
    }
}



MY
MyKim

Joined on 24.05.2021

  • Distribution: Paid
  • Language: C#
  • Trading platform: cTrader Automate
  • File name: Cbot super profit.algo
  • Rating: 0
  • Installs: 851
Comments
Log in to add a comment.
AL
almacenaz300 · 6 months ago

Can you send me the demo version for backtesting?