Analysis Service
class AnalysisService
A service class that provides various analysis methods for financial data.
This class includes methods to calculate the Simple Moving Average (SMA), price volatility, margin, and whether to buy based on certain criteria.
Functions
Link copied to clipboard
Calculates the margin between the Simple Moving Average (SMA) and the latest price.
Link copied to clipboard
Calculates the Simple Moving Average (SMA) for a list of prices over a specified period.
Link copied to clipboard
Calculates the price volatility for a list of prices.