NAME
Finance::GeniusTrader::Indicators::ForwardKPercent - Probability to make a profitable trade
DESCRIPTION
This indicator calculates the K%-value:
CLOSE - MIN(3, Low)
K% (3) = ------------------------------
MAX(3, HIGH) - MIN(3,Low)
Be aware that this indicator "knows" the future so don''t use it for your trading strategies :)