Modified stochastic

Custom MT4 expert advisors published here.

Moderator: admin

Modified stochastic

Postby Alexander.Gettinger » Wed Apr 08, 2015 10:43 am

Original LUA oscillators: viewtopic.php?f=17&t=9566.

BBS:
Formulas:
K = MA(FastK) with [D_Slowing] number of periods and [K_Smoothing_Method] type,
D = MA(K) with [D_Length] number of periods and [D_Smoothing_Method] type, where
FastK[i] = 100*mins[i]/maxes[i],
mins[i] = Close[i]-minLow,
maxes[i] = maxHigh-minLow,
minLow, maxHigh - minimum and maximum prices at range from (i-K_Length+1) to (i).

TBS:
Formulas:
K = MA(FastK) with [D_Slowing] number of periods and [K_Smoothing_Method] type,
D = MA(K) with [D_Length] number of periods and [D_Smoothing_Method] type, where
FastK[i] = 100*mins[i]/maxes[i],
mins[i] = Price[i]-minLow,
maxes[i] = maxHigh-minLow,
minLow, maxHigh - minimum and maximum specified prices at range from (i-K_Length+1) to (i).

Modified_Stochastic_MQL.PNG


Download:
BBS.mq4
(3.26 KiB) Downloaded 655 times

TBS.mq4
(3.7 KiB) Downloaded 606 times


Stochastic with histogram:

Modified_Histogram_Stochastic_MQL.PNG


Download:
BBS_Histogram.mq4
(3.63 KiB) Downloaded 570 times

TBS_Histogram.mq4
(4.07 KiB) Downloaded 587 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 41 guests