Page 1 of 1

Different Result BackTesting and Realtime

Posted: Sat May 29, 2021 11:14 pm
by Br0kh2n88
I have a EA which is when i test on Tickstory(modeling quality 99%) make profit very big

Then, when i start on realtime. Theres no any transaction at all. But when i test(BackTest) it got profit

Re: Different Result BackTesting and Realtime

Posted: Sun May 30, 2021 11:34 pm
by tickstory
Hi Br0kh2n88,

You will need to check what conditions are not being met in your EA. For example, if your EA doesn't trade unless spread is less than x pips, you might not have replicated this condition in your test environment correctly. If your EA was created by a third-party, perhaps the logging in the "Journal" tab will tell you more. Otherwise, you will need to add this logging yourself to trouble-shoot why.

Thanks.