|
suresh
2010-08-23 11:49:42
|
|
I would like to use the neural network to predict values as follows:
tomorrow
after 1 week
after 1 month
Is there anything I can do to accomplish that. The predict value does not allow me to do this.
|
|
|
|
QuantShare
2010-08-24 10:20:41
0
|
|
Best Answer
The neural network try to predict values that are specified in the Output input field.
If you want to predict tomorrow close price then set "close" in the Output field.
If you want to predict next week close price then set "ref(close, -5)" in the Output formula field.
|
|
|
|
GS
2012-09-10 17:50:06
0
|
|
Is it possible to train ANN using one set of data, say XYZ and use this to predict some other stocks future values?
|
|
|
|
QuantShare
2012-09-10 17:51:44
0
|
|
Yes it is possible
|
|
|
|
Sun Trades
2018-01-22 12:18:38
0
|
|
can i have a real time plot of such prediction on the chart? and see a line X days ahead, telling me what the model is predicting? thanks in advance!
|
|
|
|
QuantShare
2018-01-23 05:53:13
0
|
|
One your model is developed and trained, just use the following function to predict next bar value:
Predict("category", "model name")
You can use it in a daily, intraday or real time chart.
|
|
|
|