Table of Contents

Property IsEmpty

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

IsEmpty

true if the candle is "empty", false otherwise. Empty candle is not a real candle, it is a dummy placeholder for a candle which we are missing.

[JsonIgnore]
public readonly bool IsEmpty { get; }

Property Value

bool