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

Implementation file. More...

#include "Indicator.h"
#include "Utils.h"
Include dependency graph for Indicator.cpp:

Go to the source code of this file.

Namespaces

 anonymous_namespace{Indicator.cpp}
 Unamed namespace in Indicator.
 

Functions

std::ostream & operator<< (std::ostream &o, Indicator c)
 

Variables

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_param_ [] = { 0, 0, 0, 0, 1, 1, 1, 3, 3, 1, 0, 2}
 
int anonymous_namespace{Indicator.cpp}::indicator_nb_input_ [] = { 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 4, 3}
 
int anonymous_namespace{Indicator.cpp}::indicator_nb_output_ [] = { 0 , 4 , 1 , 1, 1, 1 , 1, 3, 3, 1, 1, 2}
 
bool anonymous_namespace{Indicator.cpp}::bool_default_ [] = { false, false, false, false, false,false,false, true, true, true,false, true}
 
int anonymous_namespace{Indicator.cpp}::default_value_ [][3] = { {}, {}, {}, {}, {}, {}, {},{12,26,9}, {5,2,2},{14},{}, {5,3}}
 
char anonymous_namespace{Indicator.cpp}::descp_ [][12] = { "", "LC0", "LC0", "LBR", "P0B","P0B","P0B","KP0RP0BLBR","KP0VP0BP0V", "P", "P", "PP"}
 
unsigned int anonymous_namespace{Indicator.cpp}::nb_label =12
 

Detailed Description

Implementation file.

last modified:

Id:
Indicator.cpp 514 2014-12-19 21:52:42Z martinml

Definition in file Indicator.cpp.

Function Documentation

std::ostream& operator<< ( std::ostream &  o,
Indicator  c 
)

Definition at line 298 of file Indicator.cpp.

References Indicator::label().

Here is the call graph for this function: