Indicator Identifier | iStochastic | ||||||
---|---|---|---|---|---|---|---|
Indicator Properties | Order | Input | Type | Default Value | Required | ||
1 | Timeframe | Integer | 0 | Yes | |||
2 | %K Period | Integer | 5 | No | |||
3 | %D Period | Integer | 3 | No | |||
4 | Slowing | Integer | 3 | No | |||
5 | Price Field | Integer [ 0 - Low/High or 1 - Close/Close] | 0 | No | |||
8 | MA Method | MA Method Keyword | SMA | No | |||
10 | Bar Shift | Integer | 0 | No | |||
Indicator Objects | Object Keyword(s) | Description | Return Type | ||||
0 or ML or MAIN_LINE or ML_VAL | Main Line value | Numeric | |||||
1 or SL or SIGNAL_LINE or SL_VAL | Signal Line value | Numeric | |||||
Example | Indicator Setup | iStochastic(0) | |||||
Condition | iStochastic(MAIN_LINE)>iStochastic(SIGNAL_LINE) |