Category Other  Published on 04/08/2022

cBot - Engulfing - 100% automatic

Description

Download here: cTrader Guru | Engulfing

 

We are really excited about sharing our best totally free cBot ( just a free registration required to download ), find more details at this address https://ctrader.guru/product/engulfing/


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 EngulfingDemo : Robot
    {
        [Parameter(DefaultValue = 0.0)]
        public double Parameter { get; set; }

        protected override void OnStart()
        {

            Print("Download : https://ctrader.guru/product/engulfing/");
            Stop();

        }
    }
}


ctrader.guru's avatar
ctrader.guru

Joined on 19.07.2018

  • Distribution: Free
  • Language: C#
  • Trading platform: cTrader Automate
  • File name: Engulfing Demo.algo
  • Rating: 0
  • Installs: 2903
Comments
Log in to add a comment.
ctrader.guru's avatar
ctrader.guru · 1 year ago

This project moved here cTrader Guru | Engulfing

ctrader.guru's avatar
ctrader.guru · 3 years ago

It works great, I tested it right now 3.8

VI
victor.major · 4 years ago

It no longer runs. cTrader 3.6

ctrader.guru's avatar
ctrader.guru · 4 years ago

@fabrizioascani

optimize every month

Ti consiglio di seguire il nostro gruppo Telegram https://t.me/ctraderguru

FA
fabrizioascani · 4 years ago

Thank you for your suggestion.
To me the run does not give problems.
I started some tests and it's better.
for the optimization do you have any suggestions for the minimum and maximum values (and step) of the parameters?

Grazie per il suggerimento.
A me il run non da problemi.
Ho iniziato qualche prova e va meglio.
per l'ottimizzazione hai qualche suggerimento per i valori minimi e massimi (e passo) dei parametri?

 

ctrader.guru's avatar
ctrader.guru · 4 years ago

Signup & Download FREE : https://ctrader.guru/product/engulfing/

ctrader.guru's avatar
ctrader.guru · 4 years ago

Use this cBot online for Forex cross, EURUSD ; USDJPY ; etc...

ctrader.guru's avatar
ctrader.guru · 4 years ago

Hi, I always suggest to do an optimization for the last 6 months and to repeat the optimization every month, there is no cbot in the world able to satisfy every market period so you have to adapt periodically

Ciao, io consiglio sempre di fare un'ottimizzazione per gli ultimi 6 mesi e di ripetere l'ottimizzazione ogni mese, non esiste al mondo un cbot in grado di soddisfare ogni periodo di mercato quindi bisogna adeguarsi periodicamente

FA
fabrizioascani · 4 years ago

I test (same parameters):
From 21/5/18 to 21/11/18: OK (same result of the sample)
Profict Factor 4.06, Drawdown 5,91%
But:
From 21/11/18 to 21/5/18: KO
Profict Factor 0, Drawdown 19,19% (Profict < 0)

From 8/2/11 to 21/5/18: KO
Profict Factor 1.05, Drawdown 34,45%
Any suggestions for the parameters set?

 

ctrader.guru's avatar
ctrader.guru · 4 years ago

Stranger Things

SI
sifneosfx · 4 years ago

Wow, now I am impressed, engulfing pattern? wow!!! Now, that sounds extrmely sophosticated!!! Wow engulfing pattern, yeah!!!! But Still, if you manage to make your Tesla to drive races on the track 100% autonomous then maybe you will manage it to build up a 100% automatic trading robot :) Good luck mate!  

 

ctrader.guru's avatar
ctrader.guru · 4 years ago

@sifneosfx you're out of the way, this cbot uses an input pattern called Engulfing, do you know what a pattern is? do you know what the Engulfing pattern is?

This cBot, after entering the pattern, manages the money management and finally the closure, all automatically!

Totally FREE !

SI
sifneosfx · 4 years ago

...and exact this is an illusion. It is not possible, only on backtests because people tend to overbacktest. 100% automatic trading it is not possible. It could be done only with nueral networks using a model of millions and millions of nodes... and this will need the proccessor power of all proccessor worldwide and it will be not enough :) 

ctrader.guru's avatar
ctrader.guru · 4 years ago

I didn't say 100% profit but 100% automatic, it means that you don't have to do anything, think of everything like openings, management and closures

This is 100% cbot !

SI
sifneosfx · 4 years ago

100% automatic it is not possible, only if you are ok with 10% profit per year. There is not such a thing like 100% automatic. Bots are like the auto pilot on a plane, if can't fly manually, you will not even be able to setup the autopilot.