pinets 0.9.6 → 0.9.8

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.
Files changed (73) hide show
  1. package/dist/pinets.min.browser.es.js +17 -34
  2. package/dist/pinets.min.browser.es.js.map +1 -1
  3. package/dist/pinets.min.browser.js +19 -36
  4. package/dist/pinets.min.browser.js.map +1 -1
  5. package/dist/pinets.min.cjs +19 -36
  6. package/dist/pinets.min.cjs.map +1 -1
  7. package/dist/pinets.min.es.js +17 -34
  8. package/dist/pinets.min.es.js.map +1 -1
  9. package/dist/types/Context.class.d.ts +25 -1
  10. package/dist/types/PineTS.class.d.ts +10 -1
  11. package/dist/types/namespaces/Core.d.ts +40 -2
  12. package/dist/types/namespaces/box/BoxHelper.d.ts +1 -1
  13. package/dist/types/namespaces/box/BoxObject.d.ts +1 -0
  14. package/dist/types/namespaces/label/LabelHelper.d.ts +1 -1
  15. package/dist/types/namespaces/line/LineHelper.d.ts +1 -1
  16. package/dist/types/namespaces/linefill/LinefillHelper.d.ts +1 -1
  17. package/dist/types/namespaces/linefill/LinefillObject.d.ts +1 -0
  18. package/dist/types/namespaces/matrix/methods/mult.d.ts +1 -1
  19. package/dist/types/namespaces/polyline/PolylineHelper.d.ts +1 -1
  20. package/dist/types/namespaces/polyline/PolylineObject.d.ts +1 -0
  21. package/dist/types/namespaces/table/TableHelper.d.ts +6 -1
  22. package/dist/types/namespaces/table/TableObject.d.ts +1 -0
  23. package/dist/types/transpiler/analysis/ScopeManager.d.ts +2 -0
  24. package/dist/types/transpiler/pineToJS/codegen.d.ts +33 -0
  25. package/dist/types/transpiler/pineToJS/parser.d.ts +1 -0
  26. package/dist/types/transpiler/settings.d.ts +1 -0
  27. package/package.json +1 -1
  28. package/dist/types/NaProxy.d.ts +0 -19
  29. package/dist/types/TimeSeries.class.d.ts +0 -49
  30. package/dist/types/TimeSeries.d.ts +0 -15
  31. package/dist/types/namespaces/Input.d.ts +0 -24
  32. package/dist/types/namespaces/PineArray.d.ts +0 -62
  33. package/dist/types/namespaces/PineColor.d.ts +0 -0
  34. package/dist/types/namespaces/PineMath.d.ts +0 -28
  35. package/dist/types/namespaces/PineRequest.d.ts +0 -8
  36. package/dist/types/namespaces/Plot.helper.d.ts +0 -16
  37. package/dist/types/namespaces/TechnicalAnalysis.d.ts +0 -30
  38. package/dist/types/namespaces/request/types/barmerge.type.d.ts +0 -7
  39. package/dist/types/namespaces/strategy/StrategySimulator.d.ts +0 -84
  40. package/dist/types/namespaces/strategy/closedtrades/index.d.ts +0 -18
  41. package/dist/types/namespaces/strategy/methods/any.d.ts +0 -5
  42. package/dist/types/namespaces/strategy/methods/cancel.d.ts +0 -1
  43. package/dist/types/namespaces/strategy/methods/cancel_all.d.ts +0 -1
  44. package/dist/types/namespaces/strategy/methods/cash.d.ts +0 -5
  45. package/dist/types/namespaces/strategy/methods/close.d.ts +0 -1
  46. package/dist/types/namespaces/strategy/methods/close_all.d.ts +0 -1
  47. package/dist/types/namespaces/strategy/methods/closedtrades.d.ts +0 -4
  48. package/dist/types/namespaces/strategy/methods/entry.d.ts +0 -3
  49. package/dist/types/namespaces/strategy/methods/equity.d.ts +0 -4
  50. package/dist/types/namespaces/strategy/methods/exit.d.ts +0 -3
  51. package/dist/types/namespaces/strategy/methods/fixed.d.ts +0 -5
  52. package/dist/types/namespaces/strategy/methods/long.d.ts +0 -4
  53. package/dist/types/namespaces/strategy/methods/netprofit.d.ts +0 -4
  54. package/dist/types/namespaces/strategy/methods/opentrades.d.ts +0 -4
  55. package/dist/types/namespaces/strategy/methods/order.d.ts +0 -6
  56. package/dist/types/namespaces/strategy/methods/param.d.ts +0 -5
  57. package/dist/types/namespaces/strategy/methods/percent_of_equity.d.ts +0 -5
  58. package/dist/types/namespaces/strategy/methods/position_avg_price.d.ts +0 -5
  59. package/dist/types/namespaces/strategy/methods/position_entry.d.ts +0 -5
  60. package/dist/types/namespaces/strategy/methods/position_entry_name.d.ts +0 -5
  61. package/dist/types/namespaces/strategy/methods/position_size.d.ts +0 -5
  62. package/dist/types/namespaces/strategy/methods/short.d.ts +0 -4
  63. package/dist/types/namespaces/strategy/models/Order.d.ts +0 -31
  64. package/dist/types/namespaces/strategy/models/Position.d.ts +0 -16
  65. package/dist/types/namespaces/strategy/models/Trade.d.ts +0 -45
  66. package/dist/types/namespaces/strategy/opentrades/index.d.ts +0 -10
  67. package/dist/types/namespaces/strategy/risk/index.d.ts +0 -11
  68. package/dist/types/namespaces/strategy/strategy.index.d.ts +0 -53
  69. package/dist/types/namespaces/strategy/types.d.ts +0 -92
  70. package/dist/types/namespaces/strategy/utils.d.ts +0 -28
  71. package/dist/types/namespaces/ta/getters/obv.d.ts +0 -12
  72. package/dist/types/namespaces/ta/getters/tr.d.ts +0 -1
  73. package/dist/types/transpiler/ScopeManager.class.d.ts +0 -36

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.