就是一直是59.99止盈?
100的時候40.01止盈
200的時候140.04止盈?
這樣的?
if holding>0 and h<=hhv(h,enterbars+1)-59.99/MULTIPLIER then sell........;
if holding<0 and l>=llv(l,enterbars+1)+59.99/MULTIPLIER then sellshort.....;
如果59.99是實際資金,那么按照上面寫
如果59.99是點數,那么不要寫 /MULTIPLIER