커뮤니티
부탁드립니다
2011-05-08 09:24:40
472
글번호 22721
아래를 YesLanguage로 바꿔주세요.
Input : periods(10);
Plot1((High - Low[periods]) / Average(Range, Periods) * SquareRoot
(Periods), "LRWI High");
If CheckAlert Then Begin
If Plot1 Crosses Above Plot4 or Plot1 Crosses Below Plot4
Then Alert = True;
End;
Plot2((High[periods] - Low) / Average(Range, Periods) * SquareRoot
(Periods), "LRWI Lows");
Plot4(0, "Zero");
If checkAlert Then Begin
If Plot1 Crosses Above Plot4 or Plot1 Crosses Below Plot4
Then Alert = True;
End;
답변 1
예스스탁 예스스탁 답변
2009-06-11 08:58:26
> nobound 님이 쓴 글입니다.
> 제목 : 부탁드립니다
> 두 가지 질문입니다.
1. 아래 두 개의 수식이 각각 무엇을 뜻하는가요?
accumn(iff(crossdown(v2,v3),1,0),BarsSinceEntry()) == 2
accumn(iff(crossdown(v2,v3),1,0),dayindex()+1) == 2
2. 아래를 YesLanguage로 바꿔주세요.
Input : periods(10);
Plot1((High - Low[periods]) / Average(Range, Periods) * SquareRoot
(Periods), "LRWI High");
If CheckAlert Then Begin
If Plot1 Crosses Above Plot4 or Plot1 Crosses Below Plot4
Then Alert = True;
End;
Plot2((High[periods] - Low) / Average(Range, Periods) * SquareRoot
(Periods), "LRWI Lows");
Plot4(0, "Zero");
If checkAlert Then Begin
If Plot1 Crosses Above Plot4 or Plot1 Crosses Below Plot4
Then Alert = True;
End;
답변은 kaynam@naver.com 으로 보내주시면 감사하겠습니다.
다음글
이전글