Login Page - Create Account

Support Board


Date/Time: Thu, 06 Mar 2025 12:46:30 +0000



Post From: Study only Accurate/Visible after Full Calculation ?

[2022-01-30 14:59:49]
1+1=10 - Posts: 270
Sorry I missed that!

Looking again I think that there’s a bug here:
if (highOld > high && highOld > highOld2 && SwingLatestHigh >= highOld) // Clear Peaks Lower than Last Swing -> New Leg

“SwingLatestHigh >= highOld” starts false and stays false, I think.