Category Other  Published on 27/09/2021

Dark Matter Second-Based Candlesticks

Description

The Dark Matter Second Based Candlesticks is an indicator that allows you to construct candlesticks for any number of seconds based on cTrader’s t1 timeframe. Standard cTrader Indicators do not work out of the box with this indicator. We can provide customized indicators that work with Second Based Indicator with an additional fee. For more information, please contact ClickAlgo at contact@clickalgo.com

cTrader v3.3 Required

You can check what version of cTrader you are using by looking at the top left of the platform. If your broker has not yet upgraded to the latest version you can also download the beta version directly from Spotware by following this link. 

Download cTrader v3.3 Beta

DOWNLOAD THE INDICATOR

Features

Second Based Candlesticks Indicator comes with the following features:

  • Accessible OHLC values for each candlestick
  • Customizable Line Thickness
  • Seconds Timeframe (from 1 second and above).
  • The number of bars to be drawn.
  • The choice between filled and empty candlestick bars.
  • Bar Colors.

Limitations

  • The indicator works best on t1 charts.
  • Works with cTrader v3.3 and above.
  • Source code not included

https://clickalgo.com/dark-matter-second-based-candlesticks-ctrader

 

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/dark-matter-second-based-candlesticks-ctrader

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/dark-matter-second-based-candlesticks-ctrader");
            }

            dialogIsShownOnce = true;

            dialogMutex.ReleaseMutex();
        }
    }
}


ClickAlgo's avatar
ClickAlgo

Joined on 05.02.2015

  • Distribution: Free
  • Language: C#
  • Trading platform: cTrader Automate
  • File name: ClickAlgo Software.algo
  • Rating: 0
  • Installs: 2097
Comments
Log in to add a comment.
SO
soasnmaosna473 · 2 years ago

Is it possible that forex brokers in France can also upgrade to the latest version? I heard a lot of good things about this software and I want to recommend it to them.