@guihz/trading-vue-editor-tes 0.0.209 → 0.0.210
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/lib/assets/{parserTccWorker-DSWibZa_.js → parserTccWorker-IINe7Q3C.js} +1 -1
- package/lib/assets/{scriptsRunWorker-xG1IsMq4.js → scriptsRunWorker-BwEbT22J.js} +16 -16
- package/lib/components/editor/parseScript/buildInFuncNamespace/input.d.ts +1 -0
- package/lib/components/editor/parseScript/buildInFuncNamespace/strategy.d.ts +3 -0
- package/lib/components/editor/parseScript/constants.d.ts +1 -0
- package/lib/trading-vue-editor.js +1318 -1316
- package/lib/trading-vue-editor.umd.cjs +31 -31
- package/package.json +1 -1
@@ -134,6 +134,7 @@ export default class Strategy {
|
|
134
134
|
private _totalChangeCapital;
|
135
135
|
private _historyOrder;
|
136
136
|
private _orders;
|
137
|
+
private _exitOrders;
|
137
138
|
private _pendingOrders;
|
138
139
|
private _mintick;
|
139
140
|
private _funcOptions;
|
@@ -202,6 +203,7 @@ export default class Strategy {
|
|
202
203
|
private _closeAllOrders;
|
203
204
|
private _closeOrders;
|
204
205
|
private _closeOrder;
|
206
|
+
private _exitOrdersHandle;
|
205
207
|
private _ordersHandle;
|
206
208
|
private _calcTrailStopPrice;
|
207
209
|
private _pendingOrderHandle;
|
@@ -212,6 +214,7 @@ export default class Strategy {
|
|
212
214
|
private _processCloseOrders;
|
213
215
|
private _exitOrderHandle;
|
214
216
|
private _exit;
|
217
|
+
private _updateExitOrders;
|
215
218
|
private _ordersToExit;
|
216
219
|
private _addExitPendingCloseOrders;
|
217
220
|
private _stopProfit;
|