Use indicator data only

Created at 07 Dec 2023, 11:21
AH

ahmadtrader448

Joined 29.11.2023

Use indicator data only
07 Dec 2023, 11:21


Hi there, Is there any way to use the indicator values without visualizing them on the chart?


@ahmadtrader448
Replies

PanagiotisCharalampous
07 Dec 2023, 13:23

Hi there,

If you don't want data series to be considered as output, remove the Output attribute

[Output("Moving Average", LineColor = "Red")]

Best regards,

Panagiotis


@PanagiotisCharalampous