bernd
bernd
Amis

Ajoutez des amis via leur profil ou une recherche d'utilisateur et vous pourrez voir s'ils sont en ligne

bernd
Sujet ajouté créer un numéro magique
/** * 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
Sujet ajouté Détection de 5 chiffres
double pointsPerPip(){    string suffix = StringSubstr ( Symbol (), 6 );    int digits = MarketInfo( "EURUSD" + suffix, MODE_DIGITS);    if (digits == 0 ){       digits = MarketInfo(
bernd
Enregistré à MQL5.community