calculateMargin

fun calculateMargin(sma: Double, latestPrice: Double): Double

Calculates the margin between the Simple Moving Average (SMA) and the latest price.

Return

The margin, calculated as SMA minus the latest price.

Parameters

sma

The Simple Moving Average (SMA) value.

latestPrice

The most recent price.