How to get object value of Custom Indicator without manually adding it in my chart like using the buffers of it Fxdreema
-
I want to get the object value generated by my custom indicator but I want it to bind to my ea for me to able to backtest it and not manually adding custom indicator to the chart everytime I used it.
-
Save a template containing the indicator with the same name as your EA, this should load it every time you start testing.
-
@jstap thank you!
-
Yes, the simplest way without block or coding.