Category Other  Published on 02/04/2024

Copy cTrader / MT4 / MT5

Description

Copiix: Your Free Copy Trading and Mirror Trading Solution, Now with Remote Service!



using cAlgo.API;

namespace cAlgo.Robots
{
    [Robot(TimeZone = TimeZones.UTC, AccessRights = AccessRights.FullAccess)]
    public class CopiixLite : Robot
    {

        protected override void OnStart()
        {

            // --> RealTime support https://t.me/Copiix
            
            string download = "https://copiix.com/last/release/";
            string message = string.Format("Download last versione here : {0}", download);

            Print(message);
            
            if (MessageBox.Show("Download Copiix?", "Download", MessageBoxButton.YesNo, MessageBoxImage.Question) == MessageBoxResult.Yes)
            {

                System.Diagnostics.Process.Start(new System.Diagnostics.ProcessStartInfo
                {
                    FileName = download,
                    UseShellExecute = true
                });

            }
                
                
            Stop();

        }

        protected override void OnTick()
        {



        }

        protected override void OnStop()
        {


        }

    }

}


ctrader.guru's avatar
ctrader.guru

Joined on 19.07.2018

  • Distribution: Free
  • Language: C#
  • Trading platform: cTrader Automate
  • File name: Copiix Lite.algo
  • Rating: 0
  • Installs: 657
  • Modified: 02/04/2024 13:51
Comments
Log in to add a comment.
CA
caqua · 1 month ago

To copy trades from MT4 or MT5 to cTrader I'm using Duplikium Trade Copier. You can test it for free with limited number of trades, and can upgrade if needed.

It's cloud based, so nothing to install and you can access it from your mobile phone anytime.

Check it here: https://www.trade-copier.com