API copy trades

Created at 01 Feb 2016, 23:20
How’s your experience with the cTrader Platform?
Your feedback is crucial to cTrader's development. Please take a few seconds to share your opinion and help us improve your trading experience. Thanks!
PI

Pioraicapital

Joined 05.09.2015

API copy trades
01 Feb 2016, 23:20


Hi,

Cmirror is not supported by my broker. Can I setup something similar like cmirror where my subscribers copy my trades via api?

Thanks.


@Pioraicapital
Replies

mindbreaker
02 Feb 2016, 12:18

Mysql

forexshark said:

Hi,

Cmirror is not supported by my broker. Can I setup something similar like cmirror where my subscribers copy my trades via api?

Thanks.

Hi forexshark,

Send positions to mysql database and then create client and read from mysql database fastest way (cBots).

Bye.


@mindbreaker

mindbreaker
02 Feb 2016, 12:23

RE: Mysql

Example: https://github.com/breakermind/cAlgoCopier

and mysql example: https://github.com/breakermind/cAlgoRobotsIndicators/blob/master/_SavePositionsToDatabase.cs


@mindbreaker

Pioraicapital
02 Feb 2016, 12:37

Thanks mindbreaker, really helpful info. I will get someone to look into it.


@Pioraicapital

mindbreaker
02 Feb 2016, 15:35

This post was removed by moderator.


@mindbreaker

moped170574
14 Mar 2016, 22:12

This post was removed by moderator.

 

 


ColossusFX
14 Dec 2016, 14:54 ( Updated at: 21 Dec 2023, 09:20 )

There is a tool called cMulti

https://www.algodeveloper.com/17-cmulti

Managing multiple trading accounts at same time from same platform is one of the best feature a trading platform can provide and cMulti allows cTrader platform users to have that, It's built to help you copy one account trades to another account with different risk exposures without any delay.

cMulti use Spotware connect API to access your account and it has all the features you need for a trade copier like:

  • Copy all type of orders(market, stop and limit) from one account to another
  • Running multiple copying process at same time for different accounts
  • One account can copy multiple accounts trades and vice versa
  • Supporting the partial closing of positions
  • Copying stop loss and take profit levels
  • No delay in copying
  • Connecting multiple cID profiles and brokers accounts
  • Managing the risk exposure of each copying process separate
  • Modifying the order based on the account it copied the order

 

 


@ColossusFX

mindbreaker
08 Feb 2017, 15:23

Copex-FxStar Position Copier with SSL and MySQL or MariaDB (Internet network position duplication)

Hello ALL

Mysql based Position copier for cTrader and cAlgo

https://github.com/fxstar/Copex-FxStar

Copex-FxStar position copier

  • Client - copy signals from Trader accounts.
  • Allow multipy positions volume (from 0.1 to 1000000000).
  • Allow positions StopLoss and TakeProfit (min. 10 Pips).
  • Allow change timer to milliseconds (1 to 1000ms)
  • Equity StopLoss (Close all positions and stop cBot)
  • Mysql based (SSL allowed) you can copy from other locations hosts and IP.

Have a nice day


@mindbreaker