Method | Description | |
---|---|---|
Calculate ( SlotTypes slotType ) : void |
Calculates the indicator's components
|
|
Previous_Bar_Closing ( SlotTypes slotType ) : System |
Sets the default indicator parameters for the designated slot type
|
|
SetDescription ( SlotTypes slotType ) : void |
Sets the indicator logic description
|
|
ToString ( ) : string |
Indicator to string
|
public Calculate ( SlotTypes slotType ) : void | ||
slotType | SlotTypes | |
return | void |
public Previous_Bar_Closing ( SlotTypes slotType ) : System | ||
slotType | SlotTypes | |
return | System |
public SetDescription ( SlotTypes slotType ) : void | ||
slotType | SlotTypes | |
return | void |