Category Other  Published on 05/07/2020

MT4 to cTrader Trade Copier

Description

This bot instantly copies your market order trades from MT4 along with your set take profit and your stop losses.

It also has the ability to copy to multiple cTrader clients.

it is strictly a local trade copier meaning it will only work on the same computer so you will have your MT4 and cTrader installed on the same computer.

It is also has the ability to translate whatever symbol suffix you have in your MT4.

I will also do installation for you.

 

Contacts:

Ask me any questions: email: Imanthetrader@gmail.com

Telegram: https://t.me/OGtruce

 

 

 

 


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


namespace cAlgo
{
    [Robot(TimeZone = TimeZones.UTC, AccessRights = AccessRights.None)]
    public class MT4cTraderCopier : Robot
    {


        protected override void OnStart()
        {





            string BUYFULLVERSIONtradecopier = "https://t.me/OGtruce";

            string EmailContact = "imanthetrader@gmail.com";

            string CheckoutOurStrategy = "https://ct.icmarkets.com/copy/strategy/9277";






        }
    }
}


VH
VHS10

Joined on 25.04.2020

  • Distribution: Paid
  • Language: C#
  • Trading platform: cTrader Automate
  • File name: cBot trade receiver.algo
  • Rating: 0
  • Installs: 1438
Comments
Log in to add a comment.
TG
tgjobscv · 3 years ago

How cTrader to mt4/mt5 Trade Copier ?