ChartCallback#
API documentation for tradeexecutor.strategy.chart.definition.ChartCallback Python class in Trading Strategy framework.
- class ChartCallback[source]#
Bases:
object
One function serving chats.
- __init__(id, name, func, kind, description)#
- Parameters:
id (str) –
name (str) –
func (ChartFunction) –
kind (ChartKind) –
description (str) –
- Return type:
None
Methods
Attributes
Web slug
Fuman readable name
Underlying Python function
Kind of input the Python function expects
One sentence description of the chart function.
- func: ChartFunction#
Underlying Python function