I think I figured this out on my own. The following seems to work for me:
if ( Status("ActionEx" )==actionScan OR Status("ActionEx")==actionExplore )
SetTradeDelays(0,0,0,0);
else
SetTradeDelays(1,1,1,1);
-JP
--- In [email protected], "stahlerontcom" <j...@...> wrote:
>
> Does the "add artificial bar" feature apply only to the Back Test button? If
> so, is there a way to get the same behavior with the Scans and Explorations?
> I am experimenting with a system using SetTradeDelays(1,1,1,1). I can see
> tomorrows trades when performing a Back Test, but not when using the Scan or
> Explore features.
>
> Thanks,
> -JP
>