Imre Sopp / Publications
Forum
technical question about mql5 ArraySetAsSeries() function
I use SOA to distribute processed data . So, to make life easier i tried to use the ArraySetAsSeries() function for reverse access. For some reason ArraySetOfSeries() does not reverse my indexing order, I don't know if I'm doing something wrong or is it not supposed to work only with OnCalculate
building trading system - a unified smart solution for simultaneous trading with different strategies
The whole point is that you don't have to run separate EAs that trade specific strategies. A centralized solution has many advantages such a system is better risk management between strategies. We can block signals if we detect multiple similar signals. We can dynamically calculate the lot size
technical question about mql5 language
When we use a statically allocated objects only, is the same as using a direct address assignment like c++ vs using a mql5 GetPointer() function ? I emphasize, we are not talking about dynamic (new) objects , instead when we use statically allocated objects only where we can check for the existence
profile rep score
I worked on the development of pattern recognition algorithms and their optimization. I documented everything to make it easier for myself to work on it, and at some point things got really interesting. So I tried to share this information with people interested in mql5 and decided to write an