pinets 0.9.16 → 0.9.18
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/README.md +14 -11
- package/dist/pinets.min.browser.es.js +29 -29
- package/dist/pinets.min.browser.es.js.map +1 -1
- package/dist/pinets.min.browser.js +29 -29
- package/dist/pinets.min.browser.js.map +1 -1
- package/dist/pinets.min.cjs +29 -29
- package/dist/pinets.min.cjs.map +1 -1
- package/dist/pinets.min.es.js +29 -29
- package/dist/pinets.min.es.js.map +1 -1
- package/dist/types/Context.class.d.ts +2 -0
- package/dist/types/PineTS.class.d.ts +20 -7
- package/dist/types/namespaces/line/LineHelper.d.ts +9 -0
- package/dist/types/namespaces/linefill/LinefillHelper.d.ts +11 -0
- package/dist/types/namespaces/polyline/PolylineObject.d.ts +3 -3
- package/dist/types/namespaces/strategy/methods/account_currency.d.ts +5 -0
- package/dist/types/namespaces/strategy/methods/any.d.ts +5 -0
- package/dist/types/namespaces/strategy/methods/avg_losing_trade.d.ts +6 -0
- package/dist/types/namespaces/strategy/methods/avg_losing_trade_percent.d.ts +5 -0
- package/dist/types/namespaces/strategy/methods/avg_trade.d.ts +5 -0
- package/dist/types/namespaces/strategy/methods/avg_trade_percent.d.ts +6 -0
- package/dist/types/namespaces/strategy/methods/avg_winning_trade.d.ts +5 -0
- package/dist/types/namespaces/strategy/methods/avg_winning_trade_percent.d.ts +5 -0
- package/dist/types/namespaces/strategy/methods/cancel.d.ts +1 -0
- package/dist/types/namespaces/strategy/methods/cancel_all.d.ts +6 -0
- package/dist/types/namespaces/strategy/methods/cash.d.ts +5 -0
- package/dist/types/namespaces/strategy/methods/close.d.ts +1 -0
- package/dist/types/namespaces/strategy/methods/close_all.d.ts +1 -0
- package/dist/types/namespaces/strategy/methods/closedtrades.d.ts +15 -0
- package/dist/types/namespaces/strategy/methods/convert_to_account.d.ts +9 -0
- package/dist/types/namespaces/strategy/methods/convert_to_symbol.d.ts +5 -0
- package/dist/types/namespaces/strategy/methods/default_entry_qty.d.ts +8 -0
- package/dist/types/namespaces/strategy/methods/entry.d.ts +1 -0
- package/dist/types/namespaces/strategy/methods/equity.d.ts +5 -0
- package/dist/types/namespaces/strategy/methods/eventrades.d.ts +2 -0
- package/dist/types/namespaces/strategy/methods/exit.d.ts +1 -0
- package/dist/types/namespaces/strategy/methods/fixed.d.ts +5 -0
- package/dist/types/namespaces/strategy/methods/grossloss.d.ts +5 -0
- package/dist/types/namespaces/strategy/methods/grossloss_percent.d.ts +4 -0
- package/dist/types/namespaces/strategy/methods/grossprofit.d.ts +5 -0
- package/dist/types/namespaces/strategy/methods/grossprofit_percent.d.ts +4 -0
- package/dist/types/namespaces/strategy/methods/initial_capital.d.ts +2 -0
- package/dist/types/namespaces/strategy/methods/long.d.ts +4 -0
- package/dist/types/namespaces/strategy/methods/losstrades.d.ts +2 -0
- package/dist/types/namespaces/strategy/methods/margin_liquidation_price.d.ts +13 -0
- package/dist/types/namespaces/strategy/methods/max_contracts_held_all.d.ts +2 -0
- package/dist/types/namespaces/strategy/methods/max_contracts_held_long.d.ts +2 -0
- package/dist/types/namespaces/strategy/methods/max_contracts_held_short.d.ts +2 -0
- package/dist/types/namespaces/strategy/methods/max_drawdown.d.ts +5 -0
- package/dist/types/namespaces/strategy/methods/max_drawdown_percent.d.ts +5 -0
- package/dist/types/namespaces/strategy/methods/max_runup.d.ts +5 -0
- package/dist/types/namespaces/strategy/methods/max_runup_percent.d.ts +5 -0
- package/dist/types/namespaces/strategy/methods/netprofit.d.ts +5 -0
- package/dist/types/namespaces/strategy/methods/netprofit_percent.d.ts +5 -0
- package/dist/types/namespaces/strategy/methods/openprofit.d.ts +5 -0
- package/dist/types/namespaces/strategy/methods/openprofit_percent.d.ts +5 -0
- package/dist/types/namespaces/strategy/methods/opentrades.d.ts +9 -0
- package/dist/types/namespaces/strategy/methods/order.d.ts +6 -0
- package/dist/types/namespaces/strategy/methods/param.d.ts +5 -0
- package/dist/types/namespaces/strategy/methods/percent_of_equity.d.ts +5 -0
- package/dist/types/namespaces/strategy/methods/position_avg_price.d.ts +5 -0
- package/dist/types/namespaces/strategy/methods/position_entry_name.d.ts +5 -0
- package/dist/types/namespaces/strategy/methods/position_size.d.ts +5 -0
- package/dist/types/namespaces/strategy/methods/risk.d.ts +22 -0
- package/dist/types/namespaces/strategy/methods/short.d.ts +4 -0
- package/dist/types/namespaces/strategy/methods/wintrades.d.ts +2 -0
- package/dist/types/namespaces/strategy/strategy.index.d.ts +7 -0
- package/dist/types/namespaces/strategy/types.d.ts +176 -0
- package/dist/types/namespaces/strategy/utils.d.ts +84 -0
- package/package.json +3 -3
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.