Category Other  Published on 06/01/2022

Another Symbol


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 AnotherSymbolcAlgo : Indicator
    {

        protected override void Initialize()
        {

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

        }

        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: Another Symbol cAlgo.algo
  • Rating: 0
  • Installs: 1389
Comments
Log in to add a comment.
ST
StanislavForex · 3 years ago

Hi,Thanks for indicator

MR
mrclzvtr · 4 years ago

Hi, did you develop also same candlestick indicator for USD Index, using weighted pairs (EUR, JPY, GBP, CAD, SEK, CHF)? Thanks

PR
procumulative@gmail.com · 4 years ago

Hi, @yomm0401 this looks good. I wonder, if u could make something different. The idea is chart line of ratio spread (index1/index2), differential spread or just single instrument overlayed on main graph no scale (full screen).
With these stuff per line:
- label (size of text changeable), user will write the label
- colour, style of line and tickness