Uses of Class
org.episteme.social.economics.loaders.FinancialMarketReader.Candle
Packages that use FinancialMarketReader.Candle
-
Uses of FinancialMarketReader.Candle in org.episteme.social.economics.analysis
Method parameters in org.episteme.social.economics.analysis with type arguments of type FinancialMarketReader.CandleModifier and TypeMethodDescriptionstatic Real[]TechnicalIndicators.bollingerBands(List<FinancialMarketReader.Candle> candles, int period, double stdMultiplier) static Real[]TechnicalIndicators.bollingerBands(List<FinancialMarketReader.Candle> candles, int period, Real stdMultiplier) Calculates Bollinger Bands (upper, middle, lower).static booleanTechnicalIndicators.isBelowSMA(List<FinancialMarketReader.Candle> candles, int smaPeriod, double threshold) static booleanTechnicalIndicators.isBelowSMA(List<FinancialMarketReader.Candle> candles, int smaPeriod, Real threshold) Detects if current price is significantly below SMA (bearish signal).static RealTechnicalIndicators.percentChange(List<FinancialMarketReader.Candle> candles) Calculates the percentage change from the first to the last candle.static RealTechnicalIndicators.rsi(List<FinancialMarketReader.Candle> candles, int period) Calculates the Relative Strength Index (RSI).static RealTechnicalIndicators.sma(List<FinancialMarketReader.Candle> candles, int period) Calculates the Simple Moving Average (SMA) of closing prices.static RealTechnicalIndicators.volatility(List<FinancialMarketReader.Candle> candles, int period) Calculates the volatility (standard deviation of returns) over a period. -
Uses of FinancialMarketReader.Candle in org.episteme.social.economics.loaders
Subclasses with type arguments of type FinancialMarketReader.Candle in org.episteme.social.economics.loadersModifier and TypeClassDescriptionclassReads financial market data from various formats.Methods in org.episteme.social.economics.loaders that return types with arguments of type FinancialMarketReader.CandleModifier and TypeMethodDescriptionFinancialMarketReader.getResourceType()static List<FinancialMarketReader.Candle> FinancialMarketReader.loadCSV(InputStream is, String currencyCode) protected List<FinancialMarketReader.Candle> FinancialMarketReader.loadFromSource(String id)