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
소셜 네트워크에 공유
42
bernd
추가된 주제 5자리 감지
double pointsPerPip(){ string suffix = StringSubstr ( Symbol (), 6 ); int digits = MarketInfo( "EURUSD" + suffix, MODE_DIGITS); if (digits == 0 ){ digits = MarketInfo(
소셜 네트워크에 공유
57
: