I'm a Java newb, I have made a few simple studies for MotiveWave that all extended the base Study class, but now I am trying to build a study that inherits from the built-in VWAP study.
When I create my study in IntelliJ, for some reason the IDE isn't recognising the VWAP class name. Usually it would prompt me to add the required import and I would be up & running, but not in this case.
Do I need to add another .jar file or something like that?
I have seen a few posts from people also extending the VWAP study, how did you folks do it?
Thanks in advance,
Charlie
When I create my study in IntelliJ, for some reason the IDE isn't recognising the VWAP class name. Usually it would prompt me to add the required import and I would be up & running, but not in this case.
Do I need to add another .jar file or something like that?
I have seen a few posts from people also extending the VWAP study, how did you folks do it?
Thanks in advance,
Charlie