Category Trend  Published on 27/02/2021

cTrader Market Status Dashboard

Description

This cTrader indicator by Starfield Trading provides a lot of useful information about market volatility, the trend direction, trend continuation, market consolidation and upcoming volatility breakouts. Now On Sale.

CLICK HERE TO DOWNLOAD INDICATOR

When the market becomes more volatile, the bands will correspond by widening and moving away from the middle line. When the market slows down and becomes less volatile, the bands will move closer together.

It is very simple to identify dominating price direction by simply read the trend signal: BullishBearish or Range and just in case you’ve missed the beginning of the trend, Bollinger Bands can help you get in the trend with a good risk to reward ratio on a pullback.

Simply look for dips towards the middle Bollinger Bands line and enter in the direction of the trend.

When Bollinger Bands start to narrow down to the point when they are visually forming a neat tight range (measured by our proprietary formulas and not empirically) the situation signals of an upcoming increase in volatility once the market breaks outside the bands. It is similar to a quiet time before the storm.

CLICK HERE TO DOWNLOAD INDICATOR

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/starfield-market-status-indicator-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/starfield-market-status-indicator-ctrader");
            }

            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: 1876
Comments
Log in to add a comment.
CH
chalikosdimitrios · 5 years ago

Justs send them an email asking for a trial version and they will send you your trial, that's what I did

HI
hiba7rain · 5 years ago
Hi How to test this indicator
ST
starfield · 6 years ago

After an experience of 20 as a financial analyst, I started, 3 years ago, to study the forex behaviour.

Now I finish some indicators and robots that will be published in collaboration with Paul Hayes one of the most passionate and dedicated developers of C# software for forex trading.

We promise our clients the best and really helper indicators for Forex trading.

Best Regards,

Starfield Trading 

PS: For more details and personalised solutions, you can contact us at tradex@gmx.at or www.clickalgo.com.

 

DA
Danis · 6 years ago

Yes, I waited for one indicator like this.!!!

It really gives a concise image of market status and I can now take the trade decisions with minimal risk.

One of the first professional indicator that I find in this portal.

Thanks, Paul Hayes and your partner Starfield Trading