api#

API documentation for tradeexecutor.webhook.api Python module in Trading Strategy.

Module description#

API function entrypoints.

Functions#

web_chart(request)

/chart endpoint.

web_file(request)

/file endpoint.

web_home(request)

/ endpoint.

web_icon(request)

Render the icon of the executor.

web_logs(request)

/logs endpoint.

web_metadata(request)

/metadata endpoint

web_notify(request)

Notify the strategy executor about the availability of new data.

web_ping(request)

/ping endpoint

web_source(request)

/source endpoint.

web_state(request)

/state endpoint.

web_status(request)

/status endpoint.

web_visulisation(request)

/visualisation endpoint.