Hi Nevis,
Thanks for your explanation, your statement still making me to confirm that CSSA should be set up manually. Some time it will not follow the market change and the parameter to be readjusted. So far there is no auto adjustment/adaptive features, and it is difficult to use NN or GA to find the proper CSSA parameters.
Please advice if you can state it is a robust system if its not an adaptive to a market change.
Thanks,
Arryex
Arry master!
Any idea how one could train the neural net for double tops? I have attached the pic.
i normalised data like High previous day - high today , high previous day - low previous day .. scraching my head .. i used input selection to predict 4 bar percentage in open after a top has been established
You can turn a neural net into a pattern detector by training it only on bars that represent best this pattern. For that you can use the null entry feature in NST. For example in pseudo code you could do:
If (top is detected at open 4 bars ago) and (current % in open = x%) then open else *
That substitute N/A (the null entry) for training bars that do not conform to your pattern. This only trains the prediction on inputs that resemble the pattern you want to predict. You can create several of these nets to predict different values for x%.
One way to detect for the tops is to use CSSA QPhase:
If QPhase(at Open 4 bars ago) crosses above 0
high freq thx for reply..
are you suggesting that I should insert this as a condition in neuroshell prediction wizard?
One way to detect for the tops is to use CSSA QPhase:
If QPhase(at Open 4 bars ago) crosses above 0
Arry master!
Any idea how one could train the neural net for double tops? I have attached the pic.
i normalised data like High previous day - high today , high previous day - low previous day .. scraching my head .. i used input selection to predict 4 bar percentage in open after a top has been established
Amit - One thing that is very curious about the chart you have posted is that it once the price starts moving in a given direction (up or down) it tends to continue to move that way. To me that is an even more favourable strategy for that chart than trying to pick double tops etc.
Which is a better neural net model from your perspective
model1>
training set 1 year and out of sample set 1 year
training(backtest) return 35% , no of trades 700
out of sample (backtest)return 40%, no of trades 1000
sharpe of 5 on out of sample
model 2>
unoptimised (backtest) net prediction for 1 year , 1000 trades and return of 55% with a sharpe of 6.
I am giving preferance to systems which have good performance on the basis of return/no of trades. I think the no trades greater than 1000 for a particular model is a good indication of reliable model
has anyone here has problems in transferring neuroshell template from one pc to another?
I have saved a model in my 1st pc which has approx returns fo 30% when i reopened it on another pc with same historical feed the model returns changed to 22% . Is there any way to make sure the neuroshell model saves its learning and can use the same learning in another pc?