커뮤니티

에러라고나와여

프로필 이미지
기초부터다시
2011-04-14 16:09:34
751
글번호 37624
답변완료

첨부 이미지

If condition1= true or condition2 = true and marketposition == 0 and value1==True and entriestoday < count and isexitname( "BX" )== False Then Buy("B ",AtStop,var1 +n);
시스템
답변 1
프로필 이미지

예스스탁 예스스탁 답변

2011-04-14 16:26:15

안녕하세요 예스스탁입니다. 같다라는 표현은 == 할당(저장)은 =입니다. If condition1 ==true or condition2 == true and marketposition == 0 and value1==True and entriestoday < count and isexitname( "BX" )== False Then Buy("B ",AtStop,var1+n); 즐거운 하루되세요 > 기초부터다시 님이 쓴 글입니다. > 제목 : 에러라고나와여 > If condition1= true or condition2 = true and marketposition == 0 and value1==True and entriestoday < count and isexitname( "BX" )== False Then Buy("B ",AtStop,var1 +n);