Category Other  Published on 02/12/2019

Colorize DataExporter

Description

Select a period of time in backtesting with your preferred timeframe, press play and all data will be exported into csv. ask more format at info@colorize.club.

You can find the git repo here, enjoy! ​


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 ColorizeEmptyBot : Robot
    {
        protected override void OnStart()
        {
            // For more info:
            // https://github.com/AndreaDev3D/Trading-KillerBot/wiki/Data-ExporterBot
        }
    }
}


AN
AndreaDev

Joined on 15.02.2019

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