Bar¶
Summary¶
Represents the Bar object.
Signature¶
1 |
|
Namespace¶
cAlgo.API
Methods¶
Name | Description |
---|---|
Equals | Defines whether the specified object is equal to this instance. |
GetHashCode | Returns the hash code for this instance. |
ToString | Returns a String that represents this instance. |
Properties¶
Name | Description |
---|---|
OpenTime { get; } | Gets the bar open time. |
Open { get; } | Gets the open price. |
High { get; } | Gets the High price. |
Low { get; } | Gets the Low price. |
Close { get; } | Gets the Close price. |
TickVolume { get; } | Gets the Tick volume. |
Last update: January 30, 2023