I have my strategy deployed and enabled with
if (Historical)
return;
I just realized that I'm missing several signals. If I run the same strategy in back testing mode (remming out the two lines above) I get signal in the last few days. When I go in live mode (REM removed from the lines above) no signal have been triggered for the same days.
Where do you think it's the problem?

Thanks.

Comment