Description
Gradient v3 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 1 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 4 years
TIME - M5
Currency GBP/NZD
ACCERTIVITY 80%
profile 1= capital 10,000 max volume 1.0
profile 2 = capital 1,000 max volume 0.10
profile 3= capital 500 max volume 0.05
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: 473
- Modified: 15/08/2024 20:55
Warning! Running cBots downloaded from this section may lead to financial losses. Use them at your own risk.
Note that publishing copyrighted material is strictly prohibited. If you believe there is copyrighted material in this section, please use the Copyright Infringement Notification form to submit a claim.
Comments
Log in to add a comment.
No comments found.