AbsoluteTakeProfitProtections
Summary
Represents a ladder of up to four partial take profits at absolute prices, followed by a final take profit that closes any remaining volume.
Signature
1 | |
Namespace
cAlgo.API
Methods
ToString
Signature
1 | |
Return Value
string
PrintMembers
Signature
1 | |
Parameters
| Name | Type | Description |
|---|---|---|
| builder | StringBuilder |
Return Value
bool
GetHashCode
Signature
1 | |
Return Value
int
Equals (2)
Equals (1 of 2)
Signature
1 | |
Parameters
| Name | Type | Description |
|---|---|---|
| obj | object |
Return Value
bool
Equals (2 of 2)
Signature
1 | |
Parameters
| Name | Type | Description |
|---|---|---|
| other | AbsoluteTakeProfitProtections |
Return Value
bool
$
Signature
1 | |
Return Value
AbsoluteTakeProfitProtections
Properties
FirstTakeProfit
Summary
Gets the first partial take profit, if any.
Signature
1 | |
Return Value
AbsoluteTakeProfitProtection
SecondTakeProfit
Summary
Gets the second partial take profit, if any.
Signature
1 | |
Return Value
AbsoluteTakeProfitProtection
ThirdTakeProfit
Summary
Gets the third partial take profit, if any.
Signature
1 | |
Return Value
AbsoluteTakeProfitProtection
FourthTakeProfit
Summary
Gets the fourth partial take profit, if any.
Signature
1 | |
Return Value
AbsoluteTakeProfitProtection
LastTakeProfit
Summary
Gets the final take profit that closes the remaining volume.
Signature
1 | |
Return Value
AbsoluteTakeProfitLastProtection