• 0Shopping Cart
WhenToTrade
  • Magazine
    • Main Magazine Section
    • Current Market Cycles Stats
    • Area: Frontpage Article
    • Area: Publications
    • Area: Knowledge & Academy
    • Area: Science & Research
    • Full Article Library
    • Video Library (old version)
  • Core Features
    • Cycle Analysis Toolbox
    • Dynamic Cycles Explained
    • Financial “Stress” Cycles
    • Social Media Sentiment Cycles
    • Intraday Volume Cycles
    • Genetic Algorithm Info page
    • Non-Linear Indicators – Cyclic Time Part 1
    • Non-Linear Indicators – Cyclic Time Part 2
    • Why we do, what we do.
  • Books
    • Book Part1: Dynamic Cycles
    • Book Part2: Metonic Cycles
  • Developers
    • Managed Dev Portal
    • API Docs
    • API – Try It Out!
    • API – Get Client SDK
  • Academy
    • Your Cycles Course Library
    • Dynamic Cycles Explained
    • Cycle Forecasts & Reviews
    • Sentiment Cycles / PsychSignal
    • Genetic Algorithm
    • WTT Charting
    • Seminars
  • Products
    • Cycle Toolbox & Pricing
    • Daily Cycles Briefing Mail
    • Browse Product Catalog
    • FAQ
    • WTT Charting Features
  • Forum
  • Login/Register
  • Search
  • Menu Menu
  • Youtube
  • LinkedIn
  • Twitter

API – POST CycleExplorer

Documentation

Overview

Endpoints
MarketCycles/{symbol}
CycleExplorer

POST    /api/CycleExplorer

Dominant cycle analysis for individual datasets. Can be used to plot Dominant Cycles as indicators on a chart with any charting platform, e.g. NinjaTrader or TradeStation. Returns current dominant cycle.

Input:

  • Price data-set as double array (POST).
  • Range (min/max) as query parameters to scan for actual dominant cycle length and last date to use.

Output:

  • Current dominant cycle length in bars
  • Cycle info (amplitude, phase)
  • Human readable last cycle pivots as bar offset from last bar (lastlow, lasttop)
  • Human readable next cycle pivots as bot offsets from last bar (nextlow, nexttop)
  • Human readable current cycle phase (e.g. approaching top)
  • Profitability score for trading the detected cycle against the price dataset
  • Phasing Score to show the combined phase status for current long- and short-term cycle on a scale from (-200 to +200
  • Full timeseries datapoints with cycle value, price-cycle and close to plot a chart with dominant cycle as indicator

Example Request:

Returns dominant cycle information for a manual data-set included in POST body of the request:

https://api.marketcycles.online/api/CycleExplorer?minCycleLength=30&maxCycleLength=290&plotForward=0&includeTimeseries=true&api_Key=wttpreview

Parameters

ParameterValueDescriptionParameter TypeData Type