QuoteMovingAverages

data class QuoteMovingAverages(val fiftyDayAverage: Double? = null, val fiftyDayChange: Double? = null, val fiftyDayChangePercent: Double? = null, val twoHundredDayAverage: Double? = null, val twoHundredDayChange: Double? = null, val twoHundredDayChangePercent: Double? = null)(source)

이동평균 정보

Constructors

Link copied to clipboard
constructor(fiftyDayAverage: Double? = null, fiftyDayChange: Double? = null, fiftyDayChangePercent: Double? = null, twoHundredDayAverage: Double? = null, twoHundredDayChange: Double? = null, twoHundredDayChangePercent: Double? = null)

Properties

Link copied to clipboard
val fiftyDayAverage: Double? = null

50일 이동평균

Link copied to clipboard
val fiftyDayChange: Double? = null

50일 평균 대비 변화

Link copied to clipboard

50일 평균 대비 변화율

Link copied to clipboard

200일 이동평균

Link copied to clipboard

200일 평균 대비 변화

Link copied to clipboard

200일 평균 대비 변화율