| Open[N] | Returns open price of the Nth candle |
| Close[N] | Returns close price of the Nth candle |
| High[N] | Returns high price of the Nth candle |
| Low[N] | Returns low price of the Nth candle |
| Volume[N] | Returns volume of the Nth candle |
| Time[N] | Returns open time of the Nth candle |
| Body[N] | Returns body size of the Nth candle |
| OpenYear[N] | Returns year of open time of the Nth candle |
| OpenMonth[N] | Returns month of open time of the Nth candle |
| OpenDay[N] | Returns day of open time of the Nth candle |
| OpenDayOfYear[N] | Returns year day of open time of the Nth candle |
| OpenDayOfMonth[N] | Returns month day of open time of the Nth candle |
| OpenDayOfWeek[N] | Returns week day of open time of the Nth candle |
| OpenWeek[N] | Returns week number of open time of the Nth candle |
| OpenHour[N] | Returns hour of open time of the Nth candle |
| OpenMinute[N] | Returns minute of open time of the Nth candle |
| SecondsAfterOpen[N] | Returns open duration of the Nth candle |
| LongShadow[N] | Returns long shadow size of the Nth candle |
| ShortShadow[N] | Returns short shadow size of the Nth candle |
| UpperShadow[N] | Returns upper shadow size of the Nth candle |
| LowERShadow[N] | Returns lower shadow size of the Nth candle |
| IsBull[N] , IsBullish[N] | Returns True if Nth candle is bullish |
| IsBear[N] , IsBearish[N] | Returns True if Nth candle is bearish |
| IsDoji[N] | Returns True if Nth candle is doji |
| CandleNumber[n] | Returns number of candle for Nth indicator. |
| NewCandle | Returns true if new candle is received |