Category Trend  Published on 17/09/2020

Bitcoin Hype for Free

Description

This bot trades fully automatically against the markets of your choice by performing the EMA 3 Crossing strategy. This bot is based on the EMA 3 Crossing indicator that I released on the cTrader platform a couple of days ago. See this for the indicator.
The bot will detect all tradeable setups and automatically sets the correct stoploss and takeprofit. It is also equiped with some additional risk management features. After you have activated this bot on the markets of you choice, you can site back and watch as the bot trades this profitable strategy. In our backtest measure the bot performed over 270% in a 18 month timeslot period [from Jan19 to Sep20]. Feel free to download, configure and test the bot with other timeslots helpful to your chose.
In the next video I'll show you how you can activate this bot in your own cTrader software in just a few minutes. It's really that easy. I'll also show you how to configure the bot for your favorite markets and timeframes. This bot can be activated on all markets that are available in the cTrader platform, as long as the market is open.
Check this instruction video and I'll explain how you can install and configure this bot yourself on every market of your choosing.

Download

https://gum.co/UlKCe

 


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

namespace cAlgo.Robots
{
    [Robot(TimeZone = TimeZones.UTC, AccessRights = AccessRights.None)]
    public class BitcoinHypeForFreeCBot : Robot
    {
        [Parameter(DefaultValue = 0.0)]
        public double Parameter { get; set; }

        protected override void OnStart()
        {
            Chart.DrawStaticText("download_PRO", "\n\n\n\n\n\nTo download the Free Version please visit: https://gum.co/UlKCe" + "\n\nContacts please write to: danilo@epy.me", VerticalAlignment.Top, HorizontalAlignment.Center, Color.White);
            Chart.ColorSettings.BackgroundColor = Color.DarkGreen;
        }

        protected override void OnTick()
        {
            // Put your core logic here
        }

        protected override void OnStop()
        {
            // Put your deinitialization logic here
        }
    }
}

Affiance.me's avatar
Affiance.me

Joined on 05.12.2019

  • Distribution: Free
  • Language: C#
  • Trading platform: cTrader Automate
  • File name: Bitcoin Hype For Free CBot.algo
  • Rating: 2.5
  • Installs: 2036
Comments
Log in to add a comment.
DA
davidmwabuka · 3 months ago

go get a life