NAME
Finance::GeniusTrader::Indicators::Interquartil - Interquartil-Distance
DESCRIPTION
The Interquartil-distance; which is the position at which you can divide the data by x% on the left side and (100-x)% on the right side.
Parameters
- Percentage
-
Percentage of the IQD (median = 50%)
- Period (default 50)
-
The first argument is the period used to calculed the average.
- Other data input
-
The Data for the calculation.
Creation
To create a kind of dynamic borders for the RSI try:
Indicators::Interquartil(90,50,{I:RSI}) Indicators::Interquartil(10,50,{I:RSI})