低于開盤以來最高價20點做多,怎么用程序表達(dá)
作者:金字塔 來源:cxh99.com 發(fā)布時間:2016年10月13日
- 咨詢內(nèi)容:
請教:低于開盤以來最高價20點做多,怎么用程序表達(dá)
- 金字塔客服:
或者低于10:00:00這一時刻價格20點,做多,如何寫
- 用戶回復(fù):
if l<hhv(h,enterbars+1)-20 then buy.....;
if l<valuewhen(time=100000,close) then buy.....;
- 網(wǎng)友回復(fù):
謝謝