Method | Description | |
---|---|---|
CloseLogFile ( ) : void |
Closes the log file.
|
|
DataPeriodToString ( DataPeriods dataPeriod ) : string |
Converts a data period from DataPeriods type to string.
|
|
GenerateMarketStats ( ) : void |
Generate the Market Statistics
|
|
GetGradientColor ( Color baseColor, int depth ) : Color |
Color change
|
|
GradientPaint ( |
Paints a rectangle with gradient
|
|
IsStrDescriptionRelevant ( ) : bool |
It tells if the strategy description is relevant.
|
|
Log ( string logLine ) : void |
Saves a text line in the log file.
|
|
SetStrategyIndicators ( ) : void |
Sets the indicator names
|
|
Start ( ) : void |
Initial settings.
|
Method | Description | |
---|---|---|
Data ( ) : System |
The default constructor.
|
|
InitMarketStatistic ( ) : void |
Initializes the stats names
|
public static DataPeriodToString ( DataPeriods dataPeriod ) : string | ||
dataPeriod | DataPeriods | |
return | string |
public static GetGradientColor ( Color baseColor, int depth ) : Color | ||
baseColor | Color | |
depth | int | |
return | Color |
public static GradientPaint ( |
||
g | ||
rect | ||
color | Color | |
depth | int | |
return | void |
public static IsStrDescriptionRelevant ( ) : bool | ||
return | bool |
public static SetStrategyIndicators ( ) : void | ||
return | void |