Accessing indicator variables from a strategy

Questions about MultiCharts and user contributed studies.
rjelles
Posts: 36
Joined: 04 Feb 2010
Location: Calgary, AB Canada
Has thanked: 7 times
Been thanked: 19 times
Contact:

Accessing indicator variables from a strategy

Postby rjelles » 04 Feb 2010

Hi, I'm looking for a way to access variables inside an indicator that I have licensed, but without source code. I believe the only way to do this is through a custom dll, but in going down this path, I discovered that MC's plkit.dll doesn't implement the 'IEasyLanguageServerFields' interface as in TS, which appears to be the way to access the values I need. Alternatively, it looks like I would need to use the window handle and try to enumerate all of the objects attached to find the indicator of interest.

Has anyone tried this? Any suggestions or workarounds that might help?

Thanks kindly,

Jeff

Return to “MultiCharts”