def WILLR(self):
"""?KDJ??, 0?-20??? 80?-100??"""
closes = self.getCloses()
highs = self.getHighs()
lows = self.getLows()
return talib.WILLR(highs,lows,closes)
#----------------------------------------------------------------------
评论列表
文章目录