Forums › ProRealTime English forum › ProOrder support › Machine Learning in ProOrder ProRealTime › Reply To: Machine Learning in ProOrder ProRealTime
04/28/2020 at 3:33 PM
#128663
Can you test too with this procedure
I didn’t test but see below … your HAlgo2 is using values from HAlgo1 … see the red i’s well they should be i2?
It got screwed up so I made the i’s into iiiiiiii … cant stop sorry as a trade has just popped !!! 🙂
1 2 3 4 5 6 7 |
For i2 = 1 to Reps2 Do If positionperf iiiiii>(<strong>i</strong></span>) > 0 Then WinCountA2 = WinCountA2 + 1 //Increment Current WinCount EndIf //StratAvgA2 = StratAvgA2 + (((PositionPerfiiiiiiiii(<span style="color: #ff0000;" data-mce-style="color: #ff0000;">i</span>)*countofposition[<span style="color: #ff0000;" data-mce-style="color: #ff0000;">i]</span>*100000)*-1)*-1) StratAvgA2 = StratAvgA2 + (((PositionPerfiiiiiiiiii(<span style="color: #ff0000;" data-mce-style="color: #ff0000;">i</span>)*pointvalue)*countofposition[<span style="color: #ff0000;" data-mce-style="color: #ff0000;">i</span>])/pipsize) Next |