Represents a candle in trading, which includes open, high, low, and close prices.
More...
|
| decimal | Open [get, set] |
| | Gets or sets the opening price of the candle.
|
| |
| decimal | High [get, set] |
| | Gets or sets the highest price reached during the candle's time period.
|
| |
| decimal | Low [get, set] |
| | Gets or sets the lowest price reached during the candle's time period.
|
| |
| decimal | Close [get, set] |
| | Gets or sets the closing price of the candle.
|
| |
Represents a candle in trading, which includes open, high, low, and close prices.
◆ Close
| decimal ATAS.Indicators.Candle.Close |
|
getset |
Gets or sets the closing price of the candle.
◆ High
| decimal ATAS.Indicators.Candle.High |
|
getset |
Gets or sets the highest price reached during the candle's time period.
◆ Low
| decimal ATAS.Indicators.Candle.Low |
|
getset |
Gets or sets the lowest price reached during the candle's time period.
◆ Open
| decimal ATAS.Indicators.Candle.Open |
|
getset |
Gets or sets the opening price of the candle.
The documentation for this class was generated from the following file: