I'm working on a strategy for a client and he wants to include a condition which would reference a KwikPop indicator, which is proprietary. I tried coding it like I'm used to referencing other custom indicators, like this:
KPA900.Plot[0]
But when I try to compile, I get an error stating that the indicator does not have any Plot series to access, or something to that effect. I tried contacting KwikPop but haven't heard back from them.
Does anyone know if it's even possible to access KwikPop indicators programmatically? And if so, how?
Thanks much!

Comment