Method | Description | |
---|---|---|
AddCloseFilter ( ) : int |
Adds a new Close Filter to the strategy.
|
|
AddOpenFilter ( ) : int |
Adds a new Open Filter to the strategy.
|
|
AdjustUsePreviousBarValue ( ) : bool |
Sets Use prv bar value automaticaly
|
|
Clone ( ) : |
Returns a copy of the current strategy.
|
|
DuplicateFilter ( int slotToDuplicate ) : void |
Duplicates an logic condition.
|
|
GenerateBBCode ( ) : string |
Saves the strategy in BBCode format.
|
|
GenerateHTMLOverview ( ) : string |
Generate Overview in HTML code
|
|
GenerateNew ( ) : void |
Generates a new strategy.
|
|
GetDefaultGroup ( int slot ) : string |
Gets the default logical group for the designated slot number.
|
|
GetSlotType ( int slot ) : SlotTypes |
Gets the type of the slot.
|
|
Load ( string filename ) : bool |
Loads the strategy from a file in XML format.
|
|
MoveFilterDownwards ( int slotToMove ) : void |
Moves a filter downwards.
|
|
MoveFilterUpwards ( int slotToMove ) : void |
Moves a filter upwards.
|
|
PrepareUsePrevBarValueCheckBox ( SlotTypes slotType ) : bool |
Prepare the checkbox
|
|
RemoveAllCloseFilters ( ) : void |
Removes all close filters from the strategy.
|
|
RemoveFilter ( int slotToRemove ) : void |
Removes a filter from the strategy.
|
|
Save ( string fileName ) : void |
Saves the strategy in XML format.
|
|
SetFirstBar ( ) : int |
Sets the strategy First Bar. It depends on the indicators periods.
|
|
SetUsePrevBarValueCheckBox ( int slot ) : bool |
Sets the "Use previous bar value" checkbox
|
|
Strategy ( ) : System |
The default constructor.
|
|
Strategy ( int openFilters, int closeFilters ) : System |
Sets a new strattegy.
|
|
ToString ( ) : string |
Represents the strategy in a readable form.
|
Method | Description | |
---|---|---|
AdditionalStatsHTMLReport ( ) : StringBuilder |
Generates a HTML report about the additional stats
|
|
AveragingHTMLReport ( ) : StringBuilder |
Generates a HTML report about the averaging logic.
|
|
ClosingLogicHTMLReport ( ) : StringBuilder |
Generates a HTML report about the closing logic.
|
|
CreateStrategy ( int openFilters, int closeFilters ) : void |
Creates a strategy
|
|
EnvironmentHTMLReport ( ) : StringBuilder |
Generates a HTML report about the trading environment.
|
|
OpeningLogicHTMLReport ( ) : StringBuilder |
Generates a HTML report about the opening logic.
|
|
Plural ( string unit, double number ) : string |
Appends "s" when plural
|
|
StrategyPropertiesHTMLReport ( ) : StringBuilder |
Generates a HTML report about the strategy properties.
|
|
StrategySlotsHTMLReport ( ) : StringBuilder |
Generates a HTML report about the strategy slots
|
|
TradingSizeHTMLReport ( ) : StringBuilder |
Generates a HTML report about the trading sizes.
|
|
TradingStatsHTMLReport ( ) : StringBuilder |
Generates a HTML report about the trading stats
|
public DuplicateFilter ( int slotToDuplicate ) : void | ||
slotToDuplicate | int | |
return | void |
public static Load ( string filename ) : bool | ||
filename | string | |
return | bool |
public MoveFilterDownwards ( int slotToMove ) : void | ||
slotToMove | int | |
return | void |
public MoveFilterUpwards ( int slotToMove ) : void | ||
slotToMove | int | |
return | void |
public PrepareUsePrevBarValueCheckBox ( SlotTypes slotType ) : bool | ||
slotType | SlotTypes | |
return | bool |
public RemoveFilter ( int slotToRemove ) : void | ||
slotToRemove | int | |
return | void |
public SetUsePrevBarValueCheckBox ( int slot ) : bool | ||
slot | int | |
return | bool |
public Strategy ( int openFilters, int closeFilters ) : System | ||
openFilters | int | |
closeFilters | int | |
return | System |