Thought it might be useful to have a modified bollinger band where the basis was a volume weighted moving average instead of a simple moving average. I am somewhat skeptical of any price study which does not involve volume. Anyways, here is a little efs script I wrote to do the job. Used the builtin MAStudy, but had to compute the bands. No big deal. The length parameter can be chosen from the fibonacci numbers between 5 and 89 defaulting to 21. Deviation is any number between 1 and 3 defaulting to 2. Thought I would share. Might be useful to someone else. Any feedback, positive or negative, is welcome.
Update: Also tried using the JurikJMAStudy for the BB basis. But could not get anything useful looking out of it.
Update: Also tried using the JurikJMAStudy for the BB basis. But could not get anything useful looking out of it.
Comment