Table of Contents

Property EndTime

Namespace
WhalesSecret.TradeScriptLib.Entities.MarketData
Assembly
WhalesSecret.TradeScriptLib.dll

EndTime

UTC timestamp of the end of the time frame for which the candlestick data was retrieved. Every returned candlestick starts before this timestamp, but may end after this timestamp.

public DateTime EndTime { get; }

Property Value

DateTime

Examples

We request Hour1 candles between yesterday 00:12:30 and yesterday 02:43:33, we should receive 2 candles from 01:00:00 and 02:00:00 and the second candle will cover time from 02:00:00 to 02:59:59, which is after the end time value.