Source: https://fxcodebase.com/code/viewtopic.php?f=17&t=2562
Forum: 17 · Topic 2562 · 3 post(s)
Alexander.Gettinger · Mon Nov 01, 2010 2:42 am

Formulas: If Williams %R (WPR_Period) > WPR_Level And Williams %R > MA(MA_Method, MA_Period) of Williams % R = Trend Up If Williams %R > WPR_Level And Williams %R < MA of Williams % R = Up If Williams %R < WPR_Level And Williams %R < MA of Williams % R = Trend Down If Williams %R < WPR_Level And Williams %R > MA of Williams % R = Down
WilliamsPercentRange.lua is available here. viewtopic.php?f=17&t=898&p=111218&hilit=WILLIAMSPERCENTRANGE#p111218
The indicator was revised and updated
virgilio · Mon Apr 18, 2011 1:13 pm
Is it possible to create a “Signal Parameter” with a sound signal for the bars at the bottom. For example: play recurrent sound when 4-Hour bar changes from either brown/red to eiter yellow/green?
Apprentice · Mon Mar 06, 2017 8:05 am
Indicator was revised and updated.