안녕하세요?
if c> 290 then buy(p1);
if c<295 or c<288 then Exitlong("bx1");
상기 수식에서 이익실현 후 1시간동안은 진입하지 않는 수식은 어떻게 되는지요?
감사합니다.
답변 1
예스스탁
예스스탁 답변
2019-12-19 18:22:50
안녕하세요
예스스탁입니다.
Condition1 = MarketPosition == 0 and ExitDate(1) == sdate and PositionProfit(1) > 0;
if c> 290 then
{
if Condition1 == false or (Condition1 == true and TimeToMinutes(stime) >= TimeToMinutes(ExitTime(1))+60) Then
buy("p1");
}
if c<295 or c<288 then Exitlong("bx1");
즐거운 하루되세요
> huhboo99 님이 쓴 글입니다.
> 제목 : 재진입금지
> 안녕하세요?
if c> 290 then buy(p1);
if c<295 or c<288 then Exitlong("bx1");
상기 수식에서 이익실현 후 1시간동안은 진입하지 않는 수식은 어떻게 되는지요?
감사합니다.