Forum

Backtester passing ticks from multiple pairs

Hi everyone, So I notice something that happens but not on every backtest/optimisation run. Here is an exemple done with AUDCHF tick and M1 data from TickDataSuite Dukascopy. When launching a test I will get this in the journal tab And at the end this My question more precisely is, Why does MT5

Storing AccountEquity() Value in variable during a certain time that DOESN'T CHANGE

Hey everyone, I'm trying to create an entry rule for my EA that prevents trading if my account equity goes under as an example 3% of my starting daily equity. I understand how to code everything EXCEPT how to store my AccountEquity() in a variable at a certain point in time. Here's the code I wanted