TradingView-API icon indicating copy to clipboard operation
TradingView-API copied to clipboard

Default setting indicators

Open Monoflextor opened this issue 2 years ago • 0 comments

Is there a function that returns the default indicator options?

indicator.setOption('in_0', 2);  // here we set the 'in_0' option 
indicator.setOption('in_1', 2);  // here we set the 'in_1' option

But how do we return them to the original state?

Monoflextor avatar Nov 25 '23 11:11 Monoflextor