@guihz/trading-vue-editor-tes 0.1.37 → 0.1.38
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/{scriptsRunWorker-DwBycCfp.js → scriptsRunWorker-BB-6IDT_.js} +2324 -2308
- package/lib/components/editor/v3/parseScript/buildInFuncNamespace/strategy.d.ts +2 -0
- package/lib/components/editor/v4/parseScript/buildInFuncNamespace/strategy.d.ts +2 -0
- package/lib/components/editor/v5/parseScript/buildInFuncNamespace/strategy.d.ts +2 -0
- package/lib/components/editor/v6/parseScript/buildInFuncNamespace/strategy.d.ts +2 -0
- package/lib/{index-DBn672U2.js → index-HdM-YY6b.js} +8 -0
- package/lib/{monarchTokens-h2q3KbTF.js → monarchTokens-BSGO1JDt.js} +1 -1
- package/lib/trading-vue-editor.es.packages.js +3 -3
- package/lib/trading-vue-editor.umd.packages.mjs +2 -2
- package/package.json +1 -1
|
@@ -160,10 +160,12 @@ export default class Strategy {
|
|
|
160
160
|
private _id;
|
|
161
161
|
private _closeOrderList;
|
|
162
162
|
private _notCloseHistoryOrders;
|
|
163
|
+
private _currentOrders;
|
|
163
164
|
constructor(variables: BuiltInVariables, options: IKeyObjectValue, mintick: number, errorListener: TccErrorListener, id: string);
|
|
164
165
|
get _strategyCacheData(): IKeyObjectValue;
|
|
165
166
|
set _strategyCacheData(val: IKeyObjectValue);
|
|
166
167
|
get orders(): IOrder[];
|
|
168
|
+
get currentOrders(): IOrder[];
|
|
167
169
|
get historyOrders(): IOrder[];
|
|
168
170
|
get _freezeCapital(): number;
|
|
169
171
|
get risk(): Risk;
|
|
@@ -160,10 +160,12 @@ export default class Strategy {
|
|
|
160
160
|
private _useSetArgs;
|
|
161
161
|
private _closeOrderList;
|
|
162
162
|
private _notCloseHistoryOrders;
|
|
163
|
+
private _currentOrders;
|
|
163
164
|
constructor(variables: BuiltInVariables, options: IKeyObjectValue, mintick: number, errorListener: TccErrorListener, id: string);
|
|
164
165
|
get _strategyCacheData(): IKeyObjectValue;
|
|
165
166
|
set _strategyCacheData(val: IKeyObjectValue);
|
|
166
167
|
get orders(): IOrder[];
|
|
168
|
+
get currentOrders(): IOrder[];
|
|
167
169
|
get historyOrders(): IOrder[];
|
|
168
170
|
get _freezeCapital(): number;
|
|
169
171
|
get risk(): Risk;
|
|
@@ -164,10 +164,12 @@ export default class Strategy {
|
|
|
164
164
|
private _useSetArgs;
|
|
165
165
|
private _closeOrderList;
|
|
166
166
|
private _notCloseHistoryOrders;
|
|
167
|
+
private _currentOrders;
|
|
167
168
|
constructor(variables: BuiltInVariables, options: IKeyObjectValue, mintick: number, errorListener: TccErrorListener, id: string);
|
|
168
169
|
get _strategyCacheData(): IKeyObjectValue;
|
|
169
170
|
set _strategyCacheData(val: IKeyObjectValue);
|
|
170
171
|
get orders(): IOrder[];
|
|
172
|
+
get currentOrders(): IOrder[];
|
|
171
173
|
get historyOrders(): IOrder[];
|
|
172
174
|
get _freezeCapital(): number;
|
|
173
175
|
get opentrades(): Opentrades;
|
|
@@ -166,10 +166,12 @@ export default class Strategy {
|
|
|
166
166
|
private _historyOrdersShard;
|
|
167
167
|
private _notCloseHistoryOrders;
|
|
168
168
|
private _historyOrderLen;
|
|
169
|
+
private _currentOrders;
|
|
169
170
|
constructor(variables: BuiltInVariables, options: IKeyObjectValue, mintick: number, errorListener: TccErrorListener, id: string);
|
|
170
171
|
get _strategyCacheData(): IKeyObjectValue;
|
|
171
172
|
set _strategyCacheData(val: IKeyObjectValue);
|
|
172
173
|
get orders(): IOrder[];
|
|
174
|
+
get currentOrders(): IOrder[];
|
|
173
175
|
get historyOrders(): IOrder[];
|
|
174
176
|
get _freezeCapital(): number;
|
|
175
177
|
get opentrades(): Opentrades;
|
|
@@ -30937,6 +30937,14 @@ else
|
|
|
30937
30937
|
],
|
|
30938
30938
|
displayType: "const int"
|
|
30939
30939
|
},
|
|
30940
|
+
{
|
|
30941
|
+
name: "direction_short_long",
|
|
30942
|
+
desc: "当[true](#const_true)时,不同id的多空单不会相互平仓,可以同时存在。可选。默认值为[false](#const_false)。",
|
|
30943
|
+
allowedTypeIDs: [
|
|
30944
|
+
"const bool"
|
|
30945
|
+
],
|
|
30946
|
+
displayType: "const bool"
|
|
30947
|
+
},
|
|
30940
30948
|
{
|
|
30941
30949
|
name: "dynamic_requests",
|
|
30942
30950
|
desc: "指定脚本是否可以动态调用来自`request.*()`命名空间的函数。动态`request.*()`调用允许在条件结构(例如,[if](#kw_if))、循环(例如,[for](#kw_for))和导出函数的本地范围内进行。此外,此类调用允许为其许多参数使用“系列”参数。可选。默认值为[true](#const_true)。",
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { KEY_LIST as l } from "./index-
|
|
1
|
+
import { KEY_LIST as l } from "./index-HdM-YY6b.js";
|
|
2
2
|
const g = "tccScript", u = {
|
|
3
3
|
// builtinFunctions: /strategy\.closedtrades\.max_drawdown_percent|strategy\.opentrades\.max_drawdown_percent|strategy\.risk\.max_intraday_filled_orders|strategy\.closedtrades\.max_runup_percent|array\.percentile_linear_interpolation|strategy\.closedtrades\.entry_bar_index|strategy\.opentrades\.max_runup_percent|strategy\.closedtrades\.exit_bar_index|strategy\.closedtrades\.profit_percent|strategy\.closedtrades\.entry_comment|strategy\.opentrades\.entry_bar_index|strategy\.closedtrades\.exit_comment|strategy\.closedtrades\.max_drawdown|strategy\.opentrades\.profit_percent|ta\.percentile_linear_interpolation|strategy\.closedtrades\.entry_price|strategy\.opentrades\.entry_comment|strategy\.closedtrades\.commission|strategy\.closedtrades\.entry_time|strategy\.closedtrades\.exit_price|strategy\.opentrades\.max_drawdown|strategy\.risk\.max_cons_loss_days|strategy\.closedtrades\.exit_time|strategy\.closedtrades\.max_runup|strategy\.opentrades\.entry_price|strategy\.risk\.max_intraday_loss|strategy\.risk\.max_position_size|table\.cell_set_text_font_family|strategy\.closedtrades\.entry_id|strategy\.opentrades\.commission|strategy\.opentrades\.entry_time|array\.binary_search_rightmost|array\.percentile_nearest_rank|strategy\.closedtrades\.exit_id|strategy\.opentrades\.max_runup|array\.binary_search_leftmost|strategy\.closedtrades\.profit|strategy\.opentrades\.entry_id|strategy\.risk\.allow_entry_in|strategy\.convert_to_account|box\.set_bottom_right_point|label\.set_text_font_family|strategy\.closedtrades\.size|strategy\.convert_to_symbol|strategy\.default_entry_qty|strategy\.opentrades\.profit|strategy\.risk\.max_drawdown|ta\.percentile_nearest_rank|table\.cell_set_text_halign|table\.cell_set_text_valign|request\.security_lower_tf|table\.cell_set_text_color|box\.set_text_font_family|strategy\.opentrades\.size|table\.cell_set_text_size|matrix\.is_antisymmetric|box\.set_top_left_point|chart\.point\.from_index|matrix\.is_antidiagonal|table\.cell_set_bgcolor|table\.cell_set_tooltip|table\.set_border_color|table\.set_border_width|timeframe\.from_seconds|chart\.point\.from_time|line\.set_second_point|math\.round_to_mintick|matrix\.elements_count|request\.currency_rate|ta\.pivot_point_levels|table\.cell_set_height|table\.set_frame_color|table\.set_frame_width|box\.set_border_color|box\.set_border_style|box\.set_border_width|line\.set_first_point|matrix\.is_stochastic|matrix\.is_triangular|table\.cell_set_width|timeframe\.in_seconds|array\.binary_search|box\.set_rightbottom|box\.set_text_halign|box\.set_text_valign|color\.from_gradient|label\.set_textalign|label\.set_textcolor|matrix\.eigenvectors|matrix\.is_symmetric|matrix\.swap_columns|strategy\.cancel_all|table\.cell_set_text|array\.new_linefill|array\.sort_indices|box\.set_text_color|linefill\.get_line1|linefill\.get_line2|linefill\.set_color|matrix\.eigenvalues|matrix\.is_diagonal|matrix\.is_identity|strategy\.close_all|table\.set_position|ticker\.pointfigure|array\.lastindexof|array\.percentrank|array\.standardize|box\.set_text_size|box\.set_text_wrap|label\.set_tooltip|matrix\.remove_col|matrix\.remove_row|request\.dividends|request\.financial|table\.merge_cells|table\.set_bgcolor|ticker\.heikinashi|array\.covariance|array\.new_string|chart\.point\.copy|matrix\.is_binary|matrix\.is_square|matrix\.submatrix|matrix\.swap_rows|matrix\.transpose|request\.earnings|request\.economic|request\.security|ticker\.linebreak|timeframe\.change|array\.new_color|array\.new_float|array\.new_label|array\.new_table|box\.set_bgcolor|box\.set_lefttop|chart\.point\.new|chart\.point\.now|input\.text_area|input\.timeframe|label\.set_color|label\.set_point|label\.set_style|line\.set_extend|linefill\.delete|polyline\.delete|str\.format_time|str\.replace_all|strategy\.cancel|ticker\.standard|alertcondition|array\.includes|array\.new_bool|array\.new_line|array\.variance|box\.get_bottom|box\.set_bottom|box\.set_extend|label\.get_text|label\.set_size|label\.set_text|label\.set_xloc|label\.set_yloc|line\.get_price|line\.set_color|line\.set_style|line\.set_width|math\.todegrees|math\.toradians|matrix\.add_col|matrix\.add_row|matrix\.columns|matrix\.is_zero|matrix\.reshape|matrix\.reverse|request\.quandl|request\.splits|str\.startswith|strategy\.close|strategy\.entry|strategy\.order|syminfo\.prefix|syminfo\.ticker|ta\.correlation|ta\.highestbars|ta\.percentrank|ticker\.inherit|array\.indexof|array\.new_box|array\.new_int|array\.reverse|array\.unshift|box\.get_right|box\.set_right|input\.session|line\.set_xloc|matrix\.concat|matrix\.median|max_bars_back|runtime\.error|str\.substring|strategy\.exit|ta\.crossunder|ta\.lowestbars|ta\.supertrend|ticker\.modify|array\.concat|array\.insert|array\.median|array\.remove|box\.get_left|box\.set_left|box\.set_text|input\.source|input\.string|input\.symbol|label\.delete|label\.set_xy|line\.set_xy1|line\.set_xy2|linefill\.new|map\.contains|matrix\.trace|polyline\.new|request\.seed|str\.contains|str\.endswith|str\.tonumber|str\.tostring|ta\.barssince|ta\.crossover|ta\.pivothigh|ta\.valuewhen|table\.delete|ticker\.renko|array\.clear|array\.every|array\.first|array\.range|array\.shift|array\.slice|array\.stdev|box\.get_top|box\.set_top|input\.color|input\.float|input\.price|label\.get_x|label\.get_y|label\.set_x|label\.set_y|line\.delete|line\.get_x1|line\.get_x2|line\.get_y1|line\.get_y2|line\.set_x1|line\.set_x2|line\.set_y1|line\.set_y2|log\.warning|map\.put_all|math\.random|matrix\.copy|matrix\.diff|matrix\.fill|matrix\.kron|matrix\.mode|matrix\.mult|matrix\.pinv|matrix\.rank|matrix\.rows|matrix\.sort|str\.replace|ta\.pivotlow|ta\.variance|table\.clear|ticker\.kagi|array\.copy|array\.fill|array\.from|array\.join|array\.last|array\.mode|array\.push|array\.size|array\.some|array\.sort|box\.delete|dayofmonth|input\.bool|input\.time|label\.copy|map\.remove|map\.values|math\.floor|math\.log10|math\.round|matrix\.avg|matrix\.col|matrix\.det|matrix\.get|matrix\.inv|matrix\.max|matrix\.min|matrix\.new|matrix\.pow|matrix\.row|matrix\.set|matrix\.sum|plotcandle|str\.format|str\.length|ta\.falling|ta\.highest|table\.cell|ticker\.new|time_close|weekofyear|array\.abs|array\.avg|array\.get|array\.max|array\.min|array\.new|array\.pop|array\.set|array\.sum|color\.new|color\.rgb|dayofweek|indicator|input\.int|label\.new|line\.copy|log\.error|map\.clear|math\.acos|math\.asin|math\.atan|input\.enum|math\.ceil|math\.sign|math\.sqrt|plotarrow|plotshape|str\.lower|str\.match|str\.split|str\.upper|ta\.change|ta\.linreg|ta\.lowest|ta\.median|ta\.rising|table\.new|timestamp|barcolor|box\.copy|line\.new|linefill|log\.info|map\.copy|map\.keys|map\.size|math\.abs|math\.avg|math\.cos|math\.exp|math\.log|math\.max|math\.min|math\.pow|math\.sin|math\.sum|math\.tan|plotchar|strategy|ta\.cross|ta\.range|ta\.stdev|ta\.stoch|bgcolor|box\.new|color\.b|color\.g|color\.r|color\.t|library|map\.get|map\.new|map\.put|plotbar|str\.pos|ta\.alma|ta\.macd|ta\.mode|ta\.swma|ta\.vwap|ta\.vwma|fixnan|minute|second|string|ta\.atr|ta\.bbw|ta\.cci|ta\.cmo|ta\.cog|ta\.cum|ta\.dev|ta\.dmi|ta\.ema|ta\.hma|ta\.kcw|ta\.max|ta\.mfi|ta\.min|ta\.mom|ta\.rma|ta\.roc|ta\.rsi|ta\.sar|ta\.sma|ta\.tsi|ta\.wma|ta\.wpr|alert|color|float|hline|input|label|month|ta\.bb|ta\.kc|ta\.tr|table|bool|fill|hour|line|plot|time|year|box|int|na|nz/,
|
|
4
4
|
builtinFunctions: new RegExp(i(l.functions)),
|
|
@@ -2835,7 +2835,7 @@ async function An(i = Qt) {
|
|
|
2835
2835
|
case 5:
|
|
2836
2836
|
return await import("./index-DALxzLez.js");
|
|
2837
2837
|
case 6:
|
|
2838
|
-
return await import("./index-
|
|
2838
|
+
return await import("./index-HdM-YY6b.js");
|
|
2839
2839
|
}
|
|
2840
2840
|
}
|
|
2841
2841
|
async function Eo(i = Qt) {
|
|
@@ -2847,7 +2847,7 @@ async function Eo(i = Qt) {
|
|
|
2847
2847
|
case 5:
|
|
2848
2848
|
return await import("./monarchTokens-C5rW_kP9.js");
|
|
2849
2849
|
case 6:
|
|
2850
|
-
return await import("./monarchTokens-
|
|
2850
|
+
return await import("./monarchTokens-BSGO1JDt.js");
|
|
2851
2851
|
}
|
|
2852
2852
|
}
|
|
2853
2853
|
function vo(i, n = "var_") {
|
|
@@ -9199,7 +9199,7 @@ function mr(i, n, r) {
|
|
|
9199
9199
|
function Iy() {
|
|
9200
9200
|
return new Array(4).fill(0).map(() => Math.floor(Math.random() * Number.MAX_SAFE_INTEGER).toString(16)).join("-");
|
|
9201
9201
|
}
|
|
9202
|
-
const Lf = new Worker(new URL("" + new URL("assets/scriptsRunWorker-
|
|
9202
|
+
const Lf = new Worker(new URL("" + new URL("assets/scriptsRunWorker-BB-6IDT_.js", import.meta.url).href, import.meta.url), { type: "module", name: "Run MineScript Server" });
|
|
9203
9203
|
Lf.onerror = (i) => {
|
|
9204
9204
|
console.error(i);
|
|
9205
9205
|
};
|