percussive21
percussive21
Friends

Add friends via their profile or user search and you will be able to see if they are online

percussive21
Added topic Code Optimization: Multi-Symbol & 3 Indicators
I've learned mql5 iteratively as I've been building my system. In the process, gotten better about abstraction, functional/oop design, using structures and arrays, reusing vars, constants, etc. My issue now is optimizing my code. It runs fine live
percussive21
Added topic POSITION_TYPE Error?
for ( int i = PositionsTotal () - 1 ; i >= 0 ; i--)      {        ulong ticket = PositionGetTicket (i);        if ( PositionSelectByTicket (ticket))
percussive21
Registered at MQL5.community