ChartRiskReward¶
Summary¶
Represents the risk reward chart object.
Signature
1 |
|
Namespace¶
cAlgo.API
Properties¶
Time1¶
Summary
Gets or sets the value 1 on the Time line.
Signature
1 |
|
Return Value
DateTime
Time2¶
Summary
Gets or sets the value 2 on the Time line.
Signature
1 |
|
Return Value
DateTime
EntryPrice¶
Summary
Gets or sets the entry price.
Signature
1 |
|
Return Value
double
StopLossPrice¶
Summary
Gets or sets the stop loss price.
Signature
1 |
|
Return Value
double
TakeProfitPrice¶
Summary
Gets or sets the take profit price.
Signature
1 |
|
Return Value
double
RiskColor¶
Summary
Gets or sets the risk color.
Signature
1 |
|
Return Value
Color
RiskLineStyle¶
Summary
Gets or sets the risk line style.
Signature
1 |
|
Return Value
LineStyle
RiskThickness¶
Summary
Gets or sets the risk line thickness.
Signature
1 |
|
Return Value
int
RewardColor¶
Summary
Gets or sets the reward color.
Signature
1 |
|
Return Value
Color
RewardLineStyle¶
Summary
Gets or sets the reward style.
Signature
1 |
|
Return Value
LineStyle
RewardThickness¶
Summary
Gets or sets the reward thickness.
Signature
1 |
|
Return Value
int
VolumeInUnits¶
Summary
Gets or sets the volume (in units).
Signature
1 |
|
Return Value
double
OrderType¶
Summary
Gets or sets the order type.
Signature
1 |
|
Return Value
OrderType
TradeType¶
Summary
Gets or sets the trade type.
Signature
1 |
|
Return Value
TradeType
IsFixedRatio¶
Summary
Gets or sets if risk reward ratio is fixed or not.
Signature
1 |
|
Return Value
bool
IsMarketRange¶
Summary
Gets or sets if order type is market range.
Signature
1 |
|
Return Value
bool
MarketRangePips¶
Summary
Gets or sets order market range pips amount.
Signature
1 |
|
Return Value
double
LimitRangePips¶
Summary
Gets or sets order limit range pips amount.
Signature
1 |
|
Return Value
double
Type¶
Summary
Gets or sets type.
Signature
1 |
|
Return Value
ChartRiskRewardType
RiskRewardRatio¶
Summary
Gets or sets risk reward ratio.
Signature
1 |
|
Return Value
double