Warning! This section will be deprecated on February 1st 2025. Please move all your Indicators to the cTrader Store catalogue.
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: 2419
- Modified: 13/10/2021 09:54
Note that publishing copyrighted material is strictly prohibited. If you believe there is copyrighted material in this section, please use the Copyright Infringement Notification form to submit a claim.
Comments
Log in to add a comment.
No comments found.