Category Other  Published on 15/08/2024

GRADIENTE GOLD V3

Description

 

Gold Linear Gradient Trading System is a directional grid strategy, trend trading and price correction.
The execution signal is opened according to the combination of indicators, valid on average for 4 daily orders.
With this strategy, higher volatility in the market improves the performance of the robot. If the target does not reach the take, the total number of orders will be closed according to the open net value profit.

sample test 3 years

Volume 0,10

TIME - M6
Currency XAU/USD

ACCERTIVITY 80%



 CONTACT: 30-DAY TRIAL VERSION  carneiroads@gmail.com  Telegram  @MaikeMGC

 


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 NewcBot7 : Robot
    {
        [Parameter(DefaultValue = "Hello world!")]
        public string Message { get; set; }

        protected override void OnStart()
        {
              // contact version telegran: @MaikeMGC 
              Print("Robot Expired!! Please contact carneiroads@gmail.com ,telegran: @MaikeMGC  ");
        }

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

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

CA
carneiroads

Joined on 10.09.2022

  • Distribution: Free
  • Language: C#
  • Trading platform: cTrader Automate
  • File name: New cBot (7).algo
  • Rating: 0
  • Installs: 317
  • Modified: 15/08/2024 20:55
Comments
Log in to add a comment.
No comments found.