Forums ProRealTime English forum ProBuilder support Neural networks programming with prorealtime Reply To: Neural networks programming with prorealtime

#79194
Leo

Sorry Nicolas, I could not fully understand the concept of PreLoadBars = 10000.

At the moment of activating the strategy , it means that the program is run 10000 units of time before barindex=1?

I would like to understand correct because the Neuronal Network should learn before taking decisions for trading, otherwise we have to “wait” many “barindex” before actually buy or sell… that can be a pin in the neck using this methodology of trading.

another way is to back test using the function Graph and “try” to export-import all the 44 values as initial values for a quicker learning process…

puff… what if are eager to create a bigger Neural Network with hundreds for weights !!!?

I put a lot of hope in that “preloadbar ” fuction. Am I right? or naive?