Referencing a robot from another on different instances of cAlgo

Created at 03 Oct 2013, 09:29
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!
Cerunnos's avatar

Cerunnos

Joined 27.06.2013

Referencing a robot from another on different instances of cAlgo
03 Oct 2013, 09:29


I want to make a simple data exchange between a robot (running on a demo account) and another (live account):  Successful trade on demo account -> bool winning_trade = true -> second robot reads value and begins with trading.
Both robots run on different instances of cAlgo on the same VPS. How can I code that without using third party software such as Scyware? Is there a way without using an external text file? Thanks


@Cerunnos
Replies

Kate
04 Oct 2013, 16:54

You can write data to file or windows registry.


@Kate