Category Range  Published on 30/03/2021

Arbfy - Arbitrage for you [v2.0.0]

Description

Visit:

https://arbfy.com/

 


using System;
using System.Linq;
using cAlgo.API;
using cAlgo.API.Indicators;
using cAlgo.API.Internals;
using cAlgo.Indicators;

namespace cAlgo.Robots
{
    [Robot(TimeZone = TimeZones.UTC, AccessRights = AccessRights.None)]
    public class Arbfy_ : Robot
    {
        [Parameter(DefaultValue = 0.0)]
        public double Parameter { get; set; }

        protected override void OnStart()
        {
            // Put your initialization logic here
        }

        protected override void OnTick()
        {
            // Put your core logic here
        }

        protected override void OnStop()
        {
            // Put your deinitialization logic here
        }
    }
}


AR
arbfy

Joined on 17.03.2021

  • Distribution: Paid
  • Language: C#
  • Trading platform: cTrader Automate
  • File name: Arbfy_.algo
  • Rating: 0
  • Installs: 774
Comments
Log in to add a comment.
IA
IandelMar · 1 year ago

Download dont work