src
and length
:
length
and source
parameters can be easily changed
in indicator’s Settings dialog:
@param.*
decorators (e.g. @param.int
) to the Main
entry point of the indicator.id
— which is a string unique identifier of the parameter (the very first argument of any @param.*
decorator),default
— which is a default value of the parameter.title
and min
.Main
function (after the self
parameter) with the name which is equal to the id
of the
parameter.int
, created with decorator @param.int
bool
, created with decorator @param.bool
float
, created with decorator @param.float
str
, created with decorator @param.str
SeriesF
, created with decorator @param.source
TimeFrame
, created with decorator @param.time_frame