public interface IFXSentimentIndex extends IFXTimedSentimentIndex
getIndexValue()
.Modifier and Type | Method and Description |
---|---|
double |
getIndexTendency()
Returns the current index trend (percentage of LONG positions minus percentage of SHORT positions in overall amount of trades)
|
long |
getIndexTime()
Returns a settlement time of current index.
|
double |
getIndexValue()
Index's value ranges from 0 to 100 percents.
|
long getIndexTime()
getIndexTime
in interface IFXTimedSentimentIndex
double getIndexValue()
(100 - getIndexValue())
double getIndexTendency()
Copyright © 2024. All rights reserved.