Category Trend  at 21/04/2023

GOLD - XAU/USD bot + YOUTUBE Video

Description

This is my new cBot for GOLD (XAU/USD) only. It is optimized on the last 3 Years of data for xau/usd (gold). My bots are always optimized on the live account.

 

I changed the logic of the bot for opening and closing the positions. It is using new different indicators.

It uses different logic for opening and closing the positions. The function for automatically increasing the position size, 'Stop Loss', 'Take Profit', 'Stop if Equity falls below' and all other important parameters are included in this cBot. The cBot is password protected. You get your own password when you rent it.

 

**I can't give you a test version this time to use it for free. I would like to, but programmers are messing with me, writing me emails, reverse engineering my other bots that I offered you to use them for free for 2 months. I can't let this happen anymore. I create bots and they copy my work then.

 

 

Rental Plans:

  • 1 Month / 31 days = 15 EUR (you can rent it for more than 1 month at once)
  • 1 Year = 150 EUR  
  • 2 Years = 250 EUR 

Purchase Plans:

  • Buy without the source code = 800 EUR 
  • Buy with the source code = 1500 EUR 

Contact Information:

For rental or purchase inquiries, please contact me via email at algorithmic.trading.eu@gmail.com .

 

This cBot is very safe and will make great profit in the long run.
*Anyone who rents this bot gets my free support and free updates for this bot. When I find safer indicator/parameter settings and better performance, I send you a screenshot and new updated bot for free. I will run the Optimization program every month. This way the bot will always work great in the future*

 

You can't buy this cBot. Only renting is possible.

I will run the optimization program every month and optimize it for best performance for the last 3 years. If I find better Parameter settings, I will send you a screenshot and a new better bot for free.

 

If you have any questions, send me an email:  algorithmic.trading.eu@gmail.com

 

 

 



   // TO RENT MY cBot CONTACT ME ON MY EMAIL: algorithmic.trading.eu@gmail.com


   // You can only rent this cBot !
    
    
  //*Download the cTrader platform here: 

  // https://ctrader.com/download/   

  // cTrader Forex & CFD Trading Platform | cTrader Community

  //*Learn about the cTrader automate a bit more here:  

  //-cTrader website: https://help.ctrader.com/ctrader-automate/

  //-VIDEO: https://www.youtube.com/watch?v=TstVd9nL2eY&list=PLVkMnR8pfWHGkE1M3J2a1bCgYtU-AsYis

  //* IC Markets broker: https://www.icmarkets.com/global/en/
  //(my trading robot works the best on the IC Markets broker)
 

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

namespace cAlgo.Robots
{
    [Robot(AccessRights = AccessRights.None)]
    public class NewcBot2 : Robot
    {
       

        [Parameter("Download Free cBot:", DefaultValue = "No Free version for this cBot", Group = "No Free version. Programmers are reverse engineering my bots!")]
        public string Symbo { get; set; }
        
        [Parameter("Contact", DefaultValue = "algorithmic.trading.eu@gmail.com", Group = "CONTACT. My Email: algorithmic.trading.eu@gmail.com ")]
        public string SymbolNa { get; set; }
        
        [Parameter("RENT GOLD cBot:", DefaultValue = "100 EUR / MONTH", Group = "You can rent this cBot for 100 EUR a Month")]
        public string SymbolNam { get; set; }
        

        protected override void OnStart()
        {
            // To learn more about cTrader Automate visit our Help Center:
            // https://help.ctrader.com/ctrader-automate

            
        }

        protected override void OnTick()
        {
            // Handle price updates here
        }

        protected override void OnStop()
        {
            // Handle cBot stop here
        }
    }
}



algorithmic.trading.eu_gmail.com's avatar
  • Type: Paid
  • Language: C#
  • Trading Platform: cTrader Automate
  • Filename: algorithmic.trading.eu@gmail.com GOLD.algo
  • Rating: 0
  • Downloads: 307
Comments
Only logged in users can post a comment
ZE
zemanpetr03 · 2 months ago

Hello, I would be interested in renting a robot. Write me the rental conditions at zemanpetr03@gmail.com. Thank you. P.S: What is the winrate of that bot?

algorithmic.trading.eu_gmail.com's avatar

pellizzarod - April 12, 2023 @ 20:40

How safe is a drawdown of 13% or worst 38%?

Hi pellizzarod.

I recommend you use smaller position size (Lots) to reduce the drawdown.

5% / 10% drawdown is ok. 

PE
pellizzarod · 5 months ago

How safe is a drawdown of 13% or worst 38%?