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.
Last updated