Reinitialising Indicator in EA or changing it'Parameters - page 2

 
@Hely Rojas #: I have a neural network. It chooses between 8 different indicators. And 4 different timeframes. and 8 different time periods. 000 00 00 ( X 6 ) And this is done 6 times. The idea is to choose 6 indicators and configure them, according to the inputs. And this process is repeated every new bar. If I start to create a new handle in each bar, I would need 1440 X 6 handles per year..... There must be a more elegant solution...
Calculate the Indicator values internally in the EA.