Using Standalone API I would like to know what is a proper methodology for retrieving any indicator parameters to be able to use them in new instance of the indicator on another chart.
What I want to do exactly is to have ability to retrieve indicator parameters, store them in XML file, close application, retrieve parameters from XML and put indicator again on chart.
Thanks for your link - now I know how to draw an indicator based on my input values.
But I have one more question regarding the topic. I still don't know how to retrieve parameters of an indicator already present on a chart. Let's say I have on my chart MACD(8,8,8). How do I retrieve programmatically those 8s? Indicator metadata provides description of parameters but I can't find a way to retrieve the real parameters' values. Will be grateful for guidance.
Best regards, Kurak
API Support
Post subject: Re: Retreive and load parameters of any IIndicator
I still don't know how to retrieve parameters of an indicator already present on a chart. Let's say I have on my chart MACD(8,8,8). How do I retrieve programmatically those 8s? Indicator metadata provides description of parameters but I can't find a way to retrieve the real parameters' values.