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: 2208
- Modified: 13/10/2021 09:54
Warning! Running cBots downloaded from this section may lead to financial losses. Use them at your own risk.
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.