Description
This cTrader automated trading strategy uses the Relative Strength (RSI) and Bollinger Band indicators to automatically submit and manage buy and sell orders. You can use this strategy to provide signals to assist your manual trading or as a semi-automated trading robot that also incorporates the News Release Manager to manage your trades during high-impact news events.
Specialists in cTrader Trading Solutions
We are the No.1 cTrader solution provider with over 7-years of dedicated experience offering trading software, education and a coding service with over 1000 projects delivered.
- Visit our main website at ClickAlgo.com or cTrader.info to access our community forum.
- Contact us for your custom coding to build your automated cBots & indicators.
- Join our Community Chat Group on Telegram for instant chat support.
- Join our popular YouTube Channel and access our cTrader Tutorials.
Customer Reviews
We pride ourselves on being a transparent company you can trust.
Our Social Media Channels
Click on an icon below to visit our social media channels and get access to cTrader news and product updates.
using System;
using cAlgo.API;
using cAlgo.API.Internals;
using cAlgo.API.Indicators;
using cAlgo.Indicators;
using System.Windows.Forms;
using System.Threading;
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. Would 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/bollinger-band-trading");
}
dialogIsShownOnce = true;
dialogMutex.ReleaseMutex();
}
}
}
ClickAlgo
Joined on 05.02.2015
- Distribution: Paid
- Language: C#
- Trading platform: cTrader Automate
- File name: ClickAlgo Software.algo
- Rating: 0
- Installs: 1189
- Modified: 25/01/2022 04:28
Comments
I often listen to and download my ringtones through my phones. You can go to suonerie gratis to download for free.
I have heard my friends introduce cTrader and Quick Draw automated trading strategies. I hope it will grow even stronger in the near future