columns), 4) result = pandas_ta.stoch(self.high, self.low, self.close) self.assertIsInstance(result, DataFrame) self.assertEqual(result.name, 'STOCH_14_5_3') 4 changes: 2 additions & 2 deletions 4 tests/test_indicator_momentum_ext.py Original file line numberDiff line numberDiff line...