fxcodebase-backup

Williams Thrust

Source: https://fxcodebase.com/code/viewtopic.php?f=17&t=2522
Forum: 17 · Topic 2522 · 8 post(s)


Williams Thrust

Apprentice · Tue Oct 26, 2010 1:23 pm

Williams Thrust.png

If Williams % R (250) > EMA (50) of Williams % R (250) AND If Williams % R (50) > EMA (10) of Williams % R (50) = Positive Thrust (Buy Signal)

If Williams % R (250) < EMA (50) of Williams % R (250) AND If Williams % R (50) < EMA (10) of Williams % R (50) = Negative Thrust (Sell Signal)

Williams Thrust.lua


Re: Williams Thrust

Ancient · Sat Nov 20, 2010 8:22 pm

I loaded this Indicator but it does not look like the one in the example! Is there something else I need to download?

Williams Thrust.png


Re: Williams Thrust

Apprentice · Sun Nov 21, 2010 5:28 am

I’m not sure what is missing. You can add two RLW indicators associated with the moving average.


Re: Williams Thrust

Alexander.Gettinger · Mon Dec 22, 2014 10:45 am

MQL4 version of Williams Thrust: viewtopic.php?f=38&t=61630.


Re: Williams Thrust

LearningByDoing · Mon May 30, 2016 5:12 pm

can this be turned into strategy?

that would be cool.


Re: Williams Thrust

Apprentice · Wed Jun 01, 2016 4:07 am

Major Update.


Re: Williams Thrust

Apprentice · Wed Jun 01, 2016 4:41 am

Try this strategy. viewtopic.php?f=31&t=63545&p=106544#p106544


Re: Williams Thrust

Apprentice · Fri Sep 14, 2018 5:42 am

The indicator was revised and updated.