mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-22 12:38:06 +00:00
[CodeFactor] Apply fixes to commit 9697fac
This commit is contained in:
@@ -240,8 +240,8 @@ public sealed class Chandelier : ITValuePublisher
|
||||
double lowestLow = _minDequeLow.GetExtremum(_lBuf);
|
||||
|
||||
// Step 3: Chandelier exits — no second-stage smoothing
|
||||
ExitLong = highestHigh - _multiplier * atr;
|
||||
ExitShort = lowestLow + _multiplier * atr;
|
||||
ExitLong = highestHigh - (_multiplier * atr);
|
||||
ExitShort = lowestLow + (_multiplier * atr);
|
||||
|
||||
_s = s;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user