bernd
bernd
친구

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

bernd
추가된 주제 매직넘버 생성
/** * create a positive integer for the use as a magic number. * * The function takes a string as argument and calculates * an 31 bit hash value from it. The hash does certainly not * have the strength of a real cryptographic hash function * but it
bernd
추가된 주제 5자리 감지
double pointsPerPip(){    string suffix = StringSubstr ( Symbol (), 6 );    int digits = MarketInfo( "EURUSD" + suffix, MODE_DIGITS);    if (digits == 0 ){       digits = MarketInfo(
bernd
MQL5.커뮤니티에 등록됨