Amit,
I think Neural Network will be depend on the following factors:
- Inputs that you feed (normalizing data/indicators are preferable rather than raw price data)
- Output that you intend to find (predict close/open, or percent change; classify the trade buy/sell/hold)
- Neural Network architecture, optimization methods, etc
- Data range used for training, test/cross validation and production/out of sample (percentage data range influence the net)
Previously I've made some mistake to select properly above factors and made my prediction /classification or feeding unnecessarily my net with wrong data.
Concerning the utilizing pivot point, why not? you may feed your net with pivot point values as inputs and future percent change of close/open as output. I would like to try them also.
As far as I know Noxa has limitation, i.e. it should be adjusted manually in order to matched with the market cycle (peak and valley of price data), as long as the frequency is matched that you will get profit from it. I received a statement from someone that it is difficult to use GA automatically to find the best noxa parameter. If you feed them to the net with different frequency from the market, then you feed your net with irrelevant data, you can not expect it will produce profitable trade.
Personally, I made some investigation to find what are the best output that can be used for my net, which inputs shall be selected, how, etc. I believe Neuroshell has capabilities to verify them. I prefer to return to basic/core idea how we can utilize NN, instead of trying all indicators without knowing what we dealt with (one of my previous mistake).
Arryex