Forum

OBJPROP_ANCHOR not working objects of type OBJ_BITMAP

Hello all, I have tried everything, I cannot get CCanvas' underlying OBJ_BITMAP to obey its OBJPROP_ANCHOR. I tried the obvious : m_canvas = new CCanvas(); m_canvas.CreateBitmap(m_objName, m_endTime, price, 150 , 50 , COLOR_FORMAT_ARGB_RAW ); m_canvas.FontSet( "Consolas" , -

Running backtests in parallel

Hello everyone, from my understanding of the documentation, it is implied that you *may* be able to start multiple backtests in parallel by specifying the port of the target agent that will execute it. Source : https://www.metatrader5.com/en/terminal/help/start_advanced/start Port — the port, on

Testing against real data

Hello everyone, total beginner here : I'm trying to develop an Expert Advisor, and while I am able to test against historical data (backtesting) using the strategy tester , I can't find a way to simply "attach" to a chart and receive live data continuously (most likely in the OnTick() function)