backtest-kit 1.11.4 → 1.11.5
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/build/index.cjs +1 -0
- package/build/index.mjs +1 -0
- package/package.json +1 -1
package/build/index.cjs
CHANGED
|
@@ -19937,6 +19937,7 @@ class HeatReportService {
|
|
|
19937
19937
|
backtest: data.backtest,
|
|
19938
19938
|
signalId: data.signal?.id,
|
|
19939
19939
|
position: data.signal?.position,
|
|
19940
|
+
note: data.signal?.note,
|
|
19940
19941
|
pnl: data.pnl.pnlPercentage,
|
|
19941
19942
|
closeReason: data.closeReason,
|
|
19942
19943
|
openTime: data.signal?.pendingAt,
|
package/build/index.mjs
CHANGED
|
@@ -19917,6 +19917,7 @@ class HeatReportService {
|
|
|
19917
19917
|
backtest: data.backtest,
|
|
19918
19918
|
signalId: data.signal?.id,
|
|
19919
19919
|
position: data.signal?.position,
|
|
19920
|
+
note: data.signal?.note,
|
|
19920
19921
|
pnl: data.pnl.pnlPercentage,
|
|
19921
19922
|
closeReason: data.closeReason,
|
|
19922
19923
|
openTime: data.signal?.pendingAt,
|