losdelamos / Publications
Forum
Don't tell me there isn't a single command in mql4 to count decimals from a value or variable
Someone has already solved a similar problem, but the solution seems too complicated to me. https://www.mql5.com/en/forum/156865 Example: I have value of RSI 73,21 or a variable that is keep storing: eu= iRSI ( "EURUSD" , _Period , 14 , PRICE_CLOSE , 0 );eu= NormalizeDouble (eu, 2 ); If value is
ArraySort - sorting floating point variables
Hi, can anyone advise how to make code to sort floating point variables as simple as this example for integers? Thanks #define nl "\n" int OnInit () { EventSetMillisecondTimer ( 500 ); return ( INIT_SUCCEEDED ); } void OnDeinit ( const int reason) { EventKillTimer (); } void OnTimer ()