@guihz/trading-vue-editor-tes 0.0.22 → 0.0.23
Sign up to get free protection for your applications and to get access to all the features.
- package/lib/assets/{parserTccWorker-CVfKSNrL.js → parserTccWorker-B-xIp9MW.js} +15 -15
- package/lib/assets/scriptsRunWorker-COxpWbV9.js +66 -0
- package/lib/components/editor/parseScript/buildInFuncNamespace/index.d.ts +2 -2
- package/lib/components/editor/parseScript/buildInFuncNamespace/strategy.d.ts +63 -3
- package/lib/components/editor/parseScript/buildInVarNamespace/barstate.d.ts +16 -0
- package/lib/components/editor/parseScript/buildInVarNamespace/index.d.ts +5 -0
- package/lib/components/editor/parseScript/buildInVarNamespace/session.d.ts +12 -0
- package/lib/components/editor/parseScript/buildInVarNamespace/strategy.d.ts +71 -0
- package/lib/components/editor/parseScript/buildInVarNamespace/ta.d.ts +28 -0
- package/lib/components/editor/parseScript/buildInVarNamespace/timeframe.d.ts +16 -0
- package/lib/components/editor/parseScript/constants.d.ts +2 -0
- package/lib/components/editor/parseScript/strategyNamespace/closedtrades.d.ts +28 -0
- package/lib/components/editor/parseScript/strategyNamespace/index.d.ts +4 -0
- package/lib/components/editor/parseScript/strategyNamespace/opentrades.d.ts +23 -0
- package/lib/components/editor/parseScript/strategyNamespace/risk.d.ts +20 -0
- package/lib/components/editor/parseScript/visitorParser.d.ts +1 -0
- package/lib/components/editor/utils/initEditor.d.ts +1 -0
- package/lib/trading-vue-editor.js +287 -272
- package/lib/trading-vue-editor.umd.cjs +22 -22
- package/package.json +1 -1
- package/lib/assets/scriptsRunWorker-Ce9Ua8lg.js +0 -66