Category Oscilators  Published on 30/03/2023

stochastic e relative strength index

Description

Good morning,

I propose these two very famous and in my opinion very useful indicators, for the ctrader desktop platform, keeping both indicators in the same range of the graph, in order to gain space to keep the price in the foreground.

Attached are the explanatory images of the indicator.

simonaggioriccardo@gmail.com

Telegram: simomaggioriccardo

Phone: +39 3283470121

To download the code, make a donation and write to the email or telegram indicated here!

€20

Paypal:  @simonaggior

 

 


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("simonaggioriccardo@gmail.com", "Please download this indicator from simonaggioriccardo@gmail.com ot telegram: simonaggioriccardo", StaticPosition.Center, Colors.Red);
        }
 
        public override void Calculate(int index)
        {
            // Calculate value at specified index
            // Result[index] = ...
        }
    }
}


simonaggioriccardo's avatar
simonaggioriccardo

Joined on 29.01.2021

  • Distribution: Paid
  • Language: C#
  • Trading platform: cTrader Automate
  • File name: invito buy indicator.algo
  • Rating: 0
  • Installs: 713
Comments
Log in to add a comment.
No comments found.