아래와 반대인 매도용으로 부탁드립니다.
input : price(335.70);
if MarketPosition == 0 and H < Price Then
Buy("b",AtStop,Price);
ExitLong("Bp",AtLimit,Price+PriceScale*40);
ExitLong("Bl",AtStop,Price-PriceScale*40);
답변 1
예스스탁
예스스탁 답변
2023-04-14 15:31:26
안녕하세요
예스스탁입니다.
input : price(335.70);
if MarketPosition == 0 and L > Price Then
Sell("S",AtStop,Price);
ExitShort("Sp",AtLimit,Price-PriceScale*40);
ExitShort("Sl",AtStop,Price+PriceScale*40);
즐거운 하루되세요
> 선물대장 님이 쓴 글입니다.
> 제목 : 문의 드립니다.
> 아래와 반대인 매도용으로 부탁드립니다.
input : price(335.70);
if MarketPosition == 0 and H < Price Then
Buy("b",AtStop,Price);
ExitLong("Bp",AtLimit,Price+PriceScale*40);
ExitLong("Bl",AtStop,Price-PriceScale*40);