@gbozee/ultimate 0.0.2-134 → 0.0.2-135
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/dist/frontend-index.js +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/dist/mcp-server.cjs +1 -1
- package/dist/mcp-server.js +1 -1
- package/package.json +1 -1
package/dist/frontend-index.js
CHANGED
package/dist/index.cjs
CHANGED
|
@@ -54264,7 +54264,7 @@ function computeProfitDetail(payload) {
|
|
|
54264
54264
|
profit_percent,
|
|
54265
54265
|
kind: focus_position.kind,
|
|
54266
54266
|
sell_price: to_f2(sell_price, price_places),
|
|
54267
|
-
quantity,
|
|
54267
|
+
quantity: quantity * full_ratio,
|
|
54268
54268
|
price_places,
|
|
54269
54269
|
decimal_places
|
|
54270
54270
|
};
|
package/dist/index.js
CHANGED
|
@@ -54212,7 +54212,7 @@ function computeProfitDetail(payload) {
|
|
|
54212
54212
|
profit_percent,
|
|
54213
54213
|
kind: focus_position.kind,
|
|
54214
54214
|
sell_price: to_f2(sell_price, price_places),
|
|
54215
|
-
quantity,
|
|
54215
|
+
quantity: quantity * full_ratio,
|
|
54216
54216
|
price_places,
|
|
54217
54217
|
decimal_places
|
|
54218
54218
|
};
|
package/dist/mcp-server.cjs
CHANGED
|
@@ -60946,7 +60946,7 @@ function computeProfitDetail(payload) {
|
|
|
60946
60946
|
profit_percent,
|
|
60947
60947
|
kind: focus_position.kind,
|
|
60948
60948
|
sell_price: to_f2(sell_price, price_places),
|
|
60949
|
-
quantity,
|
|
60949
|
+
quantity: quantity * full_ratio,
|
|
60950
60950
|
price_places,
|
|
60951
60951
|
decimal_places
|
|
60952
60952
|
};
|
package/dist/mcp-server.js
CHANGED
|
@@ -60923,7 +60923,7 @@ function computeProfitDetail(payload) {
|
|
|
60923
60923
|
profit_percent,
|
|
60924
60924
|
kind: focus_position.kind,
|
|
60925
60925
|
sell_price: to_f2(sell_price, price_places),
|
|
60926
|
-
quantity,
|
|
60926
|
+
quantity: quantity * full_ratio,
|
|
60927
60927
|
price_places,
|
|
60928
60928
|
decimal_places
|
|
60929
60929
|
};
|