Category Other  Published on 06/01/2022

Time Frame Period Separators


using System;
using cAlgo.API;
using cAlgo.API.Internals;
using cAlgo.API.Indicators;
using cAlgo.Indicators;


namespace cAlgo
{
    [Indicator(IsOverlay = false, TimeZone = TimeZones.UTC, AccessRights = AccessRights.None)]
    public class TimeFramePeriodSeparatorssample : Indicator
    {

        protected override void Initialize()
        {

            Chart.DrawStaticText("TimeFramePeriodSeparators", "Please download from the link above.", VerticalAlignment.Top, HorizontalAlignment.Center, Color.Red);

        }

        public override void Calculate(int index)
        {



        }

    }
}


yomm0401's avatar
yomm0401

Joined on 11.04.2020

  • Distribution: Free
  • Language: C#
  • Trading platform: cTrader Automate
  • File name: TimeFramePeriodSeparators sample.algo
  • Rating: 0
  • Installs: 2567
Comments
Log in to add a comment.
TR
tricker.es · 3 months ago

Not working mate

CM
cmsealey · 3 years ago

Hello yomm0401,

I am looking for an indicator for my cTrader chart templates which highlights certain fixed daily timing windows.

I ideally want to highlight 3 daily time windows on my charts which represent my key time zones to watch the markets for movement according to my trading style.

I need this indicator to work across all time frame charts (1M, 5M, 15M mainly). Are you able to create an indicator for this?

Please let me know your thoughts. I tried reaching you on Telegram but no success.

Regards, Clive