12 #include "../utils/Indicator.h"
13 #include "../utils/Utils.h"
28 std::exception(), mvec_param( vec_param )
31 std::cout <<
"Constructor TALibException with indicator and vec_param " << std::endl;
32 std::cout <<
"size vec_param " <<
mvec_param.size() << std::endl;
39 mTAMsg = message +
"\nParameters: ";
40 for (
unsigned int i = 0; i <
mvec_param.size(); ++i ) {
41 mTAMsg +=
" " + Utils::toString<int>( vec_param[i]);
"Clever" enumeration of the ListDataStock type : StockCSV, Volume, EMA, BOLL,...
std::vector< int > mvec_param
Centralize all exception coming form the TALib library interface.
std::string const label() const
Get the label.