I stumbled upon the following. When coding a strategy, there is an option to use the following:
BarsArray[].SplitAdjusted
What does this do? Specifically, is this a bool that lets me pass a split adjusted or not split adjusted DataSeries to an Indicator? I do not see this documented, it was found via autocomplete typing.
Thanks

Comment