"Начинать с" в блоке Формула

"Начинать с" в блоке Формула

when working with Index in the formula, you should know about "Begin with" parameter

If we do so : RSI[i-Constant]

Then we must indicate parameter Begin With

it should be bigger than here, in optimization:

ConstantWithIndex.tscript
Save the file to your computer.
Open Lab | Scripts.
Click Load from file.\

If we do RSI[i-formula2]
You must specify "Begin with" a value greater than the maximum value of the formula2

FormulaOrIndicatorWithIndex.tscript
Save the file to your computer.
Open Lab | Scripts.
Click Load from file.