I am trying to trade a script that gets its signals from the adviseLong(NEURAL...) function. All works as expected in training and testing modes, however trade mode results in an unexpected behavior.

In trade mode, the adviseLong(NEURAL...) call seems to return 0 when it should return a (non-zero) predicted value. The manual states that adviseLong() returns 0 when trading is disabled (eg during weekend or lookback period). However, my adviseLong() call returns 0 even when trading is not disabled (f.i. outside the lookback period).

Has anyone used adviseLong(NEURAL...) in a script that has been traded? Did you run into this problem?

Could this be a potential bug related to trading with adviseLong(NEURAL...) since testing and training the script does as expected?

Other info:
Weekend = 2
Anchored WFO
Lookback = 200
my script is set up with daily bars which change at 08:45am UTC.
Zorro 1.42.0 (Beta)