Support Board
Date/Time: Sun, 24 Nov 2024 18:49:48 +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: 541 |
For example, would you recommend importing a CSV and if so, is there a way to automate that process?
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? |