Range detection for Metastock
try this for range detection
Indicator / Formula
Copy & Paste Friendly
a:=Input("periods",1,200,5);
Log((HHV(HIGH,a))-(LLV(LOW,a)))/Log(a)1 comments
Leave Comment
Please login here to leave a comment.
Does not work, kindly rectify the same and repost