Fix: remove abovePivot/belowPivot debug references

This commit is contained in:
2026-03-29 23:51:58 -04:00
parent c53dff6d9f
commit 028a41b9b5

View File

@@ -336,7 +336,7 @@ void CheckSignals(int &buyCount, int &sellCount, string &sources)
{
Print("Pivot Check: Close=", close, " P=", p, " R1=", r1, " S1=", s1,
" | DistS1=", distToS1, " DistR1=", distToR1,
" | AboveP=", abovePivot, " BelowP=", belowPivot);
" | Bounce=", bouncedFromSupport, " Reject=", rejectedFromResistance);
}
//--- CANDLESTICK SIGNALS