display indicator values from the chart

Created at 07 Dec 2023, 12:10
AH

ahmadtrader448

Joined 29.11.2023

display indicator values from the chart
07 Dec 2023, 12:10


Hello everyone, Is there any built-in function or any other method to display the data values of indicator from its title?


@ahmadtrader448
Replies

PanagiotisCharalampous
07 Dec 2023, 13:32

Hi there,

Use the LastValue to access the last value of every data series that is an output of the indicator.

Best regards,

Panagiotis


@PanagiotisCharalampous