Support Board
Date/Time: Tue, 16 Sep 2025 17:51:08 +0000
Post From: I want to dynamically/programatically send data to SC for display on a price chart
[2024-05-11 10:14:57] |
User431178 - Posts: 780 |
For example, would you recommend importing a CSV and if so, is there a way to automate that process?
ACSIL Interface Members - Functions: sc.ReadFile()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. I'm a developer so I don't need help coding this out
Any specific details about how to constantly send strings/labels and a price to SC would be greatly appreciated.
Seems slightly contradictory, anyways, you have the fullness of c++ at your disposal. Is Python app on the same machine or remote? |