Category Trend  Published on 28/07/2020

Predator Box (20 Pips Daily predator

Description

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

Get it for free (or donation) at: https://gum.co/predatorboxbot

Email: kafeldom@gmail.com for source code.

 


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 PredBoxBot : Indicator
    {
        protected override void Initialize()
        {
            ChartObjects.DrawText("Pred Box Bot", "Get Predator Box Bot for free (or donation) at: https://gum.co/predatorboxbot", 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 Bot.algo
  • Rating: 0
  • Installs: 2051
Comments
Log in to add a comment.
No comments found.