Description
London breakout Auto Trader
Contact me for more details at : algomaster7@gmail.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 LONDONBO : Robot
{
[Parameter(DefaultValue = 0.0)]
public double Parameter { get; set; }
protected override void OnStart()
{
}
/*
London breakout Auto Trader
Contact me at : algomaster7@gmail.com
*/
protected override void OnTick()
{
}
/*
London breakout Auto Trader
Contact me at : algomaster7@gmail.com
*/
protected override void OnStop()
{
// Put your deinitialization logic here
}
}
}
JF
jfrancoisbrou
Joined on 14.12.2019
- Distribution: Paid
- Language: C#
- Trading platform: cTrader Automate
- File name: LONDONBO.algo
- Rating: 0
- Installs: 976
- 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.