|
Navigation: Function Reference > Study Formula Functions > ThisStudy.getJurikVEL() > TEJurikVEL.getValue() TEJurikVEL.getValue() |
Top Previous Next |
TEJurikVEL.getValue( data: Double; newBar: Boolean ) : Double;
Passes a data item to the Jurik DLL and returns the current calculated VEL value. Set newBar to True on a new bar condition, otherwise set to False. See the dsJurikVELStudy.pas file in the Studies folder for usage examples.
Parameters
data |
double value. A new data item to be passed to the VEL function in the Jurik DLL. |
newBar |
boolean value. Set to true if data item is first item for a new bar. Set to false otherwise. |