Category Other  Published on 06/01/2022

Back in time


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 Backintimesample : Indicator
    {
        protected override void Initialize()
        {
        }
        public override void Calculate(int index)
        {
            Chart.DrawText("Please download above link", "", index, 100, Color.Black);
        }


    }
}


yomm0401's avatar
yomm0401

Joined on 11.04.2020

  • Distribution: Free
  • Language: C#
  • Trading platform: cTrader Automate
  • File name: Back in time sample.algo
  • Rating: 0
  • Installs: 1600
Comments
Log in to add a comment.
FC
fcarabat · 2 years ago

I need a custom indicator! please contact me fcarabat@gmail.com

yomm0401's avatar
yomm0401 · 3 years ago

you need download from here

https://gum.co/backintime

I haven't published the source code It cannot be downloaded directly from this site.

Best regards

nh.zadeh's avatar
nh.zadeh · 3 years ago

Hi there is download linke. the download bottom, download blank indicator.

!!!!