|
Description |
This formula calculates a true range by determining the difference between the true high and true low. |
|
|
Formula |
TrueRange2(instrument, index)=begin retval = Diff(TrueHigh(instrument,index),TrueLow(instrument,index)) end |
|
|
Parameters |
instrument An instrument.
index The bar, as oriented with the current bar, you want to evaluate. |
|
|
Return Value |
A true range |
|
|
Examples |
NA |
|
|
Comments |
NA |
©2008 Aspen Research Group, Ltd. All rights reserved. Terms of Use.