在使用kline索引时,
idxhigh=kline[kline.high==quote.highest].id.iloc[-1]
当行情到达最高值或最低值,都会出现代码中断IndexError: single positional indexer is out-of-bounds
George 问的问题 2020年5月27日
在使用kline索引时,
idxhigh=kline[kline.high==quote.highest].id.iloc[-1]
当行情到达最高值或最低值,都会出现代码中断IndexError: single positional indexer is out-of-bounds