Fix: remove abovePivot/belowPivot debug references
This commit is contained in:
@@ -336,7 +336,7 @@ void CheckSignals(int &buyCount, int &sellCount, string &sources)
|
|||||||
{
|
{
|
||||||
Print("Pivot Check: Close=", close, " P=", p, " R1=", r1, " S1=", s1,
|
Print("Pivot Check: Close=", close, " P=", p, " R1=", r1, " S1=", s1,
|
||||||
" | DistS1=", distToS1, " DistR1=", distToR1,
|
" | DistS1=", distToS1, " DistR1=", distToR1,
|
||||||
" | AboveP=", abovePivot, " BelowP=", belowPivot);
|
" | Bounce=", bouncedFromSupport, " Reject=", rejectedFromResistance);
|
||||||
}
|
}
|
||||||
|
|
||||||
//--- CANDLESTICK SIGNALS
|
//--- CANDLESTICK SIGNALS
|
||||||
|
|||||||
Reference in New Issue
Block a user