我是根据持仓的变化开仓的,怎么让开仓变成超价10跳
if ema3.iloc[-2] < ema5.iloc[-2] and ema3.iloc[-1] > ema5.iloc[-1]: print('开多') target_pos.set_target_volume(1)
李思恒 已回答的问题 2021年12月24日
我是根据持仓的变化开仓的,怎么让开仓变成超价10跳
if ema3.iloc[-2] < ema5.iloc[-2] and ema3.iloc[-1] > ema5.iloc[-1]: print('开多') target_pos.set_target_volume(1)