![]() |
Trading System API
3.0
Library for Simulating and Deploying Trading and Investment Strategies
|
Functions | |
sref< double > | tsa::AVERAGE (const container &c) |
Returns the average of the current values of all series in given container c. | |
sref< double > | tsa::MAX (const container &c) |
Returns the maximum current values of all series in given container c. | |
sref< double > | tsa::MEAN (const container &c) |
Alias for AVERAGE(const container& c). | |
sref< double > | tsa::MIN (const container &c) |
Returns the minimum current values of all series in given container c. | |
sref< double > | tsa::SUM (const container &c) |
Returns the sum of the current values of all series in given container c. | |