StockSharp - trading and algorithmic trading platform
StockSharp - trading and algorithmic trading platform
StockSharp API
StockSharp.Algo.Candles
CandleHelper Class
CandleHelper Methods
Compress Method
FilterSmallerTimeFrames Method
GetBody Method
GetBottomShadow Method
GetCandle(TCandle) Method
GetCandleBounds Method
GetCandleCount Method
GetCandles Method
GetCurrentCandle(TCandle) Method
GetLength Method
GetSeries(TCandle) Method
GetTimeFrameCandle Method
GetTimeFrameCount Method
GetTopShadow Method
GetValueArea Method
IsBullishOrBearish Method
IsCandle Method
IsCandlesRegistered(TCandle) Method
IsDragonflyOrGravestone Method
IsHammer Method
IsMarubozu Method
IsSpinningTop Method
IsWhiteOrBlack Method
PnF Method
Range Method
Renko Method
Start Method
Tick Method
TimeFrame Method
ToCandles Method
ToTrades Method
TryGetCandlesBuildFrom Method
Volume Method
CandleHelper
IsCandle Method
Determines whether the specified type is derived from
Candle
.
Namespace:
StockSharp.Algo.Candles
Assembly:
StockSharp.Algo (in StockSharp.Algo.dll) Version: 4.4.17.0 (4.4.17)
Syntax
C#
Copy
public
static
bool
IsCandle
(
this
Type
candleType
)
Parameters
candleType
Type:
System
Type
The candle type.
Return Value
Type:
Boolean
if the specified type is derived from
Candle
, otherwise,
.
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
Type
. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic)
or
Extension Methods (C# Programming Guide)
.
See Also
Reference
CandleHelper Class
StockSharp.Algo.Candles Namespace
© 2019 - StockSharp LP
Send comments on this topic to
feedback