Absolute Strength Histogram (ASH)

Custom MT4 expert advisors published here.

Moderator: admin

Absolute Strength Histogram (ASH)

Postby Alexander.Gettinger » Tue Nov 25, 2014 11:40 am

Original LUA oscillator: viewtopic.php?f=17&t=3836.

Formulas:
BullsStrength = MA(AvgBulls) with [Smooth_Length] number of periods and [Method] type,
BearsStrength = MA(AvgBears) with [Smooth_Length] number of periods and [Method] type, where
AvgBulls = MA(Bulls) with [Length] number of periods and [Method] type,
AvgBears = MA(Bears) with [Length] number of periods and [Method] type,
Bulls = Price - Min,
Bears = Max - Price,
Min, Max - minimum and maximum prices at range from (i-Length+1) to (i).

ASH_MQL.PNG


Download:
ASH.mq4
(2.91 KiB) Downloaded 10171 times
Alexander.Gettinger
FXCodeBase: Confirmed User
 
Posts: 3785
Joined: Wed Mar 31, 2010 9:40 pm
Location: Russia, Omsk

Return to MT4 Expert Advisors

Who is online

Users browsing this forum: No registered users and 17 guests