Source: https://fxcodebase.com/code/viewtopic.php?f=17&t=61991
Forum: 17 · Topic 61991 · 2 post(s)
Apprentice · Thu Mar 12, 2015 2:42 pm

TS buildin / William %R formula is. %R = (Highest High - Close)/(Highest High - Lowest Low) * -100 While TS buildin version require bar source. U can use this version for use with tick sources. %R = ( Source Highest - Source)/(Source Highest - Source Lowest) * -100
Apprentice · Mon Oct 08, 2018 6:04 am
The indicator was revised and updated.