Stochastic momentum

Custom MT4 expert advisors published here.

Moderator: admin

Stochastic momentum

Postby Alexander.Gettinger » Wed Aug 14, 2013 3:04 pm

Original LUA oscillator: http://fxcodebase.com/code/viewtopic.php?f=17&t=27917.

Formulas (if Use_Smoothing):
SM = Moving average(MA, Second_Smoothing_Length, Second_Smoothing_Method),
Signal = Moving average(SM, Signal_Length, Signal_Method), where
MA = Moving average(Raw, First_Smoothing_Length, First_Smoothing_Method),
Raw[i] = Close[i]-(Min+Max)/2,
Min, Max - minimum and maximum price at range from (i-Length) to i.

Formulas (if not Use_Smoothing):
Sm[i] = Close[i]-(Min+Max)/2,
Signal = Moving average(SM, Signal_Length, Signal_Method), where
Min, Max - minimum and maximum price at range from (i-Length) to i.

Stochastic_Momentum_MQL.PNG


Download:
Stochastic_Momentum.mq4
(2.6 KiB) Downloaded 820 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 12 guests