StochasticMomentumIndex
Posted by Mohammad Rahhal, Last modified by Diana Alkouni on 27 August 2020 10:22 AM

Syntax

Public Function StochasticMomentumIndex(KPeriod As Integer, KSmooth As Integer, KDoubleSmooth As Integer, DPeriod As Integer, Ma As ENUM_MA_METHOD, DMethod As ENUM_MA_METHOD) As String 

Description

The Stochastic Momentum Index shows a spread of two moving averages.

Parameters

Key Description 
KPeriod The first moving average period,value of type Integer
KSmooth The moving average smooth value , value of type Integer.
KDoubleSmooth The moving average double smooth value , value of type Integer.
DPeriod The second moving average period, value of type Integer
Ma The First moving average type , value of type ENUM_MA_METHOD
DMethod The second moving average type, value of type  ENUM_MA_METHOD

Return value

Returns the handles of a technical indicator, in case of failure returns an empty string.

Sample

Public Sub main()

AlertMessage (StochasticMomentumIndex(5,9,30,14 , MODE_SMA, MODE_EXPONENTIAL))

'Draws the indicator on chart and shows a message box with the indicator name.

End Sub

See Also


Back to VTL Client Script Index

(0 vote(s))
Helpful
Not helpful

Comments (0)
Post a new comment
 
 
Full Name:
Email:
Comments:
CAPTCHA Verification 
 
Please enter the text you see in the image into the textbox below (we use this to prevent automated submissions).

Help Desk Software by Hybrid Solutions