50 std::vector<int>
GetParams(
const std::string& fname);
94 std::string
GetNameStock(
const std::string& frame_name );
std::string MakeFrameName(const std::string &namestock, const ETime &tmscl)
Create a frame name string from its components.
"Clever" enumeration of the ListDataStock type : StockCSV, Volume, EMA, BOLL,...
Define Time period information for the data.
std::string GetNameStock(const std::string &frame_name)
Extract the stock name from a frame name.
ETime GetTimeScale(const std::string &frame_name)
Extract the TimeScale from a frame name.
std::string GetNameStock(const std::string &fname)
Extract the name of the stock.
Indicator GetIndicator(const std::string &fname)
Extract the Indicator from a fullname.
Indicator GetIndicator(const std::string &sname)
Extract the indicator from a frame name.
ETime
Enumeration for the different time representation, from instantaneous (INST) to year(YEAR) ...
std::string GetFrameName(const std::string &fname)
Extract NameStock_Timescale (FrameName) from a fullname.
std::string GetShortName(const std::string &fname)
Extract Indicator_params (string) from a fullname.
Declare all indicators (historical data and technical indicators) which can be computed and visualize...
std::string MakeShortName(const Indicator &indic, const std::vector< int > ¶m)
Create a short name from its components.
std::vector< int > GetParams(const std::string &fname)
Extract params from a fullname.
ETime GetTimeScale(const std::string &fname)
Extract the TimeScale from a fullname.