S SajiT New member Joined Aug 22, 2021 Posts 3 Likes 1 Aug 24, 2021 #1 Any methods available in the SDK to return the price and index of the lowest price of the DataSeries?
Any methods available in the SDK to return the price and index of the lowest price of the DataSeries?
danielputra Active member Joined Jul 22, 2021 Posts 31 Likes 64 Aug 25, 2021 #2 You can use dataSeries.lowest(dataSeries.size() - 1, dataSeries.size(), Enums.BarInput.LOW);