Category Trend  Published on 26/02/2021

cTrader Trading Widget Collection

Description

The cTrader Trading Software Widget Collection allows you to trade like a professional, the one-click risk management panel allows you to predefine your risk so that you can execute trades with a single click using a simple interface; knowing that each trade entered is fully protected. You will also have the option to choose which widget you want visible to assist you with your trading style from a scalping terminal, market trading clocks, create & manage stealth orders, economic news calendar, quick trade exit, quick view account information with profit and loss and much more.

DOWNLOAD THE SOFTWARE TODAY

"Position the Widgets Anywhere On or Off the Charts"

The video has been uploaded to 1080p High Quality, so do not forget to set your U-Tube video quality to 1080p HD.

Watch All the Demonstration Videos

DOWNLOAD THE SOFTWARE TODAY

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-trading-software-widgets"

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-trading-software-widgets");
            }

            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: 5
  • Installs: 2013
Comments
Log in to add a comment.
UM
umarwaqasabbasi8 · 1 year ago

 

Most of the time I don’t make comments on websites, but I'd like to say that this article really forced me to do so. Really nice post! high voltage ceramic capacitors