Download software Tutorial videos
Subscription & data-feed pricing Class schedule


New account application Trading resources
Margin rates Stock & option commissions

Attention: Discussion forums are read-only for extended maintenance until further notice.
Welcome Guest, please sign in to participate in a discussion. Search | Active Topics |

Parabolic SAR Rate this Topic:
Previous Topic · Next Topic Watch this topic · Print this topic ·
cdurso
Posted : Wednesday, October 17, 2012 8:18:26 PM
Gold Customer Gold Customer

Joined: 12/30/2004
Posts: 29

how do i reference the ParabolicSAR value in realcode?

Bruce_L
Posted : Thursday, October 18, 2012 8:11:54 AM


Worden Trainer

Joined: 10/7/2004
Posts: 65,138

Parabalic SAR is a child indicator. This means you can't just select Import Indicator in the RealCode Editor to import it into your RealCode. You need to add it to the chart and then drag and drop it from the chart into the RealCode Editor.

This will create something similar to the following line in your RealCode:

PS = chart.ParabolicSAR

This will allow you to reference the RealCode in the same sort of way you can already access price and volume. For example, to just replot the Parabolic SAR in a RealCode Indicator you could use:

Plot = PS.Value


-Bruce
Personal Criteria Formulas
TC2000 Support Articles
Users browsing this topic
Guest-1

Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.