Namespace within CIQ.SignalIQ that represents painting a bar on an OHLC chart.
- Since:
-
8.7.0
Methods
-
create(data)
-
Creates a signal as a "painted" OHLC bar.
Parameters:
Name Type Description data
CIQ.SignalIQ~NotificationData Parameters used to create paintbar.
- Since:
-
8.7.0
Returns:
The object representing a painted bar.
- Type
- object
-
getInjection(stx)
-
Parameters:
Name Type Description stx
CIQ.ChartEngine Chart engine
Returns:
Appropriate function to call after the chart is renderered. The function depends on the chart type.
- Type
- function