ToTrading / 프로필
친구
요청
프로필 또는 사용자 검색을 통해 친구를 추가하면 친구가 온라인 상태인지 확인할 수 있습니다
나가고 있는


ToTrading
Matching the Symbol
In MQL 4, this line works perfectly:
if(OrderSymbol()!=Symbol())continue;
How do I replicate this in MQL5?
If I say: if(ORDER_SYMBOL!=_SYMBOL) I get an error message that I am converting a double to a string.
Any other text I try comes up with some error or other.
How do I say something as simple as this in MQL5?
In MQL 4, this line works perfectly:
if(OrderSymbol()!=Symbol())continue;
How do I replicate this in MQL5?
If I say: if(ORDER_SYMBOL!=_SYMBOL) I get an error message that I am converting a double to a string.
Any other text I try comes up with some error or other.
How do I say something as simple as this in MQL5?
: