Hi ytrwq123,
Hope this one can answer your question, I do the following steps:
1. Example you have initially I0 to I5 to predict A, in this case A is target prediction such as 5 bar future SMA.
After the first training you will have a predicted value, let say net1. You will have rsquare value let say rsq1
2. You put this net1 become I6, then you will have new data for your training become I0 to I6.
3. Run the new training with this new input I0 to I6, and still used to predict A. This second training will produce new rsquare value, let say as rsq2, where rsq2>rsq1.
You repeat above steps (probably with new input I7, I8, etc) until you get desired rsquare value, example near 0.99. In this case you have already a good prediction.
In MT4 case, I convert predicted formula or trained net as new input from Chaos hunter, NS2 or other software.
Cheers