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.community