Forums › ProRealTime English forum › ProOrder support › Machine Learning in ProOrder ProRealTime › Reply To: Machine Learning in ProOrder ProRealTime
Aha … I just looked at my other fully working working System including the above code … but we do NOT need either lines of code below …
So that’s saved JuanJ a bit more time! 🙂
1 2 3 |
If HeuristicsAlgo1 = 1 Then If HeuristicsAlgo2 = 1 Then |
EDIT / PS
Comparing results of both my 2 fully functional Systems and Paul’s System with and without the HeuristicsCycle Code above … the results are the same both with and without!
Maybe there could be instances where the HeuristicsCycle Code makes a difference?
Thoughts:
JuanJ noted cross-errors when he tried 2 x Algos together (some time ago) so he kindly provided the HeuristicsCycle Code as a solution.
These cross-errors may have been due to the cross-use (between the 2 x Algos) of certain settings due to the missing ‘2’ from certain settings (of Algo2) which I highlighted and corrected in an earlier post.