안녕하세요
가령
if marketposition == 1 then crossdown(c,이전매수신호가격) exitlong();
if marketposition == -1 then crossup(c,이전매도신호가격) exitshort();
수고하세요
답변 1
예스스탁
예스스탁 답변
2023-02-27 14:15:21
안녕하세요
예스스탁입니다.
if marketposition == 1 and crossdown(c,EntryPrice) Then
exitlong();
if marketposition == -1 and crossup(c,EntryPrice) Then
exitshort();
즐거운 하루되세요
> 달마7 님이 쓴 글입니다.
> 제목 : 청산식
> 안녕하세요
가령
if marketposition == 1 then crossdown(c,이전매수신호가격) exitlong();
if marketposition == -1 then crossup(c,이전매도신호가격) exitsort();
수고하세요