public class KagiModel extends Object
Constructor and Description |
---|
KagiModel(double H) |
Modifier and Type | Method and Description |
---|---|
double |
H() |
double |
maxZ() |
double |
minZ() |
int |
state()
UP trend is -ve; DOWN trend is +ve.
|
String |
toString() |
Kagi.Trend |
trend() |
boolean |
update(double z) |
public boolean update(double z)
z
- true
if the state changes signpublic double H()
public int state()
public Kagi.Trend trend()
public double minZ()
public double maxZ()
Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.