커뮤니티

식추가

프로필 이미지
아트정
2022-12-04 13:45:25
514
글번호 164331
답변완료
input : P1(45),D1(2.3); input : P2(22),D2(1.8); var1 = BollBandDown(P1,D1); Var2 = BollBandDown(P2,D2); if Bdate != Bdate[1] Then { Condition1 = False; Condition2 = False; } if Condition1 == False and CountIf(L > var1,2) == 2 Then Buy("b1",AtLimit,var1); if Condition2 == False and CountIf(L > var2,2) == 2 Then Buy("b2",AtLimit,var2); 안녕하세요 위식에서 추가 부탁드립니다. 이평 120선 위에서 매수 이평 120선 이탈시 손절.
시스템
답변 1
프로필 이미지

예스스탁 예스스탁 답변

2022-12-05 10:18:08

안녕하세요 예스스탁입니다. input : P1(45),D1(2.3); input : P2(22),D2(1.8); input : P(120); var1 = BollBandDown(P1,D1); Var2 = BollBandDown(P2,D2); Var3 = ma(C,P); if Bdate != Bdate[1] Then { Condition1 = False; Condition2 = False; } if Condition1 == False and CountIf(L > var1,2) == 2 and c > var3 Then Buy("b1",AtLimit,var1); if Condition2 == False and CountIf(L > var2,2) == 2 and c < Var3 Then Buy("b2",AtLimit,var2); 즐거운 하루되세요 > 아트정 님이 쓴 글입니다. > 제목 : 식추가 > input : P1(45),D1(2.3); input : P2(22),D2(1.8); var1 = BollBandDown(P1,D1); Var2 = BollBandDown(P2,D2); if Bdate != Bdate[1] Then { Condition1 = False; Condition2 = False; } if Condition1 == False and CountIf(L > var1,2) == 2 Then Buy("b1",AtLimit,var1); if Condition2 == False and CountIf(L > var2,2) == 2 Then Buy("b2",AtLimit,var2); 안녕하세요 위식에서 추가 부탁드립니다. 이평 120선 위에서 매수 이평 120선 이탈시 손절.