ATS
  • Overview
  • Getting Started
    • Quickstart
    • Sample Trading Configs
  • Basics
    • Definitions & Terminology
    • What is Market Making
    • Plots
    • Trading Report
    • Architecture
    • Exchange Configs
    • Strategy Configs
    • Canonical Namespaces
  • APIs
    • Create Trading Job
    • List Trading Jobs
    • Run Trading Job
    • Stop Trading Job
    • Get Plot Topic List
    • Plot Topics
    • Realtime Logs
  • Customizations
    • Adding a New Exchange
    • Adding a Strategy
    • Adding an Indicator
    • Custom Fee Structures
    • Adding a New Plot
Powered by GitBook
On this page
  • Request Structure (Sample)
  • Response Structure
  1. APIs

Plot Topics

This API is used to genetate plots with different layout configurations. To understand more about plot layout, please refer Plots section.

URL: /trading_job/plot_topics/<Unique trading job> Method: POST

Request Structure (Sample)

{
    "plots":[{"topic":"Candle Close Price","col":1,"row":1},{"topic":"LIMIT Order Placed: Buy","col":1,"row":2}],
    "rows": 2,
    "cols": 1,
    "length": 1000
}

Response Structure

Response is the HTML containing the plot. This includes styles and javascripts as well to produce an interactive experience.

PreviousGet Plot Topic ListNextRealtime Logs

Last updated 7 months ago