Alex or Jason or one of you expert javascript people:
I have been combing the threads and the EFS library and cannot seem to find a MACD study that is written from scratch. Does anyone have one or know where I can get one???
The reason I am looking for this--and maybe it is unnecessary--is because I am trying to tinker with the MACD by changing either the OSC line or SIG line to a VOLUME WEIGHTED moving average. Can this be done without writing a MACD study from scratch??
For instance, I would like to see a MACD (5,13,9) where the OSC line weights the volume of the current bar based on the past 5 bars' volume.
It appears that the MACD builtin uses ONLY a simple or a exponential moving average and not any other type....
Thanks for your help in advance!!
I have been combing the threads and the EFS library and cannot seem to find a MACD study that is written from scratch. Does anyone have one or know where I can get one???
The reason I am looking for this--and maybe it is unnecessary--is because I am trying to tinker with the MACD by changing either the OSC line or SIG line to a VOLUME WEIGHTED moving average. Can this be done without writing a MACD study from scratch??
For instance, I would like to see a MACD (5,13,9) where the OSC line weights the volume of the current bar based on the past 5 bars' volume.
It appears that the MACD builtin uses ONLY a simple or a exponential moving average and not any other type....
Thanks for your help in advance!!
Comment