Category Trend  Published on 28/07/2020

Predator Box (20 Pips Daily predator)

Description

cTrader indicator for the "20 Pips Daily predator" strategy on ForexFactory.

https://www.forexfactory.com/thread/1011158-20-pips-daily-predator

Get it for free (or donation) at: http://gum.co/predatorbox

 


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 PredBox : Indicator
    {
        protected override void Initialize()
        {
            ChartObjects.DrawText("Predator Box", "Get Predator Box for free (or donation) at: https://gumroad.com/l/predatorbox", StaticPosition.Center, Colors.Red);
        }

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


KA
Kafeldom

Joined on 09.03.2019

  • Distribution: Free
  • Language: C#
  • Trading platform: cTrader Automate
  • File name: Pred Box.algo
  • Rating: 0
  • Installs: 2185
Comments
Log in to add a comment.
No comments found.