Is there any explanation for when we can use indicators with long names (StandardDeviation) and where we should use indicators with short names (self.STD), and where we may use python native std().
Why StandardDeviation equal 0 all the time in my backtest?