Category Trend  Published on 26/02/2021

cTrader Advanced Forex Trading Robot

Description

This is a great introduction to algorithmic trading with this semi-automated trading strategy. It uses a comprehensive Smart-Grid Strategy which is based on Multi-Time-Frame trending indicators with 25 combinations together with Advanced Risk Management. This product will support Crypto-Currencies like Bitcoin.

DOWNLOAD THIS TRADING SYSTEM TODAY

Designed for Advanced Traders

This product provides many configurations to allow more advanced algorithmic traders full control of how the robot trades. If you are new to algorithmic trading please look at one of our other products.

 

EMAIL & TELEGRAM MESSAGING UPDATES

Watch all the tutorial videos on YouTube to help you configure and get the most out of the Switchback Forex Trading System.

 

Running With A Low Account Size?

If you plan to run the trading system on a low account size like £1000, then we recommend that you set your lot size to the lowest value for 1K volume and the Smart Grid Lot exponent to 1, watch the video below for more information.

 

How The System Opens Positions

The trading robot uses 5 pre-defined timeframes to determine if a trade should open using 2 core indicators; the DiNapoli Stochastic and Hull Moving Average, it also uses various other trend indicators.

 

How The System Closes Positions

There are various options to close a position using this trading system.

 

Contactinstant chat group
Websitehttps://clickalgo.com

ClickAlgo

Twitter | Facebook | YouTube | Pinterest | LinkedIn

 

 


using System;
using cAlgo.API;
using cAlgo.API.Internals;
using cAlgo.API.Indicators;
using cAlgo.Indicators;
using System.Windows.Forms;
using System.Threading;

// To download the software please visit: https://clickalgo.com/ctrader-forex-trading-robot"

namespace cAlgo
{
    [Robot(TimeZone = TimeZones.UTC, AccessRights = AccessRights.FullAccess)]
    public class ClickAlgoSoftware : Robot
    {
        [Parameter(DefaultValue = 0.0)]
        public double Parameter { get; set; }

        private static Mutex dialogMutex = new Mutex();
        private static bool dialogIsShownOnce = false;

        protected override void OnStart()
        {
            ShowDialogBox();
        }

        protected override void OnTick()
        {
            // Put your core logic here
        }

        protected override void OnStop()
        {
            // Put your deinitialization logic here
        }

        public static void ShowDialogBox()
        {
            dialogMutex.WaitOne();

            if (dialogIsShownOnce)
                return;

            var ret = MessageBox.Show("It is not possible to download the software from the cTDN website.\nWould you like to visit us at ClickAlgo.com where you can download it?", "Downloading...", MessageBoxButtons.YesNo, MessageBoxIcon.Information);

            if (ret == DialogResult.Yes)
            {
                System.Diagnostics.Process.Start("https://clickalgo.com/ctrader-forex-trading-robot");
            }

            dialogIsShownOnce = true;

            dialogMutex.ReleaseMutex();
        }
    }
}


ClickAlgo's avatar
ClickAlgo

Joined on 05.02.2015

  • Distribution: Paid
  • Language: C#
  • Trading platform: cTrader Automate
  • File name: ClickAlgo Software.algo
  • Rating: 4.5
  • Installs: 3707
Comments
Log in to add a comment.
Borka's avatar
Borka · 1 year ago

Not when I did not use either bots or trading assistants, for this and others I do not advise. Here are the indicators, this is a completely different matter. The most important thing here is to have endurance, and your trading strategy, and strictly follow it. Well, try not to trade on small timeframes, at least a four-hour chart, and then everything will work out for you.

ZE
zedodia · 5 years ago

This bot looks pretty neat. Lots of settings, but lots of backtesting to find something that works. Does anyone who uses this bot like to share or discuss some good parameters? Feel free to contact me. Still haven’t have a trade placed yet but once it does I’ll know if it works.

jyoakum73@gmail.com's avatar
jyoakum73@gmail.com · 7 years ago

still grasping usable timeframes and dinapoli settings for shorter 3-15min timeframe trades

what would be really nice is to have the ability to modify parameter: include buy/sell option without bot stopping/changing/restarting

reason being, if one could use the switchback bot effectively on multiple pairs it becomes cumbersome to keep pace with a changing market while stopping/change buy,sell/ restarting each bot

but so far well done no bugs just learning curve

ClickAlgo's avatar
ClickAlgo · 7 years ago

(NEW) Super Profit Indicator

Date Added: 17.04.2017

We have added a new trend indicator called super profit, you can download it free from this website if you search the indicators. It will reduce your drawdown and increase your profits.

 

Volume Replace by Lots

Date Added: 17.04.2017

The calculation using lots for the smart grid system is even better to produce more winning trades, it is also better for indices and shares.

 

Trade Control

Date Added: 09.02.2017

This new feature allows you to set how many losing trades are allowed each day, this is useful when the trade cycle is near the end on the shorter time-frame.

As soon as (x) amount of losing trades occur, all trading for that days stops until the next day where it automatically re-starts.

 

Price Targets

Date Added: 08.02.2017

We have added a new feature which had the highest vote amongst the users of the Switchback Forex cBot which now allows you to select a price target to stop trading and optional close of positions.

You now have the option to set a price target for either the Buy or Sell trades, when the target is reached the cBot will stop to prevent any losses, you will need to look at the big picture and decide if you wish to continue with the trade direction.

An example would be that a price target is hit for a Sell and the cBot would stop and close open positions, you then look at the charts and find out that there is a huge price reversal about to happen soon. You can turn off the "Include Sell" parameter in the cBot and only run with Buy trades until it is safe to turn the sell back on.