ROOT_Application  2.0
C++ Core modules and GUIStock
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Variables
anonymous_namespace{Indicator.cpp} Namespace Reference

Unamed namespace in Indicator. More...

Variables

std::string indicator_labels_ [] = {"Null","StockCSV", "StockInst", "Volume", "SMA","EMA","WMA", "MACD", "BOLL","RSI", "AD","STOCHF"}
 
int indicator_nb_param_ [] = { 0, 0, 0, 0, 1, 1, 1, 3, 3, 1, 0, 2}
 
int indicator_nb_input_ [] = { 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 4, 3}
 
int indicator_nb_output_ [] = { 0 , 4 , 1 , 1, 1, 1 , 1, 3, 3, 1, 1, 2}
 
bool bool_default_ [] = { false, false, false, false, false,false,false, true, true, true,false, true}
 
int default_value_ [][3] = { {}, {}, {}, {}, {}, {}, {},{12,26,9}, {5,2,2},{14},{}, {5,3}}
 
char descp_ [][12] = { "", "LC0", "LC0", "LBR", "P0B","P0B","P0B","KP0RP0BLBR","KP0VP0BP0V", "P", "P", "PP"}
 
unsigned int nb_label =12
 

Detailed Description

Unamed namespace in Indicator.

Variable Documentation

bool anonymous_namespace{Indicator.cpp}::bool_default_[] = { false, false, false, false, false,false,false, true, true, true,false, true}

Definition at line 40 of file Indicator.cpp.

Referenced by Indicator::HasDefaultValues().

int anonymous_namespace{Indicator.cpp}::default_value_[][3] = { {}, {}, {}, {}, {}, {}, {},{12,26,9}, {5,2,2},{14},{}, {5,3}}

Definition at line 42 of file Indicator.cpp.

Referenced by Indicator::GetDefaultValues().

char anonymous_namespace{Indicator.cpp}::descp_[][12] = { "", "LC0", "LC0", "LBR", "P0B","P0B","P0B","KP0RP0BLBR","KP0VP0BP0V", "P", "P", "PP"}

Definition at line 45 of file Indicator.cpp.

Referenced by Indicator::GetDescription().

std::string anonymous_namespace{Indicator.cpp}::indicator_labels_[] = {"Null","StockCSV", "StockInst", "Volume", "SMA","EMA","WMA", "MACD", "BOLL","RSI", "AD","STOCHF"}
int anonymous_namespace{Indicator.cpp}::indicator_nb_input_[] = { 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 4, 3}

Definition at line 37 of file Indicator.cpp.

Referenced by Indicator::nb_input().

int anonymous_namespace{Indicator.cpp}::indicator_nb_output_[] = { 0 , 4 , 1 , 1, 1, 1 , 1, 3, 3, 1, 1, 2}

Definition at line 39 of file Indicator.cpp.

Referenced by Indicator::Change(), and Indicator::nb_output().

int anonymous_namespace{Indicator.cpp}::indicator_nb_param_[] = { 0, 0, 0, 0, 1, 1, 1, 3, 3, 1, 0, 2}

Definition at line 35 of file Indicator.cpp.

Referenced by Indicator::nb_param(), and Indicator::NeedToComputeTA().

unsigned int anonymous_namespace{Indicator.cpp}::nb_label =12

Definition at line 47 of file Indicator.cpp.

Referenced by Indicator::GetListAllIndicator().