NAME
Finance::GeniusTrader::Indicators::Generic::If - Return a value or another depending on a signal
DESCRIPTION
This indicator takes three parameters. First a signal followed by two indicators. if the signal is true it returns the value of the first indicator, otherwise it returns the value of the second indicator.