Support Board
Date/Time: Mon, 03 Feb 2025 12:10:44 +0000
Post From: Is it possible to create a socket & send data to the socket from within a custom study?
[2025-02-02 23:06:04] |
Sierra123 - Posts: 22 |
I have been reviewing the documentation, but I've not found a way yet to build my custom study with a socket usage include in it. I have an external server that takes some data to help me make trading decisions, where the data comes from multiple sources. I have a custom study in sierracharts that monitors realtime data from couple of symbols, and all I want to do is pass some information over to my server via a socket connection from the study when some event I am interested in happens. It may be just a linking problem that I am having while using the Analysis-> Build Custom Studies DLL, but I've not been able to figure it out, and not sure if there is something which is preventing me from doing so. If someone can confirm it is possible, and perhaps point to a simple example I would really appreciate it. Thanks |