Login Page - Create Account

Support Board


Date/Time: Wed, 01 May 2024 18:41:47 +0000



Post From: Relay server is a great functionality

[2020-08-31 16:37:52]
User734806 - Posts: 4
Hello,

1) I have a piece of code running in c# that does some computation and generate some signals (let's call it "ExternalSystem") that I would like to feed to a sc spreadsheet strategy
What is the best way to do this?
I was thinking of using Replay server to feed the ExternalSystem and then I guess I need somehow to have another socket open from an Acsil study to listen to the ExternalSystem? then I can do some extra filtering with ACSIL or spreadsheet from SC and send order or cancel etc...
Is this the right way?

2) Are you planning at some point to be able to have historical data and orders handle by the relay server? thought if (1) is do-able I guess that becomes less urgent...historical can still be an issue...

thank you for your help