Category Oscilators  Published on 02/03/2021

RSI Divergence

Description

This indicator recognizes the divergence setups between RSI and price.

Free Download Trial / Buy: https://www.algodeveloper.com/product/rsi-divergence/

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 cAlgo.API;
using System;
using System.Reflection;
using System.Linq;
using System.Diagnostics;

namespace cAlgo.Indicators
{
    [Indicator(IsOverlay = true, 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)
        {

        }
    }
}


afhacker's avatar
afhacker

Joined on 15.10.2015

  • Distribution: Free
  • Language: C#
  • Trading platform: cTrader Automate
  • File name: Blank.algo
  • Rating: 5
  • Installs: 6664
Comments
Log in to add a comment.
GH
ghazisameer · 5 years ago

I just bought three algos from you today after testing them out last week. The algos are (1) Supply and Demand Zones (2) Market Status and (3) Reversal Magic. However (2) is not loading and is  showing "TRIAL EXPIRED". I tried deleting and reinstalling it but the same problem persists. Please help me asap as I paid $30 for it and is an important tool in my trading strategy.

Keenly awaiting for your reply.

Regards

Sameer