Category Trend  Published on 13/09/2021

* Updated - 3 EMA Crossover Trading Bot

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 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: 2.5
  • Installs: 2470
Comments
Log in to add a comment.
AL
alexxedos18 · 1 year ago

I was in a tough spot a few months ago and needed some extra cash. I didn't want to go the traditional route of borrowing from a bank, so I decided to look into payday loans. I found a few companies that offered them and did some research on each one. I ended up choosing the one that seemed the most reputable and had the best interest rates. The process was pretty simple and I had the money in my account within a few days. The experience was overall positive and I would definitely recommend payday loans to anyone in a similar situation.

JA
jamesap2312187 · 1 year ago

This is an excellent bot and app for anyone interested in trading and earning some money. I like that you don't have to pay for it because it's free, but I understand that you always need a decent amount of money, which this bot can't answer, so I started using a service here https://easyqualifymoney.com/cash-loans-wired-in-1-hour.php. to have a good start potential and always have some aid money that will help you as a professional.

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?  

Thanks

NiLo's avatar
NiLo · 2 years ago

For requests, you can always send a PM through Twitter to @NiLo_Trading

 

AL
alnaffay2000 · 3 years ago

C trader is available to Aussies, my friend with pepperstone broker.

TH
thirdtime99 · 3 years ago

Hi NiLo,

Apologies for the dumb request and I should have checked before buying - but your video was too impressive ! );-

I did not realise that cTrader is not available to Australians ! - Can you please help with an alternate site to cTrader, as we cannot download in Aus.

I do have an account with TC2000 - and would appreciate your guidance in getting the bot working on that platform or another you may recommend?

Many thanks,

David.

dm0418374952@gmail.com

SU
supreme3010 · 3 years ago

can you please provide an trial or demo version?

Can you please implement Telegram for faster responding to notification, if you don't want that the bot is auto trading ?

what risk and money management you have implemented?

NiLo's avatar
NiLo · 3 years ago

Hi Pinowet,

For that market I would recommend you to try the FractalBreak bot I created earlier. XAUUSD and FractalBreak strategy is a very nice combination, especially on the 1hour timeframe. You can find the link to that bot above.

PI
pinowet · 3 years ago

HI,

could you please do a backtesting on XAUUSD? 

Thanks