hedgequantx 1.2.84 → 1.2.85

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": "1.2.84",
3
+ "version": "1.2.85",
4
4
  "description": "Prop Futures Algo Trading CLI - Connect to Topstep, Alpha Futures, and other prop firms",
5
5
  "main": "src/app.js",
6
6
  "bin": {
package/src/pages/algo.js CHANGED
@@ -326,9 +326,9 @@ const launchAlgo = async (service, account, contract, numContracts, dailyTarget,
326
326
  winRate: '0.0'
327
327
  };
328
328
 
329
- // Logs buffer (newest first)
329
+ // Logs buffer (newest first) - limit to 8 for clean display
330
330
  const logs = [];
331
- const MAX_LOGS = 20;
331
+ const MAX_LOGS = 8;
332
332
 
333
333
  // Log colors
334
334
  const typeColors = {