Creating Custom Studies
Displaying your data as an indicator
To display your own indicators there is a custom_indicators_getter field in Widget Constructor. There is a variety of plot types, such as lines, arrows, bar colorers, etc. For full reference please see the Metainfo section.
The custom indicator is an object with the following fields:
name
- your study name, it will be used internally by the librarymetainfo
- study metainfo, for details please see Metainfo articleconstructor
- the field containing required functionsinit()
andmain()
. Constructor page