I upgraded to the new version with the p-indicator a month ago. I was not sure about the indicator capabilitites but my profits from my recent three trades covered the cost. I am still not sure what the best way is to use this indicator. For example, in a T/S file, do you input just one line of parameters or multiple lines, what is better?. Which is the best target/stop to exit the actual position when multiple lines are present in a T/S file? I use the smallest value of the target to exit the position but maybe using the average makes more sense.
How do you backtest the p-Indicator? This is my problem since I upgraded too. It works nicely, I have gotten a few good signals and I think I will be concentrating on that portion of APS.
For the backtest, I am trying to develop a script that will do the following:
1. Start with a historical data file.
2. Run APS p-Indicator
3. Save the results in Excel
4. Extract the following from the excel file and historical data file and store in a text file: Date, O,H,L,C, PIL, PIS, S
5. Delete the last line in the historical data file
6. Go to step 2
7. Invert the text file to have the most recent data in the last line
8. Use the text file to backtest p-indicator
I think it should work in principle. Any thoughts?