로딩
요청 처리 중입니다...

[YesTrader] setstoptrailing 대신 쓸수 있는 코드

 [YesTrader] setstoptrailing 대신 쓸수 있는 코드

/* if MarketPosition == -1 Then { if entry_timing_band_width > 12 Then { if Lowest(l,BarsSinceEntry) <= EntryPrice *(1 - 2 / 100) Then ExitShort("TS -a",AtStoP,LOWEST(L,BarsSinceEntry) + ABS(LowesT(L,BarsSinceEntry) - EntryPricE) * ts_down); Else ExitShorT("Losscut - a",AtStop,EntryPrice * (1 + 2 / 100)); } else if entry_timing_band_width > 8 Then { if Lowest(l,BarsSinceEntry) <= EntryPrice *(1 - ts_target1 / 100) Then ExitShort("TS - 1",AtStoP,LOWEST(L,BarsSinceEntry) + ABS(LowesT(L,BarsSinceEn...

# 시스템트레이딩 # 예스트레이더 # 퀀트