Forum

MT5 architecture related question

Hi, I am new to MT5 and wanted to know if MT5 is capable of taking advantage of multiple-cores on the CPU while running EAs or does it bind itself to a particular core on start. I can see using the PID of terminal.exe that the processor affinity is by default set to all processors but I'm curious if

Array out of range error while backtesting a candle pattern

Hi everyone, I am pretty new to the MQL5 platform. I built a custom indicator to identify Hammer and shooting star patterns on the chart. The indicator buffer at a particular index is filled with 1.0 after a hammer appears and -1.0 after shooting star appears. Everything seemed to be working fine