Category Other  Published on 02/03/2021

cMAM

Description

It's an application that allows you to manage multiple cTrader accounts from one place and copy one account trades to another account.

cMAM uses Spotware Connect API so it works fully separate from cTrader and the copying is done instantly without any latency, You can add as many accounts as you want from different brokers and cID profiles.

Now you can test all cMAM features on your live account with its free 15-day trial license!

Free Download Trial Version / Buy: https://www.algodeveloper.com/product/cmam/

If you have any questions or issue with our product please contact us via our site live chat or if we were offline leave a message, if you post a comment here we will not get any notification and we will not be able to help you.


using cAlgo.API;

namespace cAlgo
{
    [Robot(TimeZone = TimeZones.UTC, AccessRights = AccessRights.None)]
    public class Blank : Robot
    {
        protected override void OnStart()
        {
            ChartObjects.DrawText("AlgoDeveloper", "Please download this cBot from AlgoDeveloper.com", StaticPosition.Center, Colors.Red);
        }
    }
}


afhacker's avatar
afhacker

Joined on 15.10.2015

  • Distribution: Free
  • Language: C#
  • Trading platform: cTrader Automate
  • File name: Blank.algo
  • Rating: 5
  • Installs: 4098
Comments
Log in to add a comment.
QU
quintanbarnes · 1 month ago

wow

RA
rahatmansoor · 1 year ago

can we copy trades from a Ctrader sub-accounts ???
when we follow any strategy Ctrader opens a sub-account and transfers funds into that account all trades come into that sub-account 
Q) is there a way to copy trades from that subaccount???

KE
kean.sargent · 1 year ago

I'm currently working on an interesting project for a Sloboda Studio company . If I understand you correctly, cMAM is not dependent on cTrader desktop 'cause you are using Spotware Open API to save resources and . Can you tell me more about it. Thanks.

DA
danisejack · 2 years ago

This application allows me to manage multiple cTrader accounts, it is so awsometo copythe account trades many times. as i know most people go here to understand the object.

朱志
朱志强58850022 · 6 years ago

Great product! Thanks afhacker to provide this tool. From the realization of the MT4 and CTRADER bridge connection.It is a good helper for advisers.

FX
FXcrypto · 7 years ago

Great Product!  I use this to copy trades across multiple accounts with different parameters with  IC Markets  , Pepperstone and RoboForex and it  instantly copies across trades with virtually zero latency. This product sealed the deal for me to swicth to cTrader...bye bye MT4

afhacker's avatar
afhacker · 7 years ago

@odomike It depends on your connection speed and your server location, If your server location was near Spotware servers and you had a good connection then it will be very low almost same like executing an order from your broker platform, You can use it's free demo version for testing purpose.

odomike's avatar
odomike · 7 years ago
What's the order copying latency? Can this be used for HFT trading?