Skip to content

RelativeStopLossProtection

Summary

Represents a stop loss defined as a distance (in pips) from the order's entry price.

Signature

1
public class RelativeStopLossProtection

Namespace

cAlgo.API

Methods

ToString

Signature

1
public string ToString()

Return Value

string

PrintMembers

Signature

1
protected bool PrintMembers(StringBuilder builder)

Parameters

Name Type Description
builder StringBuilder

Return Value

bool

GetHashCode

Signature

1
public int GetHashCode()

Return Value

int

Equals (2)

Equals (1 of 2)

Signature

1
public bool Equals(object obj)

Parameters

Name Type Description
obj object

Return Value

bool

Equals (2 of 2)

Signature

1
public bool Equals(RelativeStopLossProtection other)

Parameters

Name Type Description
other RelativeStopLossProtection

Return Value

bool

$

Signature

1
public RelativeStopLossProtection <Clone>$()

Return Value

RelativeStopLossProtection

Deconstruct

Signature

1
public void Deconstruct(Double& Distance)

Parameters

Name Type Description
Distance Double&

Return Value

void

Properties

Distance

Summary

The stop loss distance, in pips, from the order's entry price.

Signature

1
public double Distance {get; set;}

Return Value

double