Category Trend  Published on 13/09/2021

* Republished - 3 EMA Cross. Trading Bot

Description

I just republished my EMA3 Crossover autotrading Bot.

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 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.

 

Here's a sneak preview of some highly profitable markets:

* Simulation in NZDCAD cTrader from 1 July 2019 to 1 July 2020, starting capital € 10,000, ending capital € 15,444
* Simulation in GBPUSD cTrader from 1 July 2019 to 1 July 2020, starting capital € 10,000, ending capital € 17,626
* Simulation in EURAUD cTrader from 1 July 2019 to 1 July 2020, starting capital € 10,000, ending capital € 20,203
 

You can download and buy the bot here: https://gum.co/eiWuo the download package contains both the autotrading bot and the full version of the indicator.

Always use appropriate risk management!!
Use at your own risk!!

 

Happy trading!!
 

 

My other cTrader products:
EMA 3 Crossing autotrading Bot (https://ctrader.com/algos/cbots/show/2309)
EMA 3 Crossing indicator (https://ctrader.com/algos/indicators/show/2286)
FractalBreak autotrading Bot (https://ctrader.com/algos/cbots/show/2282)
FractalBreak indicator (https://ctrader.com/algos/indicators/show/2274)

 

Contact- and sales information
For more info you can contact me via my YouTube channel (see video above) or Twitter (@NiLo_Trading).
This bot can be bought on Gumroad: https://app.gumroad.com/products/eiWuo


using System;
using System.Linq;
using cAlgo.API;
using cAlgo.API.Indicators;
using cAlgo.API.Internals;
using System.Diagnostics;
using System.Collections.Generic;

namespace cAlgo.Robots
{
    [Robot(TimeZone = TimeZones.UTC, AccessRights = AccessRights.None)]
    public class Ema3CrossingBot : Robot
    {
        protected override void OnStart()
        {
            string BUY_FULLVERSION_HERE = "https://gum.co/eiWuo";

            // Set textcolor based on selected theme
            Color textcolor;
            if (this.Application.ColorTheme == ColorTheme.Dark)
                textcolor = Color.FromHex("#E3D5EC");
            else
                textcolor = Color.Black;

            Chart.DrawStaticText("Buy_full_version_here", "EMA3 Crossing Bot\r\n\r\nTo buy the FULL version of the EMA 3 Crossing Bot and indicator please visit:\r\n\r\n" + BUY_FULLVERSION_HERE + "\r\n\r\n\r\nThis version of the EMA3 Crossing Bot only displays this advertisement text\r\n\r\n\r\n\r\nThank you and happy trading!!", VerticalAlignment.Top, HorizontalAlignment.Right, textcolor);
        }

        protected override void OnTick()
        {
            // IT IS NOT POSSIBLE TO DOWNLOAD THE FULL VERSION HERE. PLEASE VISIT: https://gum.co/eiWuo
        }
    }
}



NiLo's avatar
NiLo

Joined on 03.07.2020

  • Distribution: Paid
  • Language: C#
  • Trading platform: cTrader Automate
  • File name: Ema3CrossingBot.algo
  • Rating: 0
  • Installs: 2637
Comments
Log in to add a comment.
FA
fabulman · 1 year ago

Hello Nilo, 

I have bought your 3_ema-crossover bot in 2020, can I have the updated version?

And question... time ago, I found some combinations that were amazing if there were an option to do the oposite trade.  Can you add this option to your bot?

Best regards

KM
KMATrades · 1 year ago

Would you be able to add manual 2 feature (parameter)

1. Manual take profit and stop loss. should a person need to use to add it

2. could you add Take BUY only trade or SELL only trade:

for example market is above 200 EMA. if chose buy only onylw ill take buy trade

SELL only if price is below 200 EMA so that bot can open sell trade only

CO
codey · 2 years ago

@ seller,

So what can Free version do? 

I am not asking all functionality, I am simply asking to backtest on demo version.  

NiLo's avatar
NiLo · 2 years ago

I just have two versions. Free and Paid, and if you want all functionality you really need to have the paid version. In that version you can optimize everything based on the risk you are willing to take and the markets that you want this bot to be activated for.

CO
codey · 2 years ago

@seller

Is there a reason why you don't provide demo version, so that buyers can back-test properly before buying?  

Are you not confident on bot's performance?  What else could be the reason?

CO
codey · 2 years ago

@ seller, no one wants to buy a bot and put real money into live trading account, UNLESS they can do back-testing on demo version before buying. 

JA
jakeostin34 · 2 years ago

I have learned trading some time. Now I prefer to lead my instagram blog. I have to buy instagram followers to keep my blog active and popular.

NiLo's avatar
NiLo · 2 years ago

I love Bots. They are very convenient little friends who can do the heavy lifting for you. Are you interested in a specific bot?