StrategyDesk Formulas

Although the StrategyDesk product comes with hundreds of canned formulas, there are some basic ones that you will want to add for every day use.

These are pivot formulas that I like to add to my charts.

R2:

(Bar[High,D,1] + Bar[Low,D,1] + Bar[Close,D,1])/3 – Bar[Low,D,1] + Bar[High,D,1]

R1:

2 * ((Bar[High,D,1] + Bar[Low,D,1] + Bar[Close,D,1]) / 3) – Bar[Low,D,1]

Pivot:

((Bar[High,D,1] + Bar[Low,D,1] + Bar[Close,D,1])/3)

S1:

(2 * ((Bar[High,D,1] + Bar[Low,D,1] + Bar[Close,D,1]) / 3) – Bar[High,D,1])

S2:

((Bar[High,D,1] + Bar[Low,D,1] + Bar[Close,D,1])/3 + Bar[Low,D,1] – Bar[High,D,1])

2 responses to “StrategyDesk Formulas”

  1. Jim

    Any Idea how to get Historical Volatility? Do not see it as an indicator and do not see how to calculate std deviation of a range of closing bars?

Leave a Reply