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])
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?
I do not have that formula handy. Have you tried emailing their support team? I found them quite responsive when I contacted them in the past. I do wish StrategyDesk had a scripting language.