Does it make sense to feed indicators like sma, ema, etc. to the input of the NeuroLab network? Or is it necessary to use them as part of the MathIndOpInd indicator, where they are compared with the current price? The values of these indicators without reference to the current price have no meaning. Or is this function already built into the NeuroLab logic to correlate the values of these indicators with the current price?
Rename
Generally, the input series are all normalized to values between 0 and 1. Consequently, an unbounded series like "Close" or a moving average isn't a good choice for an input to a NN. Instead, create an oscillator with it using MathIndOpInd, e.g., Close - SMA.
Your Response
Post
Edit Post
Login is required