Hi
What is the code for shifting the moving average vertically or horizontally please?
Period=a
inner = 2*weightedaverage[ round( Period/2 ) ](close)-weightedaverage[Period](close)
MMHULL=weightedaverage[ round( sqrt(Period) ) ]( inner )
return MMHULL COLOURED(255,0,0) as"HULL MA"
For example in the above code, how do I then shift the HULL MA vertically or horizontally please?
Thanks
Sachin
No problem thank you Nicholas at least now I have a starting point