ROAR indicator by Alan Hull
Forums › ProRealTime English forum › ProBuilder support › ROAR indicator by Alan Hull
- This topic has 6 replies, 3 voices, and was last updated 7 years ago by Kevin.
-
-
09/11/2017 at 11:54 AM #4593209/11/2017 at 11:17 PM #45976
The following formula for the Hull ROAR Indicator (Active Investing style) is for MetaStock but it can be easily adapted for use with other charting programs that are capable of custom indicator construction.
Hull ROAR Indicator formula (Active Investing style)
Cutoff:=Input(“Cutoff”,0,200,20);
If((200*(LinearReg(C,52)-Ref(LinearReg(C,52),-26))/C)<Cutoff,0,200*(LinearReg(C,52)-Ref(LinearReg(C,52),-26))/C);Traslate to prorealtime….please
09/13/2017 at 12:11 PM #4612209/18/2017 at 9:22 AM #46462I made this code translation this morning about the Hull ROAR indicator, could you confirm it is the same as other platform with comparison with the same instrument please?
1234567891011Cutoff=5a = 200*(LinearRegression[52]-LinearRegression[52][26])/Closeif a<Cutoff thenROAR=0elseROAR=aendifRETURN ROAR09/19/2017 at 12:37 PM #46590Hi Nicolas,
Thank you for your valuable contribution. I have done some further research into the Hull ROAR indicator
Hull ROAR Indicator formula (Active Investing style)
200*(LinearReg(C,52)-Ref(LinearReg(C,52),-26))/C)
Exploration-rate of return
Rate of return>20
Exploration-rate of decline
Rate of Decline<-20
The above has been taken directly from his publication ‘Active style investing’ the object of the indicator is to show a line of rate of return over a given period (often 12 months)
in his publication the indicator just shows a single line.
I hope I have explained myself in enough detail.
TIA
Kevin
09/19/2017 at 3:37 PM #46604The version you gave the first time is different, it has a cutoff to generate signals. With your last example, the indicator show its full oscillation:
123a = 200*(LinearRegression[52]-LinearRegression[52][26])/CloseRETURN a, 0 style(point)09/19/2017 at 8:32 PM #46624Hi Nicolas
Once again thank you for your valuable contribution.
The first version was kindly provided by someone else. However, I did some extra digging and bought the Alan Hull book to get the correct original coding.
Unfortunately his coding has all been written for metastock.
Let me now see how I get on with your new contribution.
Thanks once again
Kevin
-
AuthorPosts
Find exclusive trading pro-tools on