Category Other  Published on 06/01/2022

TF OHLC



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

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


        public override void Calculate(int index)
        {
            Chart.DrawText("Please download above link.This is free indicator", "", index, 0, Color.Beige);
        }
    }
}


yomm0401's avatar
yomm0401

Joined on 11.04.2020

  • Distribution: Free
  • Language: C#
  • Trading platform: cTrader Automate
  • File name: TF OHLC sample.algo
  • Rating: 0
  • Installs: 2109
Comments
Log in to add a comment.
BY
bylgan · 7 months ago

Good morning.

I have a request. After loading TF OHLC sample.algo, I do not see it on the chart. When I want to change its settings, only this window appears. Can you help me solve this problem?