|
GBasics - Structures and enumerations
The structures and enumerations contain important data for the data-in/out-put of the Glib classes.
These are used to enable a simple and unambiguous communication between you and the classes.
GEnumChartPatternsIdentification
GEnumChartPatternsIdentification contains the 15 most commonly traded chart formations for use in the GChartPatterns class. FORMATION_NONE describes no recognized formation.
Top Patterns
Identifier |
Description |
TOP |
Simple top point (currently inactive) |
DOUBLE_TOP |
Double-Top-Reversal-Pattern |
TRIPPLE_TOP |
Tripple-Top Reversal-Pattern |
HEAD_SHOULDER |
Head-and-Shoulders-Reversal-Pattern |
Continuation Patterns Short
Identifikator |
Beschreibung |
TRIANGLE_DOWN |
Triangle-Continuation-Pattern downwards |
FLAG_RISING |
Rising-Flag-Continuation-Pattern |
WEDGE_RISING |
Rising-Wedge-Continuation-Pattern |
Bottom Patterns
Identifier |
Description |
BOTTOM |
Simple bottom point (currently inactive) |
DOUBLE_BOTTOM |
Double-Bottom-Reversal-Pattern |
TRIPPLE_BOTTOM |
Tipple-Bottom-Reversal-Pattern |
INVERTED_HEAD_SHOULDER |
Inverted-Head-and-Shoulder-Reversal-Pattern |
Continuation Patterns Long
Identifier |
Description |
TRIANGLE_UP |
Triangle-Continuation-Pattern rising |
FLAG_FALLING |
Falling-Flag-Continuation-Pattern |
WEDGE_FALLING |
Falling-Wedge-Continuation-Pattern |
Continuation Patterns Long/Short
Identifier |
Description |
TRIANGLE |
Triangle-Continuation-Pattern |
BROADENING_TOP |
Breoadening-Top-Continuation-Pattern |
RECTANGLE |
Rectangle-Continuation-Pattern |
All listed formations can be found as a string in the array GChartPatternsNames.
Example:
string formation_name = GChartPatternsNames[HEAD_SHOULDER]; //--- Prints: Head_Shoulder |
Direction
The Direction is used to define the direction of a course or trend.
Identifier |
Description |
DIRECTION_NONE |
No movement |
DIRECTION_SHORT |
Breakout / Movement towards Short |
DIRECTION_LONG |
Breakout / Movement towards Long |