Skip to content
Algo Trade Analytics Docs

chart.point.now() - Pine Script Function

Returns a chart.point object with price as the y-coordinate

chart.point.now(price) → chart.point
NameTypeDescription
priceseries int/floatThe y-coordinate of the point. Optional. The default is close.
  • The chart.point instance returned from this function records values for its index and time fields on the bar it executed on, making it suitable for use with drawing objects of any xloc type.