Пример #1
0
 /// <summary>Return the end time for this candle given 'time_frame'</summary>
 public DateTimeOffset CloseTime(ETimeFrame time_frame)
 {
     return(TimestampUTC + Misc.TimeFrameToTimeSpan(1.0, time_frame));
 }