OANDA · Schema

WeeklyAlignment

The day of the week to use for candlestick granularities with weekly alignment.

ForexFX TradingCFD TradingFinancial ServicesTrading APIs
View JSON Schema on GitHub

JSON Schema

WeeklyAlignment.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "WeeklyAlignment",
  "description": "The day of the week to use for candlestick granularities with weekly alignment.",
  "type": "string",
  "enum": [
    "Monday",
    "Tuesday",
    "Wednesday",
    "Thursday",
    "Friday",
    "Saturday",
    "Sunday"
  ]
}