Chart Functions

Account management functions are used to get your accoutn value, cash, etc. You can see a list of them below:

add_marker(name[, symbol, value, color, ...])

Adds a marker to the trades chart.

add_line(name, value[, color, style, width, ...])

Adds a line data point to the trades chart.

get_markers_df()

Returns the markers on the trades chart.

get_lines_df()

Returns the lines on the trades chart.