hedgequantx 2.6.143 → 2.6.144
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1925,7 +1925,7 @@ const launchMultiSymbolRithmic = async (service, account, contracts, config) =>
|
|
|
1925
1925
|
// Capture baseline on first update (P&L at session start)
|
|
1926
1926
|
if (baselineClosedPnl === null) {
|
|
1927
1927
|
baselineClosedPnl = accountClosedPnl;
|
|
1928
|
-
|
|
1928
|
+
// Baseline captured silently - no need to show to user
|
|
1929
1929
|
}
|
|
1930
1930
|
|
|
1931
1931
|
// stats.closedPnl shows ONLY this session's closed P&L (delta from baseline)
|