Support Board
Date/Time: Sun, 24 Nov 2024 18:58:49 +0000
Post From: I want to dynamically/programatically send data to SC for display on a price chart
[2024-05-11 18:48:29] |
reknirt - Posts: 8 |
Use the above function as a start and configure your study to periodically update from the csv (as opposed to on every chart update).
Probably the simplest solution. Thank you, sir. Seems slightly contradictory, anyways, you have the fullness of c++ at your disposal.
I have 20 years of enterprise software engineering experience but I'm new to SC and I don't know the capabilities or intricacies of every platform or framework ever made.Is Python app on the same machine or remote?
Currently its local. Long term though I'd like it to be hosted so that I can share it. If you only need to display price information in real time on the chart, then encoding the binary data and writing it into a SCID file should be the simplest method in my opinion. It could even support real-time display of market depth data.
Text/CSV Data Format: Using Your Own Data and Not Connecting to External Data Service In my opinion, the DTC protocol is not 'confusing' at all. At most, it may require special attention to the different time accuracies of various message types Thanks -- I still need the data feed in SC -- I just want to add some more data to it. That link says to turn off external data. Do you know if its possible to use my denali data feed and import data on top of it? And I'm sure the DTC Protocol isn't that confusing, I just have no experience with it. I appreciate the advice. Thank you. Date Time Of Last Edit: 2024-05-11 18:49:10
|