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
- 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.