커뮤니티
에러라고나와여
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. 0414 에러락고 나놔여.gif (0.02 MB)
답변 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);
다음글
이전글