Alexis. I am unable to find the post(s) that goes with the psar-stochasic.png file that you posted in the EFS 2 Beta file sharing folder. Could you please point to the post(s) that discuss that image.
If the code is still apllicable, I would be interested in seeing it. As fas as I can tell the PASR indicator does not allow for a source, like stochastic or linear regression does.
scjohn
The default high and low are used only when no source is passed to the study. If a source is instead passed then the Parabolic will compute on the single series.
Alex
scjohn
After running some tests it appears that not all series are working with the Parabolic.
Dion will be in a better position to explain why that may be happening
Alex
The Parabolic study requires Open, High, Low and Close in order to compute its values.
I've modified the Parabolic code to use the first series index if the O, H or L is not found (this is equivalent to the C). This should allow you to pass in Series that do not contain an O, H, L to the Parabolic. This will be in v7.9.1.
Comment