Hello,
I've created an indicator that should help me position size based of the volatility of the price bars (of whatever interval I am on).
I only need to apply the indicator once a day, and then I can take it off - I don't need it to be applied to my charts all the time.
Is there a way to programatically load (say) 700 bars of data for whatever interval I'm on (intraday or daily) within EFS? such that I could be assured the script is loading the necessary amount of data to (correctly) generate my metrics?
gg
I've created an indicator that should help me position size based of the volatility of the price bars (of whatever interval I am on).
I only need to apply the indicator once a day, and then I can take it off - I don't need it to be applied to my charts all the time.
Is there a way to programatically load (say) 700 bars of data for whatever interval I'm on (intraday or daily) within EFS? such that I could be assured the script is loading the necessary amount of data to (correctly) generate my metrics?
gg
Comment