Category Trend  Published on 08/06/2020

Bulk Pending Orders Bot

Description

I have Bot to place Bulk orders in either direction or both Sale and Buy for cTrader. Those who are interested I can give it for FREE.  It places as many as orders on one click in any direction or both and is good for high volatility.

Contact me on m.tausif@hotmail.co.uk

OR

and I will send it for FREE.


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 Test : Robot
    {

        protected override void OnStart()
        {
            // Put your initialization logic here
            Print("Contact me on https://t.me/hafraf ");
        }

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

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


SU
SUperAlgo

Joined on 29.04.2020

  • Distribution: Free
  • Language: C#
  • Trading platform: cTrader Automate
  • File name: Test.algo
  • Rating: 5
  • Installs: 1836
Comments
Log in to add a comment.
TG
tgjobscv · 3 years ago

How cTrader demo to  live ctrader, mt4 Trade Copier ?