|
Navigation: Study Formulas > Jurik Jurik |
Top Previous Next |
The study formulas included in the Jurik section are:
jurikJMA()
This function returns the Jurik JMA for the input source specified. The input stream can be a standard data point (i.e., open, high, low, close, etc.) or it can be another study. You must have a subscription to the Jurik UT indicator library to use this function.
Parameters
smooth |
the smoothing to apply to the JMA |
phase |
the phase to apply (-100 to +100) |
source1 |
the input stream. select from one of the standard data points or select the output of another study as input for this study |
inv |
select the bar interval on which this study should be calculated or leave blank to calculate on the default bar interval |
jurikRSX()
This function returns the Jurik RSX for the input source specified. The input stream can be a standard data point (i.e., open, high, low, close, etc.) or it can be another study. You must have a subscription to the Jurik UT indicator library to use this function.
Parameters
smooth |
the smoothing to apply to the RSX (2 or greater) |
source1 |
the input stream. select from one of the standard data points or select the output of another study as input for this study |
inv |
select the bar interval on which this study should be calculated or leave blank to calculate on the default bar interval |
jurikVEL()
This function returns the Jurik VEL for the input source specified. The input stream can be a standard data point (i.e., open, high, low, close, etc.) or it can be another study. You must have a subscription to the Jurik UT indicator library to use this function.
Parameters
depth |
the window size for VEL (1-500) |
source1 |
the input stream. select from one of the standard data points or select the output of another study as input for this study |
inv |
select the bar interval on which this study should be calculated or leave blank to calculate on the default bar interval |
jurikDMX()
This function returns the Jurik DMX BiPolar, DMX+, or DMX-.You must have a subscription to the Jurik UT indicator library to use this function.
Parameters
length |
the DMX input length (1-500) |
item |
the data item to return. 1=DMX BiPolar, 2=DMX+, 3=DMX- |
inv |
select the bar interval on which this study should be calculated or leave blank to calculate on the default bar interval |