Skip to content

ChartRiskReward

Summary

Represents the risk reward chart object.

Signature

1
public abstract interface ChartRiskReward

Namespace

cAlgo.API

Properties

Time1

Summary

Gets or sets the value 1 on the Time line.

Signature

1
public abstract DateTime Time1 {get; set;}

Return Value

DateTime

Time2

Summary

Gets or sets the value 2 on the Time line.

Signature

1
public abstract DateTime Time2 {get; set;}

Return Value

DateTime

EntryPrice

Summary

Gets or sets the entry price.

Signature

1
public abstract double EntryPrice {get; set;}

Return Value

double

StopLossPrice

Summary

Gets or sets the stop loss price.

Signature

1
public abstract double StopLossPrice {get; set;}

Return Value

double

TakeProfitPrice

Summary

Gets or sets the take profit price.

Signature

1
public abstract double TakeProfitPrice {get; set;}

Return Value

double

RiskColor

Summary

Gets or sets the risk color.

Signature

1
public abstract Color RiskColor {get; set;}

Return Value

Color

RiskLineStyle

Summary

Gets or sets the risk line style.

Signature

1
public abstract LineStyle RiskLineStyle {get; set;}

Return Value

LineStyle

RiskThickness

Summary

Gets or sets the risk line thickness.

Signature

1
public abstract int RiskThickness {get; set;}

Return Value

int

RewardColor

Summary

Gets or sets the reward color.

Signature

1
public abstract Color RewardColor {get; set;}

Return Value

Color

RewardLineStyle

Summary

Gets or sets the reward style.

Signature

1
public abstract LineStyle RewardLineStyle {get; set;}

Return Value

LineStyle

RewardThickness

Summary

Gets or sets the reward thickness.

Signature

1
public abstract int RewardThickness {get; set;}

Return Value

int

VolumeInUnits

Summary

Gets or sets the volume (in units).

Signature

1
public abstract double VolumeInUnits {get; set;}

Return Value

double

OrderType

Summary

Gets or sets the order type.

Signature

1
public abstract OrderType OrderType {get; set;}

Return Value

OrderType

TradeType

Summary

Gets or sets the trade type.

Signature

1
public abstract TradeType TradeType {get; set;}

Return Value

TradeType

IsFixedRatio

Summary

Gets or sets if risk reward ratio is fixed or not.

Signature

1
public abstract bool IsFixedRatio {get; set;}

Return Value

bool

IsMarketRange

Summary

Gets or sets if order type is market range.

Signature

1
public abstract bool IsMarketRange {get; set;}

Return Value

bool

MarketRangePips

Summary

Gets or sets order market range pips amount.

Signature

1
public abstract double MarketRangePips {get; set;}

Return Value

double

LimitRangePips

Summary

Gets or sets order limit range pips amount.

Signature

1
public abstract double LimitRangePips {get; set;}

Return Value

double

Type

Summary

Gets or sets type.

Signature

1
public abstract ChartRiskRewardType Type {get; set;}

Return Value

ChartRiskRewardType

RiskRewardRatio

Summary

Gets or sets risk reward ratio.

Signature

1
public abstract double RiskRewardRatio {get; set;}

Return Value

double