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