Hi Ziko,
It is possible to display the result of prediction (output) as an indicator. You already explain your first step on your NN design, i.e. define inputs and outputs.
Further more detail questions:
- What is pair you are using (EURUSD or GBPUSD or else) ?
- which time frame (15m, 60m, or else)?
- How many bars of your data used for training and which one used to train, test or produce? which one (is it selected randomly or in sequence)?
Can you submit your training data (in csv) and pattern file (.pat), since the trained net usually different result for different pair. I may help you to verify correctness you pattern file with your prediction objective.
Those above question should be part of your neural network design.
Thanks
It is possible to display the result of prediction (output) as an indicator. You already explain your first step on your NN design, i.e. define inputs and outputs.
Further more detail questions:
- What is pair you are using (EURUSD or GBPUSD or else) ?
- which time frame (15m, 60m, or else)?
- How many bars of your data used for training and which one used to train, test or produce? which one (is it selected randomly or in sequence)?
Can you submit your training data (in csv) and pattern file (.pat), since the trained net usually different result for different pair. I may help you to verify correctness you pattern file with your prediction objective.
Those above question should be part of your neural network design.
Thanks