Referencing a robot from another on different instances of cAlgo
Created at 03 Oct 2013, 09:29
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
Kate
04 Oct 2013, 16:54
You can write data to file or windows registry.
@Kate