- Katılım
- 23 Eki 2020
- Mesajlar
- 1,826
* Reply-To: rajatkbose@xxxxxxxxxxx
* Sender: owner-realtraders@xxxxxxxxxxxxxx
List members,
Given below is an indicator, which is a variation of William's %R, used by me in MetaStock 6.52. The structure of the indicator is similar to that of Willams' %R.
All I have done here is to substitute High and Low of any bar with that of Bollinger Band Top and Bollinger Band Bottom.
I have tested it on various time periods (for Bollinger Bands) using 2 std.dev., it sometimes gives an early indication of reversals than the Williams' %R of the same period. Divergences have also been somewhat better.
However, the structure shows that most of its properties are similar to that of Williams' %R or for that matter any other overbought-oversoldindicator.
Any comments, criticisms and/or suggestions in this regard would be highly appreciated.
Thanks in advance.
Rajat K Bose
Williams %R Modified
Periods := Input("Time Period", 3,50,5);
NumDev := Input("No. of Standard Deviations", 1,5,2);
(100*(C-BBandBot(C, Periods, S, NumDev))/
((( BBandTop(C, Periods, S,NumDev))-
(BBandBot(C, Periods, S, NumDev)))))
Rajat....
I have not yet tried your code so I have NO IDEA whether your indicator has a scintilla of value BUT.... imho this is EXACTLY the type of experimentation that has to be done on a never-ending basis in order to improve your trading. You may have to go through 50 indicators like this to find one that will improve your trading by a half-tick on average..... but those half ticks add up to real money
Source / From:
* Sender: owner-realtraders@xxxxxxxxxxxxxx
List members,
Given below is an indicator, which is a variation of William's %R, used by me in MetaStock 6.52. The structure of the indicator is similar to that of Willams' %R.
All I have done here is to substitute High and Low of any bar with that of Bollinger Band Top and Bollinger Band Bottom.
I have tested it on various time periods (for Bollinger Bands) using 2 std.dev., it sometimes gives an early indication of reversals than the Williams' %R of the same period. Divergences have also been somewhat better.
However, the structure shows that most of its properties are similar to that of Williams' %R or for that matter any other overbought-oversoldindicator.
Any comments, criticisms and/or suggestions in this regard would be highly appreciated.
Thanks in advance.
Rajat K Bose
Williams %R Modified
Periods := Input("Time Period", 3,50,5);
NumDev := Input("No. of Standard Deviations", 1,5,2);
(100*(C-BBandBot(C, Periods, S, NumDev))/
((( BBandTop(C, Periods, S,NumDev))-
(BBandBot(C, Periods, S, NumDev)))))
Rajat....
I have not yet tried your code so I have NO IDEA whether your indicator has a scintilla of value BUT.... imho this is EXACTLY the type of experimentation that has to be done on a never-ending basis in order to improve your trading. You may have to go through 50 indicators like this to find one that will improve your trading by a half-tick on average..... but those half ticks add up to real money
Source / From:
RealTraders email list archive.
Archive of email lists for AMiBroker users and traders to research techniques and formulas.
web.archive.org