I'm not sure I understand what you mean.
I have previously trained both models as single strategies. I first have trained DeeplearnKeras1 and as another strategy I have trained DeeplearnKeras2.
So individually I can test and trade them. Both open trades, etc... work fine. But individually.
Now I want to test ( and If It works fine, trade) a single strategy using both models at the same time. So if both Vlong's are bigger than Threshold then EnterLong.
I mean, running two advise functions at the same time.
That's why I tried with algo(loop), justo trying to run two advise to get Vlong1 and Vlong2 in the same script.