Skip to content
Algo Trade Analytics Docs

math.sin() - Pine Script Function

The sin function returns the trigonometric sine of an angle.

math.sin(angle) → const float
NameTypeDescription
angleconst int/floatAngle
inradians.

The trigonometric sine of an angle.