pinets 0.9.5 → 0.9.7

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