NAME
Finance::GeniusTrader::Indicators::Generic::Container - Fake indicator which does nothing but acts as a data container
DESCRIPTION
This indicator can be used to store arbitrary series of data in particular temporary values used during calculations of complicated indicators. If you need to calculate the SMA of an expression, you can store the result of that expression in that indicator.
All arguments passed serves only one purpose : differentiate the various series of data stored. Care should be taken to ensure the uniqueness of the indicator name, if there is a chance that several instances of this indicator are active at the same time (e.g., when used as the long and short signals of a system).