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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hedgequantx",
3
- "version": "2.6.143",
3
+ "version": "2.6.144",
4
4
  "description": "HedgeQuantX - Prop Futures Trading CLI",
5
5
  "main": "src/app.js",
6
6
  "bin": {
@@ -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
- algoLogger.info(ui, 'SESSION START', `Baseline P&L: $${baselineClosedPnl.toFixed(2)}`);
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)