Bar Structure |
Namespace: TradingAPI.MT4Server
The Bar type exposes the following members.
| Name | Description | |
|---|---|---|
| ToString |
Convert to string
(Overrides ValueTypeToString.) |
| Name | Description | |
|---|---|---|
| Close |
Close price.
| |
| High |
Maximum price.
| |
| Low |
Minimum price.
| |
| Open |
Open price.
| |
| Time |
Bar open time.
| |
| Volume |
Volume.
|