bars
used as
indicator
data source.
period - defines Period of bars used as indicator data source.
shift - Defines which bar the indicator is calculated for: 0 -
current
unformed bar, 1 - previous bar and so on. Is of type Integer.
Time Period Integer - number of periods used in calculation
Line Double - Indicator output (the result of indicator calculation)
IndicatorCall - connects indicator block with other blocks to
continue
the …