커뮤니티
수식문의합니다
2009-12-27 22:44:20
641
글번호 26982
안녕하세요
수식에 오류가 있어서요
정정 좀 부탁합니다
Inputs: Strength(4);
Variables: HighPivot(0);
Variables: Condition1(0);
If SwingHigh(1, High, Strength, Strength, Strength*2+1) <> -1 Then Begin
Condition1 = True;
HighPivot = High[Strength];
End;
If MarketPosition() == 1 Then
Condition1 = False;
If Condition1 Then
Buy ("PivB", AtStop, HighPivot);
감사합니다
답변 1
예스스탁 예스스탁 답변
2009-12-28 15:03:14
안녕하세요
예스스탁입니다.
Inputs: Strength(4);
Variables: HighPivot(0);
If SwingHigh(1, High, Strength, Strength, Strength*2+1) <> -1 Then Begin
Condition1 = True;
HighPivot = High[Strength];
End;
If MarketPosition() == 1 Then
Condition1 = False;
If Condition1 Then
Buy ("PivB", AtStop, HighPivot);
즐거운 하루되세요
> 개포빠가사리 님이 쓴 글입니다.
> 제목 : 수식문의합니다
> 안녕하세요
수식에 오류가 있어서요
정정 좀 부탁합니다
Inputs: Strength(4);
Variables: HighPivot(0);
Variables: Condition1(0);
If SwingHigh(1, High, Strength, Strength, Strength*2+1) <> -1 Then Begin
Condition1 = True;
HighPivot = High[Strength];
End;
If MarketPosition() == 1 Then
Condition1 = False;
If Condition1 Then
Buy ("PivB", AtStop, HighPivot);
감사합니다
다음글
이전글