프로퍼티 | 타입 | 설명 | |
---|---|---|---|
BtnDefault_Click | void | ||
BtnHelp_Click | void | ||
BtnOk_Click | void | ||
CalculateIndicator | bool | ||
CalculateIndicator | void | ||
Group_Changed | void | ||
Label_MouseEnter | void | ||
Label_MouseLeave | void | ||
LblIndicatorInfo_Click | void | ||
LblIndicatorWarning_Click | void | ||
PanelBase_Paint | void | ||
Param_Changed | void | ||
SetClosingLogicConditions | void | ||
SetDefaultGroup | void | ||
SetIndicatorNotification | void | ||
SetLogicalGroup | void | ||
SetOppositeSignalBehaviour | void | ||
SetTreeViewIndicators | void | ||
TrvIndicatorsLoadIndicator | void | ||
TrvIndicators_KeyPress | void | ||
TrvIndicators_NodeMouseDoubleClick | void | ||
UpdateBalanceChart | void | ||
UpdateFromIndicatorParam | void |
메소드 | 설명 | |
---|---|---|
Indicator_Dialog ( int slotNumb, SlotTypes slotType, bool isDefined ) : System |
Constructor
|
메소드 | 설명 | |
---|---|---|
OnLoad ( |
OnLoad
|
|
OnResize ( |
Recalculates the sizes and positions of the controls after resizing.
|
메소드 | 설명 | |
---|---|---|
BtnDefault_Click ( object sender, |
Loads the default parameters for the selected indicator.
|
|
BtnHelp_Click ( object sender, |
Shows help for the selected indicator.
|
|
BtnOk_Click ( object sender, |
Closes the dialog.
|
|
CalculateIndicator ( SlotTypes slotType, |
Calculates an indicator and returns OK status.
|
|
CalculateIndicator ( bool bCalculateStrategy ) : void |
Calculates the selected indicator.
|
|
Group_Changed ( object sender, |
Sets the slot group.
|
|
Label_MouseEnter ( object sender, |
Changes the background color of a label when the mouse enters.
|
|
Label_MouseLeave ( object sender, |
Changes the background color of a label when the mouse leaves.
|
|
LblIndicatorInfo_Click ( object sender, |
Shows the indicator description
|
|
LblIndicatorWarning_Click ( object sender, |
Shows the indicator warning
|
|
PanelBase_Paint ( object sender, PaintEventArgs e ) : void |
Paints the base panel
|
|
Param_Changed ( object sender, |
Calculates strategy when a parameter was changed.
|
|
SetClosingLogicConditions ( ) : void |
Sets or restores the closing logic conditions.
|
|
SetDefaultGroup ( ) : void |
Sets the default logical group of the slot.
|
|
SetIndicatorNotification ( |
Sets the indicator overview.
|
|
SetLogicalGroup ( ) : void |
Sets the logical group of the slot.
|
|
SetOppositeSignalBehaviour ( ) : void |
Sets or restores the opposite signal behavior.
|
|
SetTreeViewIndicators ( ) : void |
Sets the trvIndicators nodes
|
|
TrvIndicatorsLoadIndicator ( |
Loads an Indicator
|
|
TrvIndicators_KeyPress ( object sender, |
Loads the default parameters for the chosen indicator.
|
|
TrvIndicators_NodeMouseDoubleClick ( object sender, |
Loads the default parameters for the chosen indicator.
|
|
UpdateBalanceChart ( ) : void | ||
UpdateFromIndicatorParam ( |
Sets the controls' parameters.
|
public Indicator_Dialog ( int slotNumb, SlotTypes slotType, bool isDefined ) : System | ||
slotNumb | int | |
slotType | SlotTypes | |
isDefined | bool | |
리턴 | System |