09.12.2012 Views

Charting and Studies User Guide - CQG.com

Charting and Studies User Guide - CQG.com

Charting and Studies User Guide - CQG.com

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Page 334<br />

Volatility (Volty)<br />

Volatility is defined as market movement. Wide movement is considered volatile while narrow<br />

movement is considered non-volatile. The volatility study is a way to measure volatility using<br />

true range. The volatility study represents a smoothed moving average of the values found by<br />

dividing the true range by the midpoint of the true range.<br />

The true range is the greatest of the following:<br />

• The difference between current high <strong>and</strong> current low. It’s midpoint =(current high +<br />

current low) / 2.<br />

• The difference between current high <strong>and</strong> the previous close. It’s midpoint =(current high<br />

+ previous close) / 2.<br />

• The difference between previous close <strong>and</strong> the current low. It’s midpoint = (current low<br />

+ previous close) / 2.<br />

The <strong>com</strong>plete formula (smoothing of the true range divided by true mid in percent) is:<br />

Basic <strong>Studies</strong><br />

hh := Maximum(Close(@)[-1],High(@));<br />

ll := Minimum(Close(@)[-1],Low(@));<br />

range := hh - ll;<br />

mid := (hh + ll) / 2;<br />

volat := range / mid * 100<br />

Volatility Parameters<br />

• Color <strong>and</strong> Weight<br />

• MarkIt<br />

• Period: The time frame used for the moving average calculation.<br />

• Display: Choose whether the study should be displayed as a line or as a histogram.<br />

• ShareScale

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!