Ooops the pictures are not clear for me, its difficult to read
Hi Phepi,
I verified your predictions input and outputs, the structure as below:
- Input is TProf4...of cluster8(...,Noxa CSSA LongEntry#0,...NoxaShort Entry #0)
- Output 4 bars prediction open
My comments:
- You are using Noxa CSSA with train bars =10000, in the mean time your chart has only 5335 bars, means you CSSA values will be changed anytime new data coming.
- Your OOS test is started on 10/05/2012 01:05, which is about at bar 4019. You should limit the parameter of CSSA train start and train bars, example if you set train bars = 500 then train start= 1 to 3520, 500+3520=4020 which is 4019 +1
- Please verify the value of Noxa CSSA Long and Short Entries for new bar data, is it change or not.
- Using cluster indicator is grouping the inputs into 2 group buy and sell -> its ok no issue, except the noxa inputs
- You use Tprof4 of OHL and Cluster8 data "to predict Close"
- Afterward you use Tprof to predict 4bars Open, I am not sure whether there is an impact to use predicted close to predict open.
My current trick using CSSA:
- Display the chart
- Insert Showrange indicator to know how many bars available on chart, this is to define the value of trainstart and trainbars, where trainstart+trainsbars<available bars on chart
- Insert Showeigenvectors, find the values where the most trend are owned by data. Based on SSA explanation, SSA decomposed the data into several decomposed series, lower eigen value mostly for the main trend, other higher eigen values for other decomposed cycles which are more reflecting the noise.
- Create an indicator example cycle indicators with the preset of parameters based on above verification.
- Create a trading strategy based on cycle crossover, example cycle with lead parameter=1 with other cycle with lead=0 or with lag(cycle(...) indicator.
Here I build 6 trading strategies based on Noxa indicators, I compared with Hodrick-Prescot Window trading strategy.
You can see few of them are outperform compare to others..But this is a temporary result, if all are going bad means it's time to search for a new cycle and it indicates that the market cycle has been changed.
Hello Phepi,
The inputs are similar with the samples available on the help files..
But be careful, the market cycle is not static all the time, I am still searching how to detect this prior it happened, otherwise we left the equity become worst.
One thing that i figured, even noxa cycle and qphase have similar base but in actual the cycle cross over not always at the same time when qphase cross over zero. Probably this is an indication that the market cycle is start to change, and I should found another parameter and retrain.
I found the SSA code on MT4, named as RSISSA then test the result on NST