Uses of Class
com.wualabs.qtsurfer.engine.indicators.pro.Pro
Packages that use Pro
-
Uses of Pro in com.wualabs.qtsurfer.engine.indicators.pro
Methods in com.wualabs.qtsurfer.engine.indicators.pro that return ProModifier and TypeMethodDescriptionPro.adx()Average Directional Index over 14 periods, registered as"adx14".Pro.adx(int periods) ADX — output is [0, 100], henceDisplayHint.PERCENT.Pro.atr()Average True Range over 14 periods, registered as"atr14".Pro.atr(int periods) Pro.cmf()Chaikin Money Flow over 20 periods, registered as"cmf20".Pro.cmf(int periods) CMF — a [-1, 1] ratio, not a 0-100 percentage, so no display hint.Ichimoku with the standard (9, 26, 52) parameters.Pro.mfi()Money Flow Index over 14 periods, registered as"mfi14".Pro.mfi(int periods) MFI — output is [0, 100], henceDisplayHint.PERCENT.On-Balance Volume — volume-denominated, henceDisplayHint.VOLUME.static ProPro.on(@NonNull InstrumentGroupRTIndicator group) Pro.superTrend(String name) SuperTrend with the standard (10, 3.0) parameters.Pro.superTrend(String name, int atrPeriod, double multiplier) Volume-Weighted Average Price — a price, so no display hint.