@gbozee/ultimate 0.0.2-next.4 → 0.0.2-next.6

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.
@@ -970,7 +970,6 @@ class Signal {
970
970
  const defaultStopLoss = i === 0 ? stop_loss : _base;
971
971
  const new_stop = kind === "long" ? this.support : stop_loss;
972
972
  let risk_to_use = this.getZoneRisk(i, limit_orders.length, this);
973
- console.log("index: ", i, " risk: ", risk_to_use);
974
973
  if (this.use_kelly) {
975
974
  const func = this.kelly_func === "theoretical" ? calculateTheoreticalKelly : this.kelly_func === "position_based" ? calculatePositionBasedKelly : calculateTheoreticalKellyFixed;
976
975
  const theoretical_kelly = func({
package/dist/index.cjs CHANGED
@@ -52240,7 +52240,6 @@ class Signal {
52240
52240
  const defaultStopLoss = i2 === 0 ? stop_loss : _base;
52241
52241
  const new_stop = kind === "long" ? this.support : stop_loss;
52242
52242
  let risk_to_use = this.getZoneRisk(i2, limit_orders.length, this);
52243
- console.log("index: ", i2, " risk: ", risk_to_use);
52244
52243
  if (this.use_kelly) {
52245
52244
  const func = this.kelly_func === "theoretical" ? calculateTheoreticalKelly : this.kelly_func === "position_based" ? calculatePositionBasedKelly : calculateTheoreticalKellyFixed;
52246
52245
  const theoretical_kelly = func({
package/dist/index.js CHANGED
@@ -52177,7 +52177,6 @@ class Signal {
52177
52177
  const defaultStopLoss = i2 === 0 ? stop_loss : _base;
52178
52178
  const new_stop = kind === "long" ? this.support : stop_loss;
52179
52179
  let risk_to_use = this.getZoneRisk(i2, limit_orders.length, this);
52180
- console.log("index: ", i2, " risk: ", risk_to_use);
52181
52180
  if (this.use_kelly) {
52182
52181
  const func = this.kelly_func === "theoretical" ? calculateTheoreticalKelly : this.kelly_func === "position_based" ? calculatePositionBasedKelly : calculateTheoreticalKellyFixed;
52183
52182
  const theoretical_kelly = func({
@@ -65331,7 +65331,6 @@ class Signal {
65331
65331
  const defaultStopLoss = i2 === 0 ? stop_loss : _base;
65332
65332
  const new_stop = kind === "long" ? this.support : stop_loss;
65333
65333
  let risk_to_use = this.getZoneRisk(i2, limit_orders.length, this);
65334
- console.log("index: ", i2, " risk: ", risk_to_use);
65335
65334
  if (this.use_kelly) {
65336
65335
  const func = this.kelly_func === "theoretical" ? calculateTheoreticalKelly : this.kelly_func === "position_based" ? calculatePositionBasedKelly : calculateTheoreticalKellyFixed;
65337
65336
  const theoretical_kelly = func({
@@ -65304,7 +65304,6 @@ class Signal {
65304
65304
  const defaultStopLoss = i2 === 0 ? stop_loss : _base;
65305
65305
  const new_stop = kind === "long" ? this.support : stop_loss;
65306
65306
  let risk_to_use = this.getZoneRisk(i2, limit_orders.length, this);
65307
- console.log("index: ", i2, " risk: ", risk_to_use);
65308
65307
  if (this.use_kelly) {
65309
65308
  const func = this.kelly_func === "theoretical" ? calculateTheoreticalKelly : this.kelly_func === "position_based" ? calculatePositionBasedKelly : calculateTheoreticalKellyFixed;
65310
65309
  const theoretical_kelly = func({
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@gbozee/ultimate",
3
3
  "type": "module",
4
- "version": "0.0.2-next.4",
4
+ "version": "0.0.2-next.6",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.js",
7
7
  "types": "./dist/index.d.ts",
@@ -61,7 +61,6 @@
61
61
  "dependencies": {
62
62
  "@anthropic-ai/sdk": "^0.50.3",
63
63
  "@modelcontextprotocol/sdk": "^1.11.1",
64
- "@rocicorp/zero": "../../mono/packages/zero/rocicorp-zero-0.23.2025082300.tgz",
65
64
  "@trigger.dev/sdk": "^3.3.17",
66
65
  "axios": "^1.10.0",
67
66
  "binance": "^2.15.16",