I want to create a pivot point study based upon yesterday's O/H/L/C and was wondering if it could be done in the Wizard?
Here's the formula I'd like to use.
Any help would be appreciated.
Bruce
H4 = [1.1*(H-L)/2]+C
H3 = [1.1*(H-L)/4]+C
H2 = [1.1*(H-L)/6]+C
H1 = [1.1*(H-L)/12]+C
L1 = C-[1.1*(H-L)/12]
L2 = C-[1.1*(H-L)/6]
L3 = C-[1.1*(H-L)/4]
L4 = C-[1.1*(H-L)/2]
P.S. I tried modifying a couple of the existing studies BUT no luck.
Here's the formula I'd like to use.
Any help would be appreciated.
Bruce
H4 = [1.1*(H-L)/2]+C
H3 = [1.1*(H-L)/4]+C
H2 = [1.1*(H-L)/6]+C
H1 = [1.1*(H-L)/12]+C
L1 = C-[1.1*(H-L)/12]
L2 = C-[1.1*(H-L)/6]
L3 = C-[1.1*(H-L)/4]
L4 = C-[1.1*(H-L)/2]
P.S. I tried modifying a couple of the existing studies BUT no luck.
Comment