bernd
bernd
Amici

Aggiungi amici tramite il loro profilo o la ricerca utente e sarai in grado di vedere se sono online

bernd
Argomento aggiunto creare un numero magico
/** * 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
Argomento aggiunto Rilevamento di 5 cifre
double pointsPerPip(){    string suffix = StringSubstr ( Symbol (), 6 );    int digits = MarketInfo( "EURUSD" + suffix, MODE_DIGITS);    if (digits == 0 ){       digits = MarketInfo(
bernd
Registrato sulla MQL5.community