(This overlay is currently available only for FXGame Beta.)
STARC (Stoller Average Range Channels) show three lines which create a channel around an ordinary moving average. These three lines are:

STARC bands were developed by Manning Stoller.
Similar to Bollinger Bands, STARC bands tighten in steady markets and loosen in volatile markets. However, rather than being based on the closing prices used by Bollinger bands, the STARC bands are calculated using the Average True Range (ATR), thus giving a more in-depth snapshot of market volatility.
When a price curve penetrates a Bollinger Band, it may indicate the continuation of a price move; in contrast, the STARC Bands tend to define upper and lower limits for normal price action. Therefore, some traders use STARC bands to determine the level of risk prior to entry.

The following calculations are illustrated using the default parameters (5, 15, 1.33). Click on the links to go to more detailed algorithms for SMA and ATR.
Middle band: a Simple Moving Average (SMA) over n periods.
Middle = SMA(n) = SMA(5)
Upper Band: the SMA of the middle band plus an Average True Range (ATR) over m periods
multiplied by K.
Upper = SMA(n) + (ATR(m)*K) = SMA(5) + (ATR(15)*1.33)
Lower Band: the SMA minus the ATR.
Lower = SMA(n) - (ATR(m)*K) = SMA(5) - (ATR(15)*1.33)
© 1996 - 2008 OANDA Corporation. All rights reserved. All Registered Trade Marks used on this Website, whether marked as Trade Marks or not marked, are declared to belong to their respective owner(s). OANDA Corporation owns Trade Marks of all its "FX" products.