[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: ATR



PureBytes Links

Trading Reference Links

I would imagine ATR bands are similar to Bollinger Bands but rather than
based on standard deviations they might be based on ATR instead.

eg. Try creating a new indicator with something like:

factor:=1.25;
atrdays:=15;
REF(C+(factor*ATR(atrdays)),-1);
REF(C-(factor*ATR(atrdays)),-1);

Fiddle with the value for "factor"

Cheers,
RICHARD DALE
IT PROJECTS MANAGER
daytraderHQ Ltd
Level 4, 66 Kings Park Rd 
West Perth 
Western Australia 6005
Phone: (08) 9226 0767 Fax (08) 9322 9998
Email: rad@xxxxxxxxxxxxxxx
Web site: www.daytraderHQ.com
YOU'LL NEVER TRADE ALONE





  • Follow-Ups: