Get Plot Topic List

This API returns the plot topic lists related to a trading job. See Plots for more information on plot topics.

URL: /trading_job/plot_topic_list/<Unique job id> Method: GET

Response Structure (Sample)

[
    "Candle Close Price",
    "LIMIT Order Placed: Buy",
    "LIMIT Order Placed: Sell",
    "LIMIT Order Completed: Buy",
    "LIMIT Order Completed: Sell",
    "MARKET Order Completed: Buy",
    "MARKET Order Completed: Sell",
    "Order Canceled: Buy",
    "Order Canceled: Sell",
    "Order Rejected: Buy",
    "Order Rejected: Sell",
    "Usable Base Asset Balance ($)",
    "Usable Quote Asset Balance ($)",
    "Total Base Asset Balance ($)",
    "Total Quote Asset Balance ($)",
    "Usable Equity ($)",
    "Total Equity ($)",
    "Pending Buy Level",
    "Pending Sell Level",
    "Holding Component",
    "Half Buy Pending Component",
    "Half Sell Pending Component",
    "Pending Component",
    "Fee Component",
    "Base Gain Component",
    "Quote Gain Component",
    "MM Gain Component",
    "Big Bulls MM Gain",
    "Net MM Gain",
    "Resultant Gain",
    "Open Buy Count",
    "Open Sell Count",
    "Open Full Count",
    "Short Moving Avg",
    "Long Moving Avg",
    "RSI",
    "OBV"
]

Last updated