Category Other  Published on 02/03/2021

Session Box

Description

This indicator shows a rectangle box on a defined start/end time of a day.

Free Download: https://www.algodeveloper.com/product/session-box/

If you have any question or issue with our product please contact us via our site live chat or if we were offline leave a message, if you post a comment here we will not get any notification and we will not be able to help you.


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 Blank : Indicator
    {
        protected override void Initialize()
        {
            ChartObjects.DrawText("AlgoDeveloper", "Please download this indicator from AlgoDeveloper.com", StaticPosition.Center, Colors.Red);
        }

        public override void Calculate(int index)
        {
            // Calculate value at specified index
            // Result[index] = ...
        }
    }
}


afhacker's avatar
afhacker

Joined on 15.10.2015

  • Distribution: Free
  • Language: C#
  • Trading platform: cTrader Automate
  • File name: Blank.algo
  • Rating: 0
  • Installs: 4623
Comments
Log in to add a comment.
HA
ha36107 · 1 month ago

This is a complete scam.
This is not at all what is shown in the picture.
This is a trick.
Curse the person who takes people's time with this nonsense.
Do not download and install.

IH
iharphe.ol · 3 months ago

hello i cant see the parameters settings.