I want to pass user defined data into an indicator so the data is available at OnStateChange. I need it then so I can add "X" number of user defined plots. I don't think I can add plots other than in OnStateChange which is prior to receiving parameter values.
Question:
The only way i can think of to get a value is to read the data is from an external file. I think I have to to go around normal Ninja logic.
Can you the experts tell me if there Is there a better or other way to get pre- OnStateChange data?
Right now I add a lot of plots but would like to be more resource friendly and just add what they want. I can add an extra parameter but I won't get the value until it is too late and after OnStateChange
Cheers

Comment