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注册