Welcome Guest, please sign in to participate in a discussion. | Search | Active Topics | |
Registered User Joined: 12/15/2004 Posts: 20
|
Is there a way to determine the maximum daily price range (H - L) for the last 5 days
|
|
Registered User Joined: 1/28/2005 Posts: 6,049
|
Try: MAXH5-MINL5
Thanks
|
|
Registered User Joined: 12/15/2004 Posts: 20
|
Thanks but that isn't what I am looking for. I need the largest range in a single day within the 5 day period
|
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
Please try the following Indicator Formula.
(H - L + H1 - L1 + ABS(H - L - H1 + L1) + 2 * (H2 - L2) + ABS(H - L + H1 - L1 + ABS(H - L - H1 + L1) - 2 * (H2 - L2)) + 2 * (H3 - L3 + H4 - L4 + ABS(H3 - L3 - H4 + L4)) + ABS(H - L + H1 - L1 + ABS(H - L - H1 + L1) + 2 * (H2 - L2) + ABS(H - L + H1 - L1 + ABS(H - L - H1 + L1) - 2 * (H2 - L2)) - 2 * (H3 - L3 + H4 - L4 + ABS(H3 - L3 - H4 + L4)))) / 8
Min Max PCFs
-Bruce Personal Criteria Formulas TC2000 Support Articles
|
|
Registered User Joined: 12/15/2004 Posts: 20
|
Thank you Bruce. It works perfectly.
|
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
You're welcome.
-Bruce Personal Criteria Formulas TC2000 Support Articles
|
|
Guest-1 |