OANDA · Schema

CandlestickGranularity

The granularity of a candlestick

ForexFX TradingCFD TradingFinancial ServicesTrading APIs
View JSON Schema on GitHub

JSON Schema

CandlestickGranularity.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "CandlestickGranularity",
  "description": "The granularity of a candlestick",
  "type": "string",
  "enum": [
    "S5",
    "S10",
    "S15",
    "S30",
    "M1",
    "M2",
    "M4",
    "M5",
    "M10",
    "M15",
    "M30",
    "H1",
    "H2",
    "H3",
    "H4",
    "H6",
    "H8",
    "H12",
    "D",
    "W",
    "M"
  ]
}