Discussion Overview
The discussion revolves around the feasibility of converting a JavaScript indicator from e-signal to work on the Sierra Charts platform. Participants explore the technical requirements and programming environments of Sierra Charts to determine how such a conversion might be accomplished.
Discussion Character
- Technical explanation
- Exploratory
Main Points Raised
- One participant inquires about the runtime environment of Sierra Charts, asking whether it is web-based or non-web based, and whether it has an API or supports a scripting language.
- Another participant suggests that Sierra Charts is written in high-level C++.
- There is a mention of accessing a third-party SDK with documentation for the API, indicating a potential resource for development.
- A link is provided to Sierra Charts' documentation regarding creating custom indicators, although one participant expresses a lack of experience with it.
- One participant describes the process of using a standard DLL to interface with Sierra Charts, emphasizing the need to understand the SCStudyGraphRef structure and how to populate it with data.
- There is a suggestion to examine header files for definitions if the documentation is insufficient, indicating a potential challenge in the conversion process.
Areas of Agreement / Disagreement
Participants do not reach a consensus on the specifics of the conversion process, and multiple viewpoints regarding the technical aspects of Sierra Charts and its API remain present.
Contextual Notes
Limitations include uncertainty about the exact structures and functions required for the conversion, as well as potential weaknesses in the available documentation.