Fabio Bissolotti / Publications
Forum
Different behavior in OnTradeTransaction with Strategy Tester and live demo account
Hello All, In my EA I want to send an order and monitor its individual executions, if any. To do so I implemented the OnTradeTransaction() method to intercept each execution. However, I'm experiencing different behavior when running my code in the Strategy Tester and when running it as if in
OnBookEvent() and Strategy Tester
Hello, Could anyone confirm if book events are or are not handled by the OnBookEvent() method when executing EA in the Strategy Tester? My personal experience is that the method is never called in test mode . Thank you, Fábio