Category Range  Published on 20/07/2022

-SFPbot- (Swing Failure Pattern)

Description

-SFPbot- by float, trades using the "Swing Failure Pattern"
This insanely accurate algorithm offers complete customization and the ability to maximize returns and manage risk.
This is the first -quality- "SFP bot" that I have seen on the cTrader algo library.

 

Contact me directly to purchase bot!
Price: $1498
Discord:   -float-#6638
Happy hunting!
-float

 

 


using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using cAlgo.API;
using cAlgo.API.Collections;
using cAlgo.API.Indicators;
using cAlgo.API.Internals;

namespace cAlgo.Robots
{
    [Robot(AccessRights = AccessRights.None)]
    public class SFPbottrial : Robot
    {
        [Parameter(DefaultValue = "Hello world!")]
        public string Message { get; set; }

        protected override void OnStart()
        {
            // To learn more about cTrader Automate visit our Help Center:
            // https://help.ctrader.com/ctrader-automate

            Print(Message);
        }

        protected override void OnTick()
        {
            // Handle price updates here
        }

        protected override void OnStop()
        {
            // Handle cBot stop here
        }
    }
}

float's avatar
float

Joined on 11.11.2020

  • Distribution: Paid
  • Language: C#
  • Trading platform: cTrader Automate
  • File name: SFPbot trial.algo
  • Rating: 0
  • Installs: 601
Comments
Log in to add a comment.
No comments found.