@continuumdao/continuum-node-sdk 1.3.37 → 1.3.39
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/dist/agent-host-catalog.json +11 -0
- package/dist/core/chart/analysis/analysis-agent-view.d.ts.map +1 -1
- package/dist/core/chart/analysis/analysis-agent-view.js +68 -11
- package/dist/core/chart/analysis/analysis-agent-view.js.map +1 -1
- package/dist/core/chart/analysis/analysis-catalog.d.ts.map +1 -1
- package/dist/core/chart/analysis/analysis-catalog.js +59 -1
- package/dist/core/chart/analysis/analysis-catalog.js.map +1 -1
- package/dist/core/chart/analysis/analyze-tools.d.ts +228 -11
- package/dist/core/chart/analysis/analyze-tools.d.ts.map +1 -1
- package/dist/core/chart/analysis/analyze-tools.js +51 -55
- package/dist/core/chart/analysis/analyze-tools.js.map +1 -1
- package/dist/core/chart/analysis/bollinger-analyze-tools.d.ts +5 -0
- package/dist/core/chart/analysis/bollinger-analyze-tools.d.ts.map +1 -1
- package/dist/core/chart/analysis/bollinger-analyze-tools.js +9 -0
- package/dist/core/chart/analysis/bollinger-analyze-tools.js.map +1 -1
- package/dist/core/chart/analysis/chart-patterns-drawings-tools.d.ts +121 -0
- package/dist/core/chart/analysis/chart-patterns-drawings-tools.d.ts.map +1 -1
- package/dist/core/chart/analysis/chart-patterns-drawings-tools.js +69 -5
- package/dist/core/chart/analysis/chart-patterns-drawings-tools.js.map +1 -1
- package/dist/core/chart/analysis/chart-patterns-tools.d.ts +114 -0
- package/dist/core/chart/analysis/chart-patterns-tools.d.ts.map +1 -1
- package/dist/core/chart/analysis/chart-patterns-tools.js +10 -1
- package/dist/core/chart/analysis/chart-patterns-tools.js.map +1 -1
- package/dist/core/chart/analysis/divergence/detect.d.ts +21 -0
- package/dist/core/chart/analysis/divergence/detect.d.ts.map +1 -0
- package/dist/core/chart/analysis/divergence/detect.js +223 -0
- package/dist/core/chart/analysis/divergence/detect.js.map +1 -0
- package/dist/core/chart/analysis/divergence/index.d.ts +4 -0
- package/dist/core/chart/analysis/divergence/index.d.ts.map +1 -0
- package/dist/core/chart/analysis/divergence/index.js +4 -0
- package/dist/core/chart/analysis/divergence/index.js.map +1 -0
- package/dist/core/chart/analysis/divergence/peaks.d.ts +11 -0
- package/dist/core/chart/analysis/divergence/peaks.d.ts.map +1 -0
- package/dist/core/chart/analysis/divergence/peaks.js +108 -0
- package/dist/core/chart/analysis/divergence/peaks.js.map +1 -0
- package/dist/core/chart/analysis/divergence/types.d.ts +30 -0
- package/dist/core/chart/analysis/divergence/types.d.ts.map +1 -0
- package/dist/core/chart/analysis/divergence/types.js +2 -0
- package/dist/core/chart/analysis/divergence/types.js.map +1 -0
- package/dist/core/chart/analysis/divergence-analyze-tools.d.ts +258 -0
- package/dist/core/chart/analysis/divergence-analyze-tools.d.ts.map +1 -0
- package/dist/core/chart/analysis/divergence-analyze-tools.js +316 -0
- package/dist/core/chart/analysis/divergence-analyze-tools.js.map +1 -0
- package/dist/core/chart/analysis/divergence-drawings-tools.d.ts +459 -0
- package/dist/core/chart/analysis/divergence-drawings-tools.d.ts.map +1 -0
- package/dist/core/chart/analysis/divergence-drawings-tools.js +392 -0
- package/dist/core/chart/analysis/divergence-drawings-tools.js.map +1 -0
- package/dist/core/chart/analysis/divergence-highlight.d.ts +19 -0
- package/dist/core/chart/analysis/divergence-highlight.d.ts.map +1 -0
- package/dist/core/chart/analysis/divergence-highlight.js +39 -0
- package/dist/core/chart/analysis/divergence-highlight.js.map +1 -0
- package/dist/core/chart/analysis/donchian-analyze-tools.d.ts +117 -0
- package/dist/core/chart/analysis/donchian-analyze-tools.d.ts.map +1 -0
- package/dist/core/chart/analysis/donchian-analyze-tools.js +220 -0
- package/dist/core/chart/analysis/donchian-analyze-tools.js.map +1 -0
- package/dist/core/chart/analysis/donchian-highlight.d.ts +31 -0
- package/dist/core/chart/analysis/donchian-highlight.d.ts.map +1 -0
- package/dist/core/chart/analysis/donchian-highlight.js +41 -0
- package/dist/core/chart/analysis/donchian-highlight.js.map +1 -0
- package/dist/core/chart/analysis/elliott-wave-drawings-tools.d.ts +2 -0
- package/dist/core/chart/analysis/elliott-wave-drawings-tools.d.ts.map +1 -1
- package/dist/core/chart/analysis/elliott-wave-drawings-tools.js +12 -2
- package/dist/core/chart/analysis/elliott-wave-drawings-tools.js.map +1 -1
- package/dist/core/chart/analysis/elliott-waves-analyze-tools.d.ts +45 -0
- package/dist/core/chart/analysis/elliott-waves-analyze-tools.d.ts.map +1 -1
- package/dist/core/chart/analysis/elliott-waves-analyze-tools.js +4 -1
- package/dist/core/chart/analysis/elliott-waves-analyze-tools.js.map +1 -1
- package/dist/core/chart/analysis/ichimoku-analyze-tools.d.ts +128 -0
- package/dist/core/chart/analysis/ichimoku-analyze-tools.d.ts.map +1 -0
- package/dist/core/chart/analysis/ichimoku-analyze-tools.js +245 -0
- package/dist/core/chart/analysis/ichimoku-analyze-tools.js.map +1 -0
- package/dist/core/chart/analysis/ichimoku-highlight.d.ts +36 -0
- package/dist/core/chart/analysis/ichimoku-highlight.d.ts.map +1 -0
- package/dist/core/chart/analysis/ichimoku-highlight.js +40 -0
- package/dist/core/chart/analysis/ichimoku-highlight.js.map +1 -0
- package/dist/core/chart/analysis/key-fib-drawings-tools.d.ts +20 -6
- package/dist/core/chart/analysis/key-fib-drawings-tools.d.ts.map +1 -1
- package/dist/core/chart/analysis/key-fib-drawings-tools.js +47 -20
- package/dist/core/chart/analysis/key-fib-drawings-tools.js.map +1 -1
- package/dist/core/chart/analysis/key-level-drawings-shared.d.ts +8 -12
- package/dist/core/chart/analysis/key-level-drawings-shared.d.ts.map +1 -1
- package/dist/core/chart/analysis/key-level-drawings-shared.js +15 -37
- package/dist/core/chart/analysis/key-level-drawings-shared.js.map +1 -1
- package/dist/core/chart/analysis/key-level-drawings-tools.d.ts +23 -0
- package/dist/core/chart/analysis/key-level-drawings-tools.d.ts.map +1 -1
- package/dist/core/chart/analysis/key-level-drawings-tools.js +53 -6
- package/dist/core/chart/analysis/key-level-drawings-tools.js.map +1 -1
- package/dist/core/chart/analysis/key-level-menu-summary.d.ts +15 -22
- package/dist/core/chart/analysis/key-level-menu-summary.d.ts.map +1 -1
- package/dist/core/chart/analysis/key-level-menu-summary.js +63 -124
- package/dist/core/chart/analysis/key-level-menu-summary.js.map +1 -1
- package/dist/core/chart/analysis/key-levels-dataset.d.ts +1 -0
- package/dist/core/chart/analysis/key-levels-dataset.d.ts.map +1 -1
- package/dist/core/chart/analysis/key-levels-dataset.js +4 -7
- package/dist/core/chart/analysis/key-levels-dataset.js.map +1 -1
- package/dist/core/chart/analysis/liquidity-depth-analyze-tools.d.ts +124 -0
- package/dist/core/chart/analysis/liquidity-depth-analyze-tools.d.ts.map +1 -0
- package/dist/core/chart/analysis/liquidity-depth-analyze-tools.js +185 -0
- package/dist/core/chart/analysis/liquidity-depth-analyze-tools.js.map +1 -0
- package/dist/core/chart/analysis/liquidity-depth-drawings-tools.d.ts +1447 -0
- package/dist/core/chart/analysis/liquidity-depth-drawings-tools.d.ts.map +1 -0
- package/dist/core/chart/analysis/liquidity-depth-drawings-tools.js +161 -0
- package/dist/core/chart/analysis/liquidity-depth-drawings-tools.js.map +1 -0
- package/dist/core/chart/analysis/moving-averages-analyze-tools.d.ts +4 -0
- package/dist/core/chart/analysis/moving-averages-analyze-tools.d.ts.map +1 -1
- package/dist/core/chart/analysis/moving-averages-analyze-tools.js +3 -0
- package/dist/core/chart/analysis/moving-averages-analyze-tools.js.map +1 -1
- package/dist/core/chart/analysis/supertrend-analyze-tools.d.ts +116 -0
- package/dist/core/chart/analysis/supertrend-analyze-tools.d.ts.map +1 -0
- package/dist/core/chart/analysis/supertrend-analyze-tools.js +216 -0
- package/dist/core/chart/analysis/supertrend-analyze-tools.js.map +1 -0
- package/dist/core/chart/analysis/supertrend-highlight.d.ts +25 -0
- package/dist/core/chart/analysis/supertrend-highlight.d.ts.map +1 -0
- package/dist/core/chart/analysis/supertrend-highlight.js +37 -0
- package/dist/core/chart/analysis/supertrend-highlight.js.map +1 -0
- package/dist/core/chart/analysis/trade-setups/bollinger-trade-setup.d.ts +8 -1
- package/dist/core/chart/analysis/trade-setups/bollinger-trade-setup.d.ts.map +1 -1
- package/dist/core/chart/analysis/trade-setups/bollinger-trade-setup.js +13 -2
- package/dist/core/chart/analysis/trade-setups/bollinger-trade-setup.js.map +1 -1
- package/dist/core/chart/analysis/trade-setups/build-trade.d.ts +3 -4
- package/dist/core/chart/analysis/trade-setups/build-trade.d.ts.map +1 -1
- package/dist/core/chart/analysis/trade-setups/build-trade.js +55 -76
- package/dist/core/chart/analysis/trade-setups/build-trade.js.map +1 -1
- package/dist/core/chart/analysis/trade-setups/chart-data-purpose.d.ts.map +1 -1
- package/dist/core/chart/analysis/trade-setups/chart-data-purpose.js +18 -1
- package/dist/core/chart/analysis/trade-setups/chart-data-purpose.js.map +1 -1
- package/dist/core/chart/analysis/trade-setups/chart-pattern-trade-setup.d.ts +9 -0
- package/dist/core/chart/analysis/trade-setups/chart-pattern-trade-setup.d.ts.map +1 -1
- package/dist/core/chart/analysis/trade-setups/chart-pattern-trade-setup.js +71 -9
- package/dist/core/chart/analysis/trade-setups/chart-pattern-trade-setup.js.map +1 -1
- package/dist/core/chart/analysis/trade-setups/divergence-trade-setup.d.ts +84 -0
- package/dist/core/chart/analysis/trade-setups/divergence-trade-setup.d.ts.map +1 -0
- package/dist/core/chart/analysis/trade-setups/divergence-trade-setup.js +194 -0
- package/dist/core/chart/analysis/trade-setups/divergence-trade-setup.js.map +1 -0
- package/dist/core/chart/analysis/trade-setups/donchian-trade-setup.d.ts +137 -0
- package/dist/core/chart/analysis/trade-setups/donchian-trade-setup.d.ts.map +1 -0
- package/dist/core/chart/analysis/trade-setups/donchian-trade-setup.js +436 -0
- package/dist/core/chart/analysis/trade-setups/donchian-trade-setup.js.map +1 -0
- package/dist/core/chart/analysis/trade-setups/elliott-waves-trade-setup.d.ts +5 -1
- package/dist/core/chart/analysis/trade-setups/elliott-waves-trade-setup.d.ts.map +1 -1
- package/dist/core/chart/analysis/trade-setups/elliott-waves-trade-setup.js +9 -1
- package/dist/core/chart/analysis/trade-setups/elliott-waves-trade-setup.js.map +1 -1
- package/dist/core/chart/analysis/trade-setups/ichimoku-trade-setup.d.ts +159 -0
- package/dist/core/chart/analysis/trade-setups/ichimoku-trade-setup.d.ts.map +1 -0
- package/dist/core/chart/analysis/trade-setups/ichimoku-trade-setup.js +407 -0
- package/dist/core/chart/analysis/trade-setups/ichimoku-trade-setup.js.map +1 -0
- package/dist/core/chart/analysis/trade-setups/index.d.ts +9 -0
- package/dist/core/chart/analysis/trade-setups/index.d.ts.map +1 -1
- package/dist/core/chart/analysis/trade-setups/index.js +9 -0
- package/dist/core/chart/analysis/trade-setups/index.js.map +1 -1
- package/dist/core/chart/analysis/trade-setups/key-level-fib-retrace-trade-setup.d.ts +9 -41
- package/dist/core/chart/analysis/trade-setups/key-level-fib-retrace-trade-setup.d.ts.map +1 -1
- package/dist/core/chart/analysis/trade-setups/key-level-fib-retrace-trade-setup.js +36 -238
- package/dist/core/chart/analysis/trade-setups/key-level-fib-retrace-trade-setup.js.map +1 -1
- package/dist/core/chart/analysis/trade-setups/key-levels-trade-setup.d.ts +4 -8
- package/dist/core/chart/analysis/trade-setups/key-levels-trade-setup.d.ts.map +1 -1
- package/dist/core/chart/analysis/trade-setups/key-levels-trade-setup.js +3 -30
- package/dist/core/chart/analysis/trade-setups/key-levels-trade-setup.js.map +1 -1
- package/dist/core/chart/analysis/trade-setups/moving-averages-trade-setup.d.ts +3 -0
- package/dist/core/chart/analysis/trade-setups/moving-averages-trade-setup.d.ts.map +1 -1
- package/dist/core/chart/analysis/trade-setups/moving-averages-trade-setup.js +10 -4
- package/dist/core/chart/analysis/trade-setups/moving-averages-trade-setup.js.map +1 -1
- package/dist/core/chart/analysis/trade-setups/pattern-limit-entry.d.ts.map +1 -1
- package/dist/core/chart/analysis/trade-setups/pattern-limit-entry.js +8 -4
- package/dist/core/chart/analysis/trade-setups/pattern-limit-entry.js.map +1 -1
- package/dist/core/chart/analysis/trade-setups/shared.d.ts +13 -1
- package/dist/core/chart/analysis/trade-setups/shared.d.ts.map +1 -1
- package/dist/core/chart/analysis/trade-setups/shared.js +39 -0
- package/dist/core/chart/analysis/trade-setups/shared.js.map +1 -1
- package/dist/core/chart/analysis/trade-setups/supertrend-trade-setup.d.ts +124 -0
- package/dist/core/chart/analysis/trade-setups/supertrend-trade-setup.d.ts.map +1 -0
- package/dist/core/chart/analysis/trade-setups/supertrend-trade-setup.js +312 -0
- package/dist/core/chart/analysis/trade-setups/supertrend-trade-setup.js.map +1 -0
- package/dist/core/chart/analysis/trade-setups/trade-desk-defaults.d.ts +18 -1
- package/dist/core/chart/analysis/trade-setups/trade-desk-defaults.d.ts.map +1 -1
- package/dist/core/chart/analysis/trade-setups/trade-desk-defaults.js +28 -2
- package/dist/core/chart/analysis/trade-setups/trade-desk-defaults.js.map +1 -1
- package/dist/core/chart/analysis/trade-setups/trade-desk-universal-input.d.ts +46 -0
- package/dist/core/chart/analysis/trade-setups/trade-desk-universal-input.d.ts.map +1 -1
- package/dist/core/chart/analysis/trade-setups/trade-desk-universal-input.js +55 -0
- package/dist/core/chart/analysis/trade-setups/trade-desk-universal-input.js.map +1 -1
- package/dist/core/chart/analysis/trade-setups/trade-idea-list.d.ts +32 -0
- package/dist/core/chart/analysis/trade-setups/trade-idea-list.d.ts.map +1 -1
- package/dist/core/chart/analysis/trade-setups/trade-idea-list.js +222 -0
- package/dist/core/chart/analysis/trade-setups/trade-idea-list.js.map +1 -1
- package/dist/core/chart/analysis/trade-setups/trade-idea.d.ts +39 -0
- package/dist/core/chart/analysis/trade-setups/trade-idea.d.ts.map +1 -1
- package/dist/core/chart/analysis/trade-setups/trade-idea.js +159 -10
- package/dist/core/chart/analysis/trade-setups/trade-idea.js.map +1 -1
- package/dist/core/chart/analysis/trade-setups/trade-position-overlay.d.ts +37 -0
- package/dist/core/chart/analysis/trade-setups/trade-position-overlay.d.ts.map +1 -0
- package/dist/core/chart/analysis/trade-setups/trade-position-overlay.js +113 -0
- package/dist/core/chart/analysis/trade-setups/trade-position-overlay.js.map +1 -0
- package/dist/core/chart/analysis/trade-setups/trade-price-offsets.d.ts +42 -0
- package/dist/core/chart/analysis/trade-setups/trade-price-offsets.d.ts.map +1 -0
- package/dist/core/chart/analysis/trade-setups/trade-price-offsets.js +116 -0
- package/dist/core/chart/analysis/trade-setups/trade-price-offsets.js.map +1 -0
- package/dist/core/chart/analysis/trade-setups/trade-purpose-format.d.ts +2 -2
- package/dist/core/chart/analysis/trade-setups/trade-purpose-format.d.ts.map +1 -1
- package/dist/core/chart/analysis/trade-setups/trade-purpose-format.js +2 -6
- package/dist/core/chart/analysis/trade-setups/trade-purpose-format.js.map +1 -1
- package/dist/core/chart/analysis/trade-setups/trade-ratio.d.ts +54 -0
- package/dist/core/chart/analysis/trade-setups/trade-ratio.d.ts.map +1 -0
- package/dist/core/chart/analysis/trade-setups/trade-ratio.js +126 -0
- package/dist/core/chart/analysis/trade-setups/trade-ratio.js.map +1 -0
- package/dist/core/chart/analysis/trade-setups/trade-setup-selection.d.ts +42 -8
- package/dist/core/chart/analysis/trade-setups/trade-setup-selection.d.ts.map +1 -1
- package/dist/core/chart/analysis/trade-setups/trade-setup-selection.js +72 -17
- package/dist/core/chart/analysis/trade-setups/trade-setup-selection.js.map +1 -1
- package/dist/core/chart/analysis/trade-setups/trend-structure-trade-setup.d.ts +45 -0
- package/dist/core/chart/analysis/trade-setups/trend-structure-trade-setup.d.ts.map +1 -1
- package/dist/core/chart/analysis/trade-setups/trend-structure-trade-setup.js +121 -12
- package/dist/core/chart/analysis/trade-setups/trend-structure-trade-setup.js.map +1 -1
- package/dist/core/chart/analysis/trade-setups/z-score-trade-setup.d.ts +92 -0
- package/dist/core/chart/analysis/trade-setups/z-score-trade-setup.d.ts.map +1 -0
- package/dist/core/chart/analysis/trade-setups/z-score-trade-setup.js +201 -0
- package/dist/core/chart/analysis/trade-setups/z-score-trade-setup.js.map +1 -0
- package/dist/core/chart/analysis/trend-line-drawings-tools.d.ts +14 -0
- package/dist/core/chart/analysis/trend-line-drawings-tools.d.ts.map +1 -1
- package/dist/core/chart/analysis/trend-line-drawings-tools.js +87 -16
- package/dist/core/chart/analysis/trend-line-drawings-tools.js.map +1 -1
- package/dist/core/chart/analysis/trend-line-menu-summary.d.ts +5 -0
- package/dist/core/chart/analysis/trend-line-menu-summary.d.ts.map +1 -1
- package/dist/core/chart/analysis/trend-line-menu-summary.js +8 -0
- package/dist/core/chart/analysis/trend-line-menu-summary.js.map +1 -1
- package/dist/core/chart/analysis/z-score-analyze-tools.d.ts +115 -0
- package/dist/core/chart/analysis/z-score-analyze-tools.d.ts.map +1 -0
- package/dist/core/chart/analysis/z-score-analyze-tools.js +242 -0
- package/dist/core/chart/analysis/z-score-analyze-tools.js.map +1 -0
- package/dist/core/chart/analysis/z-score-highlight.d.ts +29 -0
- package/dist/core/chart/analysis/z-score-highlight.d.ts.map +1 -0
- package/dist/core/chart/analysis/z-score-highlight.js +39 -0
- package/dist/core/chart/analysis/z-score-highlight.js.map +1 -0
- package/dist/core/chart/apply-chart-drawings.d.ts +4 -0
- package/dist/core/chart/apply-chart-drawings.d.ts.map +1 -1
- package/dist/core/chart/apply-chart-drawings.js +10 -2
- package/dist/core/chart/apply-chart-drawings.js.map +1 -1
- package/dist/core/chart/chart-pattern-session-store.d.ts.map +1 -1
- package/dist/core/chart/chart-pattern-session-store.js +1 -0
- package/dist/core/chart/chart-pattern-session-store.js.map +1 -1
- package/dist/core/chart/customization-catalog.d.ts +1 -0
- package/dist/core/chart/customization-catalog.d.ts.map +1 -1
- package/dist/core/chart/customization-catalog.js +107 -6
- package/dist/core/chart/customization-catalog.js.map +1 -1
- package/dist/core/chart/depth/average.d.ts +24 -0
- package/dist/core/chart/depth/average.d.ts.map +1 -0
- package/dist/core/chart/depth/average.js +104 -0
- package/dist/core/chart/depth/average.js.map +1 -0
- package/dist/core/chart/depth/binance-fetch.d.ts +7 -0
- package/dist/core/chart/depth/binance-fetch.d.ts.map +1 -0
- package/dist/core/chart/depth/binance-fetch.js +35 -0
- package/dist/core/chart/depth/binance-fetch.js.map +1 -0
- package/dist/core/chart/depth/coinbase-fetch.d.ts +7 -0
- package/dist/core/chart/depth/coinbase-fetch.d.ts.map +1 -0
- package/dist/core/chart/depth/coinbase-fetch.js +39 -0
- package/dist/core/chart/depth/coinbase-fetch.js.map +1 -0
- package/dist/core/chart/depth/index.d.ts +9 -0
- package/dist/core/chart/depth/index.d.ts.map +1 -0
- package/dist/core/chart/depth/index.js +9 -0
- package/dist/core/chart/depth/index.js.map +1 -0
- package/dist/core/chart/depth/levels.d.ts +23 -0
- package/dist/core/chart/depth/levels.d.ts.map +1 -0
- package/dist/core/chart/depth/levels.js +68 -0
- package/dist/core/chart/depth/levels.js.map +1 -0
- package/dist/core/chart/depth/normalize.d.ts +22 -0
- package/dist/core/chart/depth/normalize.d.ts.map +1 -0
- package/dist/core/chart/depth/normalize.js +130 -0
- package/dist/core/chart/depth/normalize.js.map +1 -0
- package/dist/core/chart/depth/sampler.d.ts +19 -0
- package/dist/core/chart/depth/sampler.d.ts.map +1 -0
- package/dist/core/chart/depth/sampler.js +146 -0
- package/dist/core/chart/depth/sampler.js.map +1 -0
- package/dist/core/chart/depth/schemas.d.ts +71 -0
- package/dist/core/chart/depth/schemas.d.ts.map +1 -0
- package/dist/core/chart/depth/schemas.js +52 -0
- package/dist/core/chart/depth/schemas.js.map +1 -0
- package/dist/core/chart/depth/symbol-from-fetch.d.ts +12 -0
- package/dist/core/chart/depth/symbol-from-fetch.d.ts.map +1 -0
- package/dist/core/chart/depth/symbol-from-fetch.js +125 -0
- package/dist/core/chart/depth/symbol-from-fetch.js.map +1 -0
- package/dist/core/chart/display-downsample.d.ts.map +1 -1
- package/dist/core/chart/display-downsample.js +4 -14
- package/dist/core/chart/display-downsample.js.map +1 -1
- package/dist/core/chart/fetch-agent-view.d.ts.map +1 -1
- package/dist/core/chart/fetch-agent-view.js +6 -1
- package/dist/core/chart/fetch-agent-view.js.map +1 -1
- package/dist/core/chart/fetch-metadata.d.ts +2 -1
- package/dist/core/chart/fetch-metadata.d.ts.map +1 -1
- package/dist/core/chart/fetch-metadata.js +29 -3
- package/dist/core/chart/fetch-metadata.js.map +1 -1
- package/dist/core/chart/index.d.ts +1 -1
- package/dist/core/chart/index.d.ts.map +1 -1
- package/dist/core/chart/index.js +1 -1
- package/dist/core/chart/index.js.map +1 -1
- package/dist/core/chart/liquidity-depth-profile-replay.d.ts +7 -0
- package/dist/core/chart/liquidity-depth-profile-replay.d.ts.map +1 -0
- package/dist/core/chart/liquidity-depth-profile-replay.js +28 -0
- package/dist/core/chart/liquidity-depth-profile-replay.js.map +1 -0
- package/dist/core/chart/live/binding-extract.d.ts.map +1 -1
- package/dist/core/chart/live/binding-extract.js +66 -1
- package/dist/core/chart/live/binding-extract.js.map +1 -1
- package/dist/core/chart/live/fetch-tick.d.ts.map +1 -1
- package/dist/core/chart/live/fetch-tick.js +45 -1
- package/dist/core/chart/live/fetch-tick.js.map +1 -1
- package/dist/core/chart/live/index.d.ts +1 -1
- package/dist/core/chart/live/index.d.ts.map +1 -1
- package/dist/core/chart/live/index.js +1 -1
- package/dist/core/chart/live/index.js.map +1 -1
- package/dist/core/chart/live/schemas.d.ts +2 -0
- package/dist/core/chart/live/schemas.d.ts.map +1 -1
- package/dist/core/chart/live/schemas.js +2 -0
- package/dist/core/chart/live/schemas.js.map +1 -1
- package/dist/core/chart/overlay-schemas.d.ts +760 -0
- package/dist/core/chart/overlay-schemas.d.ts.map +1 -1
- package/dist/core/chart/overlay-schemas.js +211 -0
- package/dist/core/chart/overlay-schemas.js.map +1 -1
- package/dist/core/chart/overlays.d.ts +3 -0
- package/dist/core/chart/overlays.d.ts.map +1 -1
- package/dist/core/chart/overlays.js +779 -18
- package/dist/core/chart/overlays.js.map +1 -1
- package/dist/core/chart/point-normalize.d.ts.map +1 -1
- package/dist/core/chart/point-normalize.js +1 -0
- package/dist/core/chart/point-normalize.js.map +1 -1
- package/dist/core/chart/prepare-from-rows.d.ts +1513 -0
- package/dist/core/chart/prepare-from-rows.d.ts.map +1 -1
- package/dist/core/chart/prepare-from-rows.js +17 -2
- package/dist/core/chart/prepare-from-rows.js.map +1 -1
- package/dist/core/chart/prepare.d.ts.map +1 -1
- package/dist/core/chart/prepare.js +10 -2
- package/dist/core/chart/prepare.js.map +1 -1
- package/dist/core/chart/schemas.d.ts +815 -2
- package/dist/core/chart/schemas.d.ts.map +1 -1
- package/dist/core/chart/schemas.js +6 -2
- package/dist/core/chart/schemas.js.map +1 -1
- package/dist/core/chart/trade-position-replay.d.ts +19 -0
- package/dist/core/chart/trade-position-replay.d.ts.map +1 -0
- package/dist/core/chart/trade-position-replay.js +48 -0
- package/dist/core/chart/trade-position-replay.js.map +1 -0
- package/dist/core/chart-patterns/drawing-spec.d.ts.map +1 -1
- package/dist/core/chart-patterns/drawing-spec.js +7 -0
- package/dist/core/chart-patterns/drawing-spec.js.map +1 -1
- package/dist/core/chart-patterns/measured-move.d.ts.map +1 -1
- package/dist/core/chart-patterns/measured-move.js +35 -3
- package/dist/core/chart-patterns/measured-move.js.map +1 -1
- package/dist/core/chart-patterns/patterns/flag-pennant-shared.d.ts +62 -0
- package/dist/core/chart-patterns/patterns/flag-pennant-shared.d.ts.map +1 -0
- package/dist/core/chart-patterns/patterns/flag-pennant-shared.js +141 -0
- package/dist/core/chart-patterns/patterns/flag-pennant-shared.js.map +1 -0
- package/dist/core/chart-patterns/patterns/flag.d.ts.map +1 -1
- package/dist/core/chart-patterns/patterns/flag.js +77 -51
- package/dist/core/chart-patterns/patterns/flag.js.map +1 -1
- package/dist/core/chart-patterns/patterns/pennant.d.ts.map +1 -1
- package/dist/core/chart-patterns/patterns/pennant.js +74 -53
- package/dist/core/chart-patterns/patterns/pennant.js.map +1 -1
- package/dist/core/chart-patterns/recommendation.d.ts +7 -0
- package/dist/core/chart-patterns/recommendation.d.ts.map +1 -1
- package/dist/core/chart-patterns/recommendation.js +17 -0
- package/dist/core/chart-patterns/recommendation.js.map +1 -1
- package/dist/core/chart-patterns/scan.d.ts.map +1 -1
- package/dist/core/chart-patterns/scan.js +8 -3
- package/dist/core/chart-patterns/scan.js.map +1 -1
- package/dist/core/chart-patterns/types.d.ts +13 -0
- package/dist/core/chart-patterns/types.d.ts.map +1 -1
- package/dist/core/coinbase/candles.d.ts +7 -0
- package/dist/core/coinbase/candles.d.ts.map +1 -0
- package/dist/core/coinbase/candles.js +52 -0
- package/dist/core/coinbase/candles.js.map +1 -0
- package/dist/core/coinbase/client.d.ts +24 -0
- package/dist/core/coinbase/client.d.ts.map +1 -0
- package/dist/core/coinbase/client.js +86 -0
- package/dist/core/coinbase/client.js.map +1 -0
- package/dist/core/coinbase/credentials.d.ts +11 -0
- package/dist/core/coinbase/credentials.d.ts.map +1 -0
- package/dist/core/coinbase/credentials.js +47 -0
- package/dist/core/coinbase/credentials.js.map +1 -0
- package/dist/core/coinbase/granularity.d.ts +20 -0
- package/dist/core/coinbase/granularity.d.ts.map +1 -0
- package/dist/core/coinbase/granularity.js +69 -0
- package/dist/core/coinbase/granularity.js.map +1 -0
- package/dist/core/coinbase/index.d.ts +8 -0
- package/dist/core/coinbase/index.d.ts.map +1 -0
- package/dist/core/coinbase/index.js +8 -0
- package/dist/core/coinbase/index.js.map +1 -0
- package/dist/core/coinbase/jwt.d.ts +13 -0
- package/dist/core/coinbase/jwt.d.ts.map +1 -0
- package/dist/core/coinbase/jwt.js +41 -0
- package/dist/core/coinbase/jwt.js.map +1 -0
- package/dist/core/coinbase/public-api.d.ts +38 -0
- package/dist/core/coinbase/public-api.d.ts.map +1 -0
- package/dist/core/coinbase/public-api.js +203 -0
- package/dist/core/coinbase/public-api.js.map +1 -0
- package/dist/core/coinbase/schemas.d.ts +133 -0
- package/dist/core/coinbase/schemas.d.ts.map +1 -0
- package/dist/core/coinbase/schemas.js +105 -0
- package/dist/core/coinbase/schemas.js.map +1 -0
- package/dist/core/coinmarketcap/schemas.d.ts +8 -8
- package/dist/core/ta/calculate.d.ts.map +1 -1
- package/dist/core/ta/calculate.js +39 -0
- package/dist/core/ta/calculate.js.map +1 -1
- package/dist/core/ta/catalog.d.ts.map +1 -1
- package/dist/core/ta/catalog.js +2 -1
- package/dist/core/ta/catalog.js.map +1 -1
- package/dist/mcp/agent-host-catalog.d.ts +1 -1
- package/dist/mcp/agent-host-catalog.d.ts.map +1 -1
- package/dist/mcp/agent-host-catalog.js +1 -0
- package/dist/mcp/agent-host-catalog.js.map +1 -1
- package/dist/mcp/chart.d.ts.map +1 -1
- package/dist/mcp/chart.js +97 -9
- package/dist/mcp/chart.js.map +1 -1
- package/dist/mcp/coinbase-public/register.d.ts +6 -0
- package/dist/mcp/coinbase-public/register.d.ts.map +1 -0
- package/dist/mcp/coinbase-public/register.js +57 -0
- package/dist/mcp/coinbase-public/register.js.map +1 -0
- package/dist/mcp/coinmarketcap-public/register.d.ts.map +1 -1
- package/dist/mcp/coinmarketcap-public/register.js +8 -3
- package/dist/mcp/coinmarketcap-public/register.js.map +1 -1
- package/dist/mcp/deferred/optional-endpoint-groups.d.ts +1 -1
- package/dist/mcp/deferred/optional-endpoint-groups.d.ts.map +1 -1
- package/dist/mcp/deferred/optional-endpoint-groups.js +8 -0
- package/dist/mcp/deferred/optional-endpoint-groups.js.map +1 -1
- package/dist/mcp/deferred/tool-group-map.d.ts.map +1 -1
- package/dist/mcp/deferred/tool-group-map.js +10 -0
- package/dist/mcp/deferred/tool-group-map.js.map +1 -1
- package/dist/mcp/ohlcv-session-wrapper.d.ts.map +1 -1
- package/dist/mcp/ohlcv-session-wrapper.js +22 -1
- package/dist/mcp/ohlcv-session-wrapper.js.map +1 -1
- package/dist/mcp/resources/chart-analysis.md +11 -0
- package/dist/mcp/resources/chart.md +19 -9
- package/dist/mcp/resources/coinbase-public.md +31 -0
- package/dist/mcp/server/index.js +3 -0
- package/dist/mcp/server/index.js.map +1 -1
- package/dist/mcp/trade-tools.d.ts.map +1 -1
- package/dist/mcp/trade-tools.js +6 -1
- package/dist/mcp/trade-tools.js.map +1 -1
- package/package.json +2 -2
- package/dist/core/agent/mcp-servers-catalog.d.ts +0 -15
- package/dist/core/agent/mcp-servers-catalog.d.ts.map +0 -1
- package/dist/core/agent/mcp-servers-catalog.js +0 -125
- package/dist/core/agent/mcp-servers-catalog.js.map +0 -1
- package/dist/core/agent/webhooks-catalog.d.ts +0 -10
- package/dist/core/agent/webhooks-catalog.d.ts.map +0 -1
- package/dist/core/agent/webhooks-catalog.js +0 -19
- package/dist/core/agent/webhooks-catalog.js.map +0 -1
- package/dist/mcp/resources/trade-defaults-skill.md +0 -69
- package/dist/mcp/ta/resources/indicators.md +0 -86
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
|
-
export { ChartOverlayInputSchema, PrepareChartDrawingsSchema, PrepareChartOverlaysSchema, } from './overlay-schemas.js';
|
|
3
|
-
export type { ChartOverlayInput } from './overlay-schemas.js';
|
|
2
|
+
export { ChartLiquidityDepthProfileOverlaySchema, ChartOverlayInputSchema, PrepareChartDrawingsSchema, PrepareChartOverlaysSchema, } from './overlay-schemas.js';
|
|
3
|
+
export type { ChartLiquidityDepthProfileOverlay, ChartOverlayInput, } from './overlay-schemas.js';
|
|
4
4
|
export declare const CHART_V1_KIND: "continuum/chart/v1";
|
|
5
5
|
export declare const DEFAULT_CHART_MAX_POINTS = 5000;
|
|
6
6
|
/** Default display cap for agent-prepared OHLCV charts (prepare_chart_from_rows, apply overlays). */
|
|
@@ -133,6 +133,70 @@ export declare const PrepareChartInputSchema: z.ZodPreprocess<z.ZodObject<{
|
|
|
133
133
|
dotted: "dotted";
|
|
134
134
|
}>>;
|
|
135
135
|
}, z.core.$strict>>;
|
|
136
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
137
|
+
type: z.ZodLiteral<"donchian">;
|
|
138
|
+
sourceSeriesId: z.ZodString;
|
|
139
|
+
period: z.ZodOptional<z.ZodNumber>;
|
|
140
|
+
fill: z.ZodOptional<z.ZodBoolean>;
|
|
141
|
+
id: z.ZodOptional<z.ZodString>;
|
|
142
|
+
overlay: z.ZodOptional<z.ZodBoolean>;
|
|
143
|
+
priceScaleId: z.ZodOptional<z.ZodEnum<{
|
|
144
|
+
left: "left";
|
|
145
|
+
right: "right";
|
|
146
|
+
}>>;
|
|
147
|
+
style: z.ZodOptional<z.ZodObject<{
|
|
148
|
+
color: z.ZodOptional<z.ZodString>;
|
|
149
|
+
lineWidth: z.ZodOptional<z.ZodNumber>;
|
|
150
|
+
lineStyle: z.ZodOptional<z.ZodEnum<{
|
|
151
|
+
solid: "solid";
|
|
152
|
+
dashed: "dashed";
|
|
153
|
+
dotted: "dotted";
|
|
154
|
+
}>>;
|
|
155
|
+
}, z.core.$strict>>;
|
|
156
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
157
|
+
type: z.ZodLiteral<"supertrend">;
|
|
158
|
+
sourceSeriesId: z.ZodString;
|
|
159
|
+
period: z.ZodOptional<z.ZodNumber>;
|
|
160
|
+
multiplier: z.ZodOptional<z.ZodNumber>;
|
|
161
|
+
id: z.ZodOptional<z.ZodString>;
|
|
162
|
+
overlay: z.ZodOptional<z.ZodBoolean>;
|
|
163
|
+
priceScaleId: z.ZodOptional<z.ZodEnum<{
|
|
164
|
+
left: "left";
|
|
165
|
+
right: "right";
|
|
166
|
+
}>>;
|
|
167
|
+
style: z.ZodOptional<z.ZodObject<{
|
|
168
|
+
color: z.ZodOptional<z.ZodString>;
|
|
169
|
+
lineWidth: z.ZodOptional<z.ZodNumber>;
|
|
170
|
+
lineStyle: z.ZodOptional<z.ZodEnum<{
|
|
171
|
+
solid: "solid";
|
|
172
|
+
dashed: "dashed";
|
|
173
|
+
dotted: "dotted";
|
|
174
|
+
}>>;
|
|
175
|
+
}, z.core.$strict>>;
|
|
176
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
177
|
+
type: z.ZodLiteral<"ichimoku">;
|
|
178
|
+
sourceSeriesId: z.ZodString;
|
|
179
|
+
conversionPeriod: z.ZodOptional<z.ZodNumber>;
|
|
180
|
+
basePeriod: z.ZodOptional<z.ZodNumber>;
|
|
181
|
+
spanPeriod: z.ZodOptional<z.ZodNumber>;
|
|
182
|
+
displacement: z.ZodOptional<z.ZodNumber>;
|
|
183
|
+
fill: z.ZodOptional<z.ZodBoolean>;
|
|
184
|
+
chikou: z.ZodOptional<z.ZodBoolean>;
|
|
185
|
+
id: z.ZodOptional<z.ZodString>;
|
|
186
|
+
overlay: z.ZodOptional<z.ZodBoolean>;
|
|
187
|
+
priceScaleId: z.ZodOptional<z.ZodEnum<{
|
|
188
|
+
left: "left";
|
|
189
|
+
right: "right";
|
|
190
|
+
}>>;
|
|
191
|
+
style: z.ZodOptional<z.ZodObject<{
|
|
192
|
+
color: z.ZodOptional<z.ZodString>;
|
|
193
|
+
lineWidth: z.ZodOptional<z.ZodNumber>;
|
|
194
|
+
lineStyle: z.ZodOptional<z.ZodEnum<{
|
|
195
|
+
solid: "solid";
|
|
196
|
+
dashed: "dashed";
|
|
197
|
+
dotted: "dotted";
|
|
198
|
+
}>>;
|
|
199
|
+
}, z.core.$strict>>;
|
|
136
200
|
}, z.core.$strict>, z.ZodObject<{
|
|
137
201
|
type: z.ZodLiteral<"fibonacci">;
|
|
138
202
|
sourceSeriesId: z.ZodOptional<z.ZodString>;
|
|
@@ -451,6 +515,99 @@ export declare const PrepareChartInputSchema: z.ZodPreprocess<z.ZodObject<{
|
|
|
451
515
|
dotted: "dotted";
|
|
452
516
|
}>>;
|
|
453
517
|
}, z.core.$strict>>;
|
|
518
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
519
|
+
type: z.ZodLiteral<"divergence">;
|
|
520
|
+
segments: z.ZodArray<z.ZodObject<{
|
|
521
|
+
kind: z.ZodEnum<{
|
|
522
|
+
regular_bullish: "regular_bullish";
|
|
523
|
+
regular_bearish: "regular_bearish";
|
|
524
|
+
hidden_bullish: "hidden_bullish";
|
|
525
|
+
hidden_bearish: "hidden_bearish";
|
|
526
|
+
}>;
|
|
527
|
+
oscillator: z.ZodEnum<{
|
|
528
|
+
rsi: "rsi";
|
|
529
|
+
stochasticrsi: "stochasticrsi";
|
|
530
|
+
}>;
|
|
531
|
+
oscillatorPaneId: z.ZodOptional<z.ZodString>;
|
|
532
|
+
price: z.ZodObject<{
|
|
533
|
+
pointA: z.ZodObject<{
|
|
534
|
+
time: z.ZodUnion<readonly [z.ZodNumber, z.ZodObject<{
|
|
535
|
+
year: z.ZodNumber;
|
|
536
|
+
month: z.ZodNumber;
|
|
537
|
+
day: z.ZodNumber;
|
|
538
|
+
}, z.core.$strict>]>;
|
|
539
|
+
price: z.ZodNumber;
|
|
540
|
+
}, z.core.$strict>;
|
|
541
|
+
pointB: z.ZodObject<{
|
|
542
|
+
time: z.ZodUnion<readonly [z.ZodNumber, z.ZodObject<{
|
|
543
|
+
year: z.ZodNumber;
|
|
544
|
+
month: z.ZodNumber;
|
|
545
|
+
day: z.ZodNumber;
|
|
546
|
+
}, z.core.$strict>]>;
|
|
547
|
+
price: z.ZodNumber;
|
|
548
|
+
}, z.core.$strict>;
|
|
549
|
+
}, z.core.$strict>;
|
|
550
|
+
oscillatorLine: z.ZodObject<{
|
|
551
|
+
pointA: z.ZodObject<{
|
|
552
|
+
time: z.ZodUnion<readonly [z.ZodNumber, z.ZodObject<{
|
|
553
|
+
year: z.ZodNumber;
|
|
554
|
+
month: z.ZodNumber;
|
|
555
|
+
day: z.ZodNumber;
|
|
556
|
+
}, z.core.$strict>]>;
|
|
557
|
+
value: z.ZodNumber;
|
|
558
|
+
}, z.core.$strict>;
|
|
559
|
+
pointB: z.ZodObject<{
|
|
560
|
+
time: z.ZodUnion<readonly [z.ZodNumber, z.ZodObject<{
|
|
561
|
+
year: z.ZodNumber;
|
|
562
|
+
month: z.ZodNumber;
|
|
563
|
+
day: z.ZodNumber;
|
|
564
|
+
}, z.core.$strict>]>;
|
|
565
|
+
value: z.ZodNumber;
|
|
566
|
+
}, z.core.$strict>;
|
|
567
|
+
}, z.core.$strict>;
|
|
568
|
+
label: z.ZodOptional<z.ZodString>;
|
|
569
|
+
}, z.core.$strict>>;
|
|
570
|
+
id: z.ZodOptional<z.ZodString>;
|
|
571
|
+
style: z.ZodOptional<z.ZodObject<{
|
|
572
|
+
color: z.ZodOptional<z.ZodString>;
|
|
573
|
+
lineWidth: z.ZodOptional<z.ZodNumber>;
|
|
574
|
+
lineStyle: z.ZodOptional<z.ZodEnum<{
|
|
575
|
+
solid: "solid";
|
|
576
|
+
dashed: "dashed";
|
|
577
|
+
dotted: "dotted";
|
|
578
|
+
}>>;
|
|
579
|
+
}, z.core.$strict>>;
|
|
580
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
581
|
+
type: z.ZodLiteral<"trade_position">;
|
|
582
|
+
side: z.ZodEnum<{
|
|
583
|
+
long: "long";
|
|
584
|
+
short: "short";
|
|
585
|
+
}>;
|
|
586
|
+
entry: z.ZodNumber;
|
|
587
|
+
target: z.ZodNumber;
|
|
588
|
+
invalidation: z.ZodNumber;
|
|
589
|
+
liquidation: z.ZodOptional<z.ZodNumber>;
|
|
590
|
+
tradeRatio: z.ZodOptional<z.ZodNumber>;
|
|
591
|
+
showTradeRatio: z.ZodOptional<z.ZodBoolean>;
|
|
592
|
+
id: z.ZodOptional<z.ZodString>;
|
|
593
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
594
|
+
type: z.ZodLiteral<"liquidity_depth_profile">;
|
|
595
|
+
placement: z.ZodOptional<z.ZodLiteral<"left">>;
|
|
596
|
+
exchangeId: z.ZodOptional<z.ZodEnum<{
|
|
597
|
+
binance: "binance";
|
|
598
|
+
coinbase: "coinbase";
|
|
599
|
+
}>>;
|
|
600
|
+
symbol: z.ZodOptional<z.ZodString>;
|
|
601
|
+
windowSec: z.ZodOptional<z.ZodNumber>;
|
|
602
|
+
sampleCount: z.ZodOptional<z.ZodNumber>;
|
|
603
|
+
bins: z.ZodArray<z.ZodObject<{
|
|
604
|
+
priceLo: z.ZodNumber;
|
|
605
|
+
priceHi: z.ZodNumber;
|
|
606
|
+
bidSize: z.ZodNumber;
|
|
607
|
+
askSize: z.ZodNumber;
|
|
608
|
+
totalSize: z.ZodNumber;
|
|
609
|
+
}, z.core.$strict>>;
|
|
610
|
+
id: z.ZodOptional<z.ZodString>;
|
|
454
611
|
}, z.core.$strict>, z.ZodObject<{
|
|
455
612
|
type: z.ZodLiteral<"rsi">;
|
|
456
613
|
sourceSeriesId: z.ZodString;
|
|
@@ -466,6 +623,23 @@ export declare const PrepareChartInputSchema: z.ZodPreprocess<z.ZodObject<{
|
|
|
466
623
|
dotted: "dotted";
|
|
467
624
|
}>>;
|
|
468
625
|
}, z.core.$strict>>;
|
|
626
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
627
|
+
type: z.ZodLiteral<"zscore">;
|
|
628
|
+
sourceSeriesId: z.ZodString;
|
|
629
|
+
period: z.ZodOptional<z.ZodNumber>;
|
|
630
|
+
entryZ: z.ZodOptional<z.ZodNumber>;
|
|
631
|
+
exitZ: z.ZodOptional<z.ZodNumber>;
|
|
632
|
+
id: z.ZodOptional<z.ZodString>;
|
|
633
|
+
label: z.ZodOptional<z.ZodString>;
|
|
634
|
+
style: z.ZodOptional<z.ZodObject<{
|
|
635
|
+
color: z.ZodOptional<z.ZodString>;
|
|
636
|
+
lineWidth: z.ZodOptional<z.ZodNumber>;
|
|
637
|
+
lineStyle: z.ZodOptional<z.ZodEnum<{
|
|
638
|
+
solid: "solid";
|
|
639
|
+
dashed: "dashed";
|
|
640
|
+
dotted: "dotted";
|
|
641
|
+
}>>;
|
|
642
|
+
}, z.core.$strict>>;
|
|
469
643
|
}, z.core.$strict>, z.ZodObject<{
|
|
470
644
|
type: z.ZodLiteral<"macd">;
|
|
471
645
|
sourceSeriesId: z.ZodString;
|
|
@@ -499,6 +673,50 @@ export declare const PrepareChartInputSchema: z.ZodPreprocess<z.ZodObject<{
|
|
|
499
673
|
dotted: "dotted";
|
|
500
674
|
}>>;
|
|
501
675
|
}, z.core.$strict>>;
|
|
676
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
677
|
+
type: z.ZodLiteral<"obv">;
|
|
678
|
+
sourceSeriesId: z.ZodString;
|
|
679
|
+
id: z.ZodOptional<z.ZodString>;
|
|
680
|
+
label: z.ZodOptional<z.ZodString>;
|
|
681
|
+
style: z.ZodOptional<z.ZodObject<{
|
|
682
|
+
color: z.ZodOptional<z.ZodString>;
|
|
683
|
+
lineWidth: z.ZodOptional<z.ZodNumber>;
|
|
684
|
+
lineStyle: z.ZodOptional<z.ZodEnum<{
|
|
685
|
+
solid: "solid";
|
|
686
|
+
dashed: "dashed";
|
|
687
|
+
dotted: "dotted";
|
|
688
|
+
}>>;
|
|
689
|
+
}, z.core.$strict>>;
|
|
690
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
691
|
+
type: z.ZodLiteral<"ad">;
|
|
692
|
+
sourceSeriesId: z.ZodString;
|
|
693
|
+
id: z.ZodOptional<z.ZodString>;
|
|
694
|
+
label: z.ZodOptional<z.ZodString>;
|
|
695
|
+
style: z.ZodOptional<z.ZodObject<{
|
|
696
|
+
color: z.ZodOptional<z.ZodString>;
|
|
697
|
+
lineWidth: z.ZodOptional<z.ZodNumber>;
|
|
698
|
+
lineStyle: z.ZodOptional<z.ZodEnum<{
|
|
699
|
+
solid: "solid";
|
|
700
|
+
dashed: "dashed";
|
|
701
|
+
dotted: "dotted";
|
|
702
|
+
}>>;
|
|
703
|
+
}, z.core.$strict>>;
|
|
704
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
705
|
+
type: z.ZodLiteral<"adosc">;
|
|
706
|
+
sourceSeriesId: z.ZodString;
|
|
707
|
+
fastPeriod: z.ZodOptional<z.ZodNumber>;
|
|
708
|
+
slowPeriod: z.ZodOptional<z.ZodNumber>;
|
|
709
|
+
id: z.ZodOptional<z.ZodString>;
|
|
710
|
+
label: z.ZodOptional<z.ZodString>;
|
|
711
|
+
style: z.ZodOptional<z.ZodObject<{
|
|
712
|
+
color: z.ZodOptional<z.ZodString>;
|
|
713
|
+
lineWidth: z.ZodOptional<z.ZodNumber>;
|
|
714
|
+
lineStyle: z.ZodOptional<z.ZodEnum<{
|
|
715
|
+
solid: "solid";
|
|
716
|
+
dashed: "dashed";
|
|
717
|
+
dotted: "dotted";
|
|
718
|
+
}>>;
|
|
719
|
+
}, z.core.$strict>>;
|
|
502
720
|
}, z.core.$strict>], "type">>>;
|
|
503
721
|
drawings: z.ZodOptional<z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
504
722
|
type: z.ZodLiteral<"horizontal_levels">;
|
|
@@ -818,6 +1036,99 @@ export declare const PrepareChartInputSchema: z.ZodPreprocess<z.ZodObject<{
|
|
|
818
1036
|
dotted: "dotted";
|
|
819
1037
|
}>>;
|
|
820
1038
|
}, z.core.$strict>>;
|
|
1039
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
1040
|
+
type: z.ZodLiteral<"divergence">;
|
|
1041
|
+
segments: z.ZodArray<z.ZodObject<{
|
|
1042
|
+
kind: z.ZodEnum<{
|
|
1043
|
+
regular_bullish: "regular_bullish";
|
|
1044
|
+
regular_bearish: "regular_bearish";
|
|
1045
|
+
hidden_bullish: "hidden_bullish";
|
|
1046
|
+
hidden_bearish: "hidden_bearish";
|
|
1047
|
+
}>;
|
|
1048
|
+
oscillator: z.ZodEnum<{
|
|
1049
|
+
rsi: "rsi";
|
|
1050
|
+
stochasticrsi: "stochasticrsi";
|
|
1051
|
+
}>;
|
|
1052
|
+
oscillatorPaneId: z.ZodOptional<z.ZodString>;
|
|
1053
|
+
price: z.ZodObject<{
|
|
1054
|
+
pointA: z.ZodObject<{
|
|
1055
|
+
time: z.ZodUnion<readonly [z.ZodNumber, z.ZodObject<{
|
|
1056
|
+
year: z.ZodNumber;
|
|
1057
|
+
month: z.ZodNumber;
|
|
1058
|
+
day: z.ZodNumber;
|
|
1059
|
+
}, z.core.$strict>]>;
|
|
1060
|
+
price: z.ZodNumber;
|
|
1061
|
+
}, z.core.$strict>;
|
|
1062
|
+
pointB: z.ZodObject<{
|
|
1063
|
+
time: z.ZodUnion<readonly [z.ZodNumber, z.ZodObject<{
|
|
1064
|
+
year: z.ZodNumber;
|
|
1065
|
+
month: z.ZodNumber;
|
|
1066
|
+
day: z.ZodNumber;
|
|
1067
|
+
}, z.core.$strict>]>;
|
|
1068
|
+
price: z.ZodNumber;
|
|
1069
|
+
}, z.core.$strict>;
|
|
1070
|
+
}, z.core.$strict>;
|
|
1071
|
+
oscillatorLine: z.ZodObject<{
|
|
1072
|
+
pointA: z.ZodObject<{
|
|
1073
|
+
time: z.ZodUnion<readonly [z.ZodNumber, z.ZodObject<{
|
|
1074
|
+
year: z.ZodNumber;
|
|
1075
|
+
month: z.ZodNumber;
|
|
1076
|
+
day: z.ZodNumber;
|
|
1077
|
+
}, z.core.$strict>]>;
|
|
1078
|
+
value: z.ZodNumber;
|
|
1079
|
+
}, z.core.$strict>;
|
|
1080
|
+
pointB: z.ZodObject<{
|
|
1081
|
+
time: z.ZodUnion<readonly [z.ZodNumber, z.ZodObject<{
|
|
1082
|
+
year: z.ZodNumber;
|
|
1083
|
+
month: z.ZodNumber;
|
|
1084
|
+
day: z.ZodNumber;
|
|
1085
|
+
}, z.core.$strict>]>;
|
|
1086
|
+
value: z.ZodNumber;
|
|
1087
|
+
}, z.core.$strict>;
|
|
1088
|
+
}, z.core.$strict>;
|
|
1089
|
+
label: z.ZodOptional<z.ZodString>;
|
|
1090
|
+
}, z.core.$strict>>;
|
|
1091
|
+
id: z.ZodOptional<z.ZodString>;
|
|
1092
|
+
style: z.ZodOptional<z.ZodObject<{
|
|
1093
|
+
color: z.ZodOptional<z.ZodString>;
|
|
1094
|
+
lineWidth: z.ZodOptional<z.ZodNumber>;
|
|
1095
|
+
lineStyle: z.ZodOptional<z.ZodEnum<{
|
|
1096
|
+
solid: "solid";
|
|
1097
|
+
dashed: "dashed";
|
|
1098
|
+
dotted: "dotted";
|
|
1099
|
+
}>>;
|
|
1100
|
+
}, z.core.$strict>>;
|
|
1101
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
1102
|
+
type: z.ZodLiteral<"trade_position">;
|
|
1103
|
+
side: z.ZodEnum<{
|
|
1104
|
+
long: "long";
|
|
1105
|
+
short: "short";
|
|
1106
|
+
}>;
|
|
1107
|
+
entry: z.ZodNumber;
|
|
1108
|
+
target: z.ZodNumber;
|
|
1109
|
+
invalidation: z.ZodNumber;
|
|
1110
|
+
liquidation: z.ZodOptional<z.ZodNumber>;
|
|
1111
|
+
tradeRatio: z.ZodOptional<z.ZodNumber>;
|
|
1112
|
+
showTradeRatio: z.ZodOptional<z.ZodBoolean>;
|
|
1113
|
+
id: z.ZodOptional<z.ZodString>;
|
|
1114
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
1115
|
+
type: z.ZodLiteral<"liquidity_depth_profile">;
|
|
1116
|
+
placement: z.ZodOptional<z.ZodLiteral<"left">>;
|
|
1117
|
+
exchangeId: z.ZodOptional<z.ZodEnum<{
|
|
1118
|
+
binance: "binance";
|
|
1119
|
+
coinbase: "coinbase";
|
|
1120
|
+
}>>;
|
|
1121
|
+
symbol: z.ZodOptional<z.ZodString>;
|
|
1122
|
+
windowSec: z.ZodOptional<z.ZodNumber>;
|
|
1123
|
+
sampleCount: z.ZodOptional<z.ZodNumber>;
|
|
1124
|
+
bins: z.ZodArray<z.ZodObject<{
|
|
1125
|
+
priceLo: z.ZodNumber;
|
|
1126
|
+
priceHi: z.ZodNumber;
|
|
1127
|
+
bidSize: z.ZodNumber;
|
|
1128
|
+
askSize: z.ZodNumber;
|
|
1129
|
+
totalSize: z.ZodNumber;
|
|
1130
|
+
}, z.core.$strict>>;
|
|
1131
|
+
id: z.ZodOptional<z.ZodString>;
|
|
821
1132
|
}, z.core.$strict>], "type">>>;
|
|
822
1133
|
options: z.ZodOptional<z.ZodObject<{
|
|
823
1134
|
maxPoints: z.ZodOptional<z.ZodNumber>;
|
|
@@ -897,6 +1208,39 @@ export declare const ChartV1PayloadSchema: z.ZodObject<{
|
|
|
897
1208
|
}>>;
|
|
898
1209
|
}, z.core.$strict>>;
|
|
899
1210
|
}, z.core.$strict>>;
|
|
1211
|
+
tradePosition: z.ZodOptional<z.ZodObject<{
|
|
1212
|
+
type: z.ZodLiteral<"trade_position">;
|
|
1213
|
+
side: z.ZodEnum<{
|
|
1214
|
+
long: "long";
|
|
1215
|
+
short: "short";
|
|
1216
|
+
}>;
|
|
1217
|
+
entry: z.ZodNumber;
|
|
1218
|
+
target: z.ZodNumber;
|
|
1219
|
+
invalidation: z.ZodNumber;
|
|
1220
|
+
liquidation: z.ZodOptional<z.ZodNumber>;
|
|
1221
|
+
tradeRatio: z.ZodOptional<z.ZodNumber>;
|
|
1222
|
+
showTradeRatio: z.ZodOptional<z.ZodBoolean>;
|
|
1223
|
+
id: z.ZodOptional<z.ZodString>;
|
|
1224
|
+
}, z.core.$strict>>;
|
|
1225
|
+
liquidityDepthProfile: z.ZodOptional<z.ZodObject<{
|
|
1226
|
+
type: z.ZodLiteral<"liquidity_depth_profile">;
|
|
1227
|
+
placement: z.ZodOptional<z.ZodLiteral<"left">>;
|
|
1228
|
+
exchangeId: z.ZodOptional<z.ZodEnum<{
|
|
1229
|
+
binance: "binance";
|
|
1230
|
+
coinbase: "coinbase";
|
|
1231
|
+
}>>;
|
|
1232
|
+
symbol: z.ZodOptional<z.ZodString>;
|
|
1233
|
+
windowSec: z.ZodOptional<z.ZodNumber>;
|
|
1234
|
+
sampleCount: z.ZodOptional<z.ZodNumber>;
|
|
1235
|
+
bins: z.ZodArray<z.ZodObject<{
|
|
1236
|
+
priceLo: z.ZodNumber;
|
|
1237
|
+
priceHi: z.ZodNumber;
|
|
1238
|
+
bidSize: z.ZodNumber;
|
|
1239
|
+
askSize: z.ZodNumber;
|
|
1240
|
+
totalSize: z.ZodNumber;
|
|
1241
|
+
}, z.core.$strict>>;
|
|
1242
|
+
id: z.ZodOptional<z.ZodString>;
|
|
1243
|
+
}, z.core.$strict>>;
|
|
900
1244
|
}, z.core.$strict>;
|
|
901
1245
|
export declare const ChartPrepareReplaySchema: z.ZodObject<{
|
|
902
1246
|
overlays: z.ZodOptional<z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
@@ -943,6 +1287,70 @@ export declare const ChartPrepareReplaySchema: z.ZodObject<{
|
|
|
943
1287
|
dotted: "dotted";
|
|
944
1288
|
}>>;
|
|
945
1289
|
}, z.core.$strict>>;
|
|
1290
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
1291
|
+
type: z.ZodLiteral<"donchian">;
|
|
1292
|
+
sourceSeriesId: z.ZodString;
|
|
1293
|
+
period: z.ZodOptional<z.ZodNumber>;
|
|
1294
|
+
fill: z.ZodOptional<z.ZodBoolean>;
|
|
1295
|
+
id: z.ZodOptional<z.ZodString>;
|
|
1296
|
+
overlay: z.ZodOptional<z.ZodBoolean>;
|
|
1297
|
+
priceScaleId: z.ZodOptional<z.ZodEnum<{
|
|
1298
|
+
left: "left";
|
|
1299
|
+
right: "right";
|
|
1300
|
+
}>>;
|
|
1301
|
+
style: z.ZodOptional<z.ZodObject<{
|
|
1302
|
+
color: z.ZodOptional<z.ZodString>;
|
|
1303
|
+
lineWidth: z.ZodOptional<z.ZodNumber>;
|
|
1304
|
+
lineStyle: z.ZodOptional<z.ZodEnum<{
|
|
1305
|
+
solid: "solid";
|
|
1306
|
+
dashed: "dashed";
|
|
1307
|
+
dotted: "dotted";
|
|
1308
|
+
}>>;
|
|
1309
|
+
}, z.core.$strict>>;
|
|
1310
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
1311
|
+
type: z.ZodLiteral<"supertrend">;
|
|
1312
|
+
sourceSeriesId: z.ZodString;
|
|
1313
|
+
period: z.ZodOptional<z.ZodNumber>;
|
|
1314
|
+
multiplier: z.ZodOptional<z.ZodNumber>;
|
|
1315
|
+
id: z.ZodOptional<z.ZodString>;
|
|
1316
|
+
overlay: z.ZodOptional<z.ZodBoolean>;
|
|
1317
|
+
priceScaleId: z.ZodOptional<z.ZodEnum<{
|
|
1318
|
+
left: "left";
|
|
1319
|
+
right: "right";
|
|
1320
|
+
}>>;
|
|
1321
|
+
style: z.ZodOptional<z.ZodObject<{
|
|
1322
|
+
color: z.ZodOptional<z.ZodString>;
|
|
1323
|
+
lineWidth: z.ZodOptional<z.ZodNumber>;
|
|
1324
|
+
lineStyle: z.ZodOptional<z.ZodEnum<{
|
|
1325
|
+
solid: "solid";
|
|
1326
|
+
dashed: "dashed";
|
|
1327
|
+
dotted: "dotted";
|
|
1328
|
+
}>>;
|
|
1329
|
+
}, z.core.$strict>>;
|
|
1330
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
1331
|
+
type: z.ZodLiteral<"ichimoku">;
|
|
1332
|
+
sourceSeriesId: z.ZodString;
|
|
1333
|
+
conversionPeriod: z.ZodOptional<z.ZodNumber>;
|
|
1334
|
+
basePeriod: z.ZodOptional<z.ZodNumber>;
|
|
1335
|
+
spanPeriod: z.ZodOptional<z.ZodNumber>;
|
|
1336
|
+
displacement: z.ZodOptional<z.ZodNumber>;
|
|
1337
|
+
fill: z.ZodOptional<z.ZodBoolean>;
|
|
1338
|
+
chikou: z.ZodOptional<z.ZodBoolean>;
|
|
1339
|
+
id: z.ZodOptional<z.ZodString>;
|
|
1340
|
+
overlay: z.ZodOptional<z.ZodBoolean>;
|
|
1341
|
+
priceScaleId: z.ZodOptional<z.ZodEnum<{
|
|
1342
|
+
left: "left";
|
|
1343
|
+
right: "right";
|
|
1344
|
+
}>>;
|
|
1345
|
+
style: z.ZodOptional<z.ZodObject<{
|
|
1346
|
+
color: z.ZodOptional<z.ZodString>;
|
|
1347
|
+
lineWidth: z.ZodOptional<z.ZodNumber>;
|
|
1348
|
+
lineStyle: z.ZodOptional<z.ZodEnum<{
|
|
1349
|
+
solid: "solid";
|
|
1350
|
+
dashed: "dashed";
|
|
1351
|
+
dotted: "dotted";
|
|
1352
|
+
}>>;
|
|
1353
|
+
}, z.core.$strict>>;
|
|
946
1354
|
}, z.core.$strict>, z.ZodObject<{
|
|
947
1355
|
type: z.ZodLiteral<"fibonacci">;
|
|
948
1356
|
sourceSeriesId: z.ZodOptional<z.ZodString>;
|
|
@@ -1261,6 +1669,99 @@ export declare const ChartPrepareReplaySchema: z.ZodObject<{
|
|
|
1261
1669
|
dotted: "dotted";
|
|
1262
1670
|
}>>;
|
|
1263
1671
|
}, z.core.$strict>>;
|
|
1672
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
1673
|
+
type: z.ZodLiteral<"divergence">;
|
|
1674
|
+
segments: z.ZodArray<z.ZodObject<{
|
|
1675
|
+
kind: z.ZodEnum<{
|
|
1676
|
+
regular_bullish: "regular_bullish";
|
|
1677
|
+
regular_bearish: "regular_bearish";
|
|
1678
|
+
hidden_bullish: "hidden_bullish";
|
|
1679
|
+
hidden_bearish: "hidden_bearish";
|
|
1680
|
+
}>;
|
|
1681
|
+
oscillator: z.ZodEnum<{
|
|
1682
|
+
rsi: "rsi";
|
|
1683
|
+
stochasticrsi: "stochasticrsi";
|
|
1684
|
+
}>;
|
|
1685
|
+
oscillatorPaneId: z.ZodOptional<z.ZodString>;
|
|
1686
|
+
price: z.ZodObject<{
|
|
1687
|
+
pointA: z.ZodObject<{
|
|
1688
|
+
time: z.ZodUnion<readonly [z.ZodNumber, z.ZodObject<{
|
|
1689
|
+
year: z.ZodNumber;
|
|
1690
|
+
month: z.ZodNumber;
|
|
1691
|
+
day: z.ZodNumber;
|
|
1692
|
+
}, z.core.$strict>]>;
|
|
1693
|
+
price: z.ZodNumber;
|
|
1694
|
+
}, z.core.$strict>;
|
|
1695
|
+
pointB: z.ZodObject<{
|
|
1696
|
+
time: z.ZodUnion<readonly [z.ZodNumber, z.ZodObject<{
|
|
1697
|
+
year: z.ZodNumber;
|
|
1698
|
+
month: z.ZodNumber;
|
|
1699
|
+
day: z.ZodNumber;
|
|
1700
|
+
}, z.core.$strict>]>;
|
|
1701
|
+
price: z.ZodNumber;
|
|
1702
|
+
}, z.core.$strict>;
|
|
1703
|
+
}, z.core.$strict>;
|
|
1704
|
+
oscillatorLine: z.ZodObject<{
|
|
1705
|
+
pointA: z.ZodObject<{
|
|
1706
|
+
time: z.ZodUnion<readonly [z.ZodNumber, z.ZodObject<{
|
|
1707
|
+
year: z.ZodNumber;
|
|
1708
|
+
month: z.ZodNumber;
|
|
1709
|
+
day: z.ZodNumber;
|
|
1710
|
+
}, z.core.$strict>]>;
|
|
1711
|
+
value: z.ZodNumber;
|
|
1712
|
+
}, z.core.$strict>;
|
|
1713
|
+
pointB: z.ZodObject<{
|
|
1714
|
+
time: z.ZodUnion<readonly [z.ZodNumber, z.ZodObject<{
|
|
1715
|
+
year: z.ZodNumber;
|
|
1716
|
+
month: z.ZodNumber;
|
|
1717
|
+
day: z.ZodNumber;
|
|
1718
|
+
}, z.core.$strict>]>;
|
|
1719
|
+
value: z.ZodNumber;
|
|
1720
|
+
}, z.core.$strict>;
|
|
1721
|
+
}, z.core.$strict>;
|
|
1722
|
+
label: z.ZodOptional<z.ZodString>;
|
|
1723
|
+
}, z.core.$strict>>;
|
|
1724
|
+
id: z.ZodOptional<z.ZodString>;
|
|
1725
|
+
style: z.ZodOptional<z.ZodObject<{
|
|
1726
|
+
color: z.ZodOptional<z.ZodString>;
|
|
1727
|
+
lineWidth: z.ZodOptional<z.ZodNumber>;
|
|
1728
|
+
lineStyle: z.ZodOptional<z.ZodEnum<{
|
|
1729
|
+
solid: "solid";
|
|
1730
|
+
dashed: "dashed";
|
|
1731
|
+
dotted: "dotted";
|
|
1732
|
+
}>>;
|
|
1733
|
+
}, z.core.$strict>>;
|
|
1734
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
1735
|
+
type: z.ZodLiteral<"trade_position">;
|
|
1736
|
+
side: z.ZodEnum<{
|
|
1737
|
+
long: "long";
|
|
1738
|
+
short: "short";
|
|
1739
|
+
}>;
|
|
1740
|
+
entry: z.ZodNumber;
|
|
1741
|
+
target: z.ZodNumber;
|
|
1742
|
+
invalidation: z.ZodNumber;
|
|
1743
|
+
liquidation: z.ZodOptional<z.ZodNumber>;
|
|
1744
|
+
tradeRatio: z.ZodOptional<z.ZodNumber>;
|
|
1745
|
+
showTradeRatio: z.ZodOptional<z.ZodBoolean>;
|
|
1746
|
+
id: z.ZodOptional<z.ZodString>;
|
|
1747
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
1748
|
+
type: z.ZodLiteral<"liquidity_depth_profile">;
|
|
1749
|
+
placement: z.ZodOptional<z.ZodLiteral<"left">>;
|
|
1750
|
+
exchangeId: z.ZodOptional<z.ZodEnum<{
|
|
1751
|
+
binance: "binance";
|
|
1752
|
+
coinbase: "coinbase";
|
|
1753
|
+
}>>;
|
|
1754
|
+
symbol: z.ZodOptional<z.ZodString>;
|
|
1755
|
+
windowSec: z.ZodOptional<z.ZodNumber>;
|
|
1756
|
+
sampleCount: z.ZodOptional<z.ZodNumber>;
|
|
1757
|
+
bins: z.ZodArray<z.ZodObject<{
|
|
1758
|
+
priceLo: z.ZodNumber;
|
|
1759
|
+
priceHi: z.ZodNumber;
|
|
1760
|
+
bidSize: z.ZodNumber;
|
|
1761
|
+
askSize: z.ZodNumber;
|
|
1762
|
+
totalSize: z.ZodNumber;
|
|
1763
|
+
}, z.core.$strict>>;
|
|
1764
|
+
id: z.ZodOptional<z.ZodString>;
|
|
1264
1765
|
}, z.core.$strict>, z.ZodObject<{
|
|
1265
1766
|
type: z.ZodLiteral<"rsi">;
|
|
1266
1767
|
sourceSeriesId: z.ZodString;
|
|
@@ -1276,6 +1777,23 @@ export declare const ChartPrepareReplaySchema: z.ZodObject<{
|
|
|
1276
1777
|
dotted: "dotted";
|
|
1277
1778
|
}>>;
|
|
1278
1779
|
}, z.core.$strict>>;
|
|
1780
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
1781
|
+
type: z.ZodLiteral<"zscore">;
|
|
1782
|
+
sourceSeriesId: z.ZodString;
|
|
1783
|
+
period: z.ZodOptional<z.ZodNumber>;
|
|
1784
|
+
entryZ: z.ZodOptional<z.ZodNumber>;
|
|
1785
|
+
exitZ: z.ZodOptional<z.ZodNumber>;
|
|
1786
|
+
id: z.ZodOptional<z.ZodString>;
|
|
1787
|
+
label: z.ZodOptional<z.ZodString>;
|
|
1788
|
+
style: z.ZodOptional<z.ZodObject<{
|
|
1789
|
+
color: z.ZodOptional<z.ZodString>;
|
|
1790
|
+
lineWidth: z.ZodOptional<z.ZodNumber>;
|
|
1791
|
+
lineStyle: z.ZodOptional<z.ZodEnum<{
|
|
1792
|
+
solid: "solid";
|
|
1793
|
+
dashed: "dashed";
|
|
1794
|
+
dotted: "dotted";
|
|
1795
|
+
}>>;
|
|
1796
|
+
}, z.core.$strict>>;
|
|
1279
1797
|
}, z.core.$strict>, z.ZodObject<{
|
|
1280
1798
|
type: z.ZodLiteral<"macd">;
|
|
1281
1799
|
sourceSeriesId: z.ZodString;
|
|
@@ -1309,6 +1827,50 @@ export declare const ChartPrepareReplaySchema: z.ZodObject<{
|
|
|
1309
1827
|
dotted: "dotted";
|
|
1310
1828
|
}>>;
|
|
1311
1829
|
}, z.core.$strict>>;
|
|
1830
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
1831
|
+
type: z.ZodLiteral<"obv">;
|
|
1832
|
+
sourceSeriesId: z.ZodString;
|
|
1833
|
+
id: z.ZodOptional<z.ZodString>;
|
|
1834
|
+
label: z.ZodOptional<z.ZodString>;
|
|
1835
|
+
style: z.ZodOptional<z.ZodObject<{
|
|
1836
|
+
color: z.ZodOptional<z.ZodString>;
|
|
1837
|
+
lineWidth: z.ZodOptional<z.ZodNumber>;
|
|
1838
|
+
lineStyle: z.ZodOptional<z.ZodEnum<{
|
|
1839
|
+
solid: "solid";
|
|
1840
|
+
dashed: "dashed";
|
|
1841
|
+
dotted: "dotted";
|
|
1842
|
+
}>>;
|
|
1843
|
+
}, z.core.$strict>>;
|
|
1844
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
1845
|
+
type: z.ZodLiteral<"ad">;
|
|
1846
|
+
sourceSeriesId: z.ZodString;
|
|
1847
|
+
id: z.ZodOptional<z.ZodString>;
|
|
1848
|
+
label: z.ZodOptional<z.ZodString>;
|
|
1849
|
+
style: z.ZodOptional<z.ZodObject<{
|
|
1850
|
+
color: z.ZodOptional<z.ZodString>;
|
|
1851
|
+
lineWidth: z.ZodOptional<z.ZodNumber>;
|
|
1852
|
+
lineStyle: z.ZodOptional<z.ZodEnum<{
|
|
1853
|
+
solid: "solid";
|
|
1854
|
+
dashed: "dashed";
|
|
1855
|
+
dotted: "dotted";
|
|
1856
|
+
}>>;
|
|
1857
|
+
}, z.core.$strict>>;
|
|
1858
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
1859
|
+
type: z.ZodLiteral<"adosc">;
|
|
1860
|
+
sourceSeriesId: z.ZodString;
|
|
1861
|
+
fastPeriod: z.ZodOptional<z.ZodNumber>;
|
|
1862
|
+
slowPeriod: z.ZodOptional<z.ZodNumber>;
|
|
1863
|
+
id: z.ZodOptional<z.ZodString>;
|
|
1864
|
+
label: z.ZodOptional<z.ZodString>;
|
|
1865
|
+
style: z.ZodOptional<z.ZodObject<{
|
|
1866
|
+
color: z.ZodOptional<z.ZodString>;
|
|
1867
|
+
lineWidth: z.ZodOptional<z.ZodNumber>;
|
|
1868
|
+
lineStyle: z.ZodOptional<z.ZodEnum<{
|
|
1869
|
+
solid: "solid";
|
|
1870
|
+
dashed: "dashed";
|
|
1871
|
+
dotted: "dotted";
|
|
1872
|
+
}>>;
|
|
1873
|
+
}, z.core.$strict>>;
|
|
1312
1874
|
}, z.core.$strict>], "type">>>;
|
|
1313
1875
|
skipDefaultOverlays: z.ZodOptional<z.ZodBoolean>;
|
|
1314
1876
|
usedDefaultOverlays: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -1416,6 +1978,39 @@ export declare const PrepareChartOutputSchema: z.ZodObject<{
|
|
|
1416
1978
|
}>>;
|
|
1417
1979
|
}, z.core.$strict>>;
|
|
1418
1980
|
}, z.core.$strict>>;
|
|
1981
|
+
tradePosition: z.ZodOptional<z.ZodObject<{
|
|
1982
|
+
type: z.ZodLiteral<"trade_position">;
|
|
1983
|
+
side: z.ZodEnum<{
|
|
1984
|
+
long: "long";
|
|
1985
|
+
short: "short";
|
|
1986
|
+
}>;
|
|
1987
|
+
entry: z.ZodNumber;
|
|
1988
|
+
target: z.ZodNumber;
|
|
1989
|
+
invalidation: z.ZodNumber;
|
|
1990
|
+
liquidation: z.ZodOptional<z.ZodNumber>;
|
|
1991
|
+
tradeRatio: z.ZodOptional<z.ZodNumber>;
|
|
1992
|
+
showTradeRatio: z.ZodOptional<z.ZodBoolean>;
|
|
1993
|
+
id: z.ZodOptional<z.ZodString>;
|
|
1994
|
+
}, z.core.$strict>>;
|
|
1995
|
+
liquidityDepthProfile: z.ZodOptional<z.ZodObject<{
|
|
1996
|
+
type: z.ZodLiteral<"liquidity_depth_profile">;
|
|
1997
|
+
placement: z.ZodOptional<z.ZodLiteral<"left">>;
|
|
1998
|
+
exchangeId: z.ZodOptional<z.ZodEnum<{
|
|
1999
|
+
binance: "binance";
|
|
2000
|
+
coinbase: "coinbase";
|
|
2001
|
+
}>>;
|
|
2002
|
+
symbol: z.ZodOptional<z.ZodString>;
|
|
2003
|
+
windowSec: z.ZodOptional<z.ZodNumber>;
|
|
2004
|
+
sampleCount: z.ZodOptional<z.ZodNumber>;
|
|
2005
|
+
bins: z.ZodArray<z.ZodObject<{
|
|
2006
|
+
priceLo: z.ZodNumber;
|
|
2007
|
+
priceHi: z.ZodNumber;
|
|
2008
|
+
bidSize: z.ZodNumber;
|
|
2009
|
+
askSize: z.ZodNumber;
|
|
2010
|
+
totalSize: z.ZodNumber;
|
|
2011
|
+
}, z.core.$strict>>;
|
|
2012
|
+
id: z.ZodOptional<z.ZodString>;
|
|
2013
|
+
}, z.core.$strict>>;
|
|
1419
2014
|
}, z.core.$strict>;
|
|
1420
2015
|
live: z.ZodOptional<z.ZodObject<{
|
|
1421
2016
|
providerId: z.ZodString;
|
|
@@ -1469,6 +2064,70 @@ export declare const PrepareChartOutputSchema: z.ZodObject<{
|
|
|
1469
2064
|
dotted: "dotted";
|
|
1470
2065
|
}>>;
|
|
1471
2066
|
}, z.core.$strict>>;
|
|
2067
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
2068
|
+
type: z.ZodLiteral<"donchian">;
|
|
2069
|
+
sourceSeriesId: z.ZodString;
|
|
2070
|
+
period: z.ZodOptional<z.ZodNumber>;
|
|
2071
|
+
fill: z.ZodOptional<z.ZodBoolean>;
|
|
2072
|
+
id: z.ZodOptional<z.ZodString>;
|
|
2073
|
+
overlay: z.ZodOptional<z.ZodBoolean>;
|
|
2074
|
+
priceScaleId: z.ZodOptional<z.ZodEnum<{
|
|
2075
|
+
left: "left";
|
|
2076
|
+
right: "right";
|
|
2077
|
+
}>>;
|
|
2078
|
+
style: z.ZodOptional<z.ZodObject<{
|
|
2079
|
+
color: z.ZodOptional<z.ZodString>;
|
|
2080
|
+
lineWidth: z.ZodOptional<z.ZodNumber>;
|
|
2081
|
+
lineStyle: z.ZodOptional<z.ZodEnum<{
|
|
2082
|
+
solid: "solid";
|
|
2083
|
+
dashed: "dashed";
|
|
2084
|
+
dotted: "dotted";
|
|
2085
|
+
}>>;
|
|
2086
|
+
}, z.core.$strict>>;
|
|
2087
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
2088
|
+
type: z.ZodLiteral<"supertrend">;
|
|
2089
|
+
sourceSeriesId: z.ZodString;
|
|
2090
|
+
period: z.ZodOptional<z.ZodNumber>;
|
|
2091
|
+
multiplier: z.ZodOptional<z.ZodNumber>;
|
|
2092
|
+
id: z.ZodOptional<z.ZodString>;
|
|
2093
|
+
overlay: z.ZodOptional<z.ZodBoolean>;
|
|
2094
|
+
priceScaleId: z.ZodOptional<z.ZodEnum<{
|
|
2095
|
+
left: "left";
|
|
2096
|
+
right: "right";
|
|
2097
|
+
}>>;
|
|
2098
|
+
style: z.ZodOptional<z.ZodObject<{
|
|
2099
|
+
color: z.ZodOptional<z.ZodString>;
|
|
2100
|
+
lineWidth: z.ZodOptional<z.ZodNumber>;
|
|
2101
|
+
lineStyle: z.ZodOptional<z.ZodEnum<{
|
|
2102
|
+
solid: "solid";
|
|
2103
|
+
dashed: "dashed";
|
|
2104
|
+
dotted: "dotted";
|
|
2105
|
+
}>>;
|
|
2106
|
+
}, z.core.$strict>>;
|
|
2107
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
2108
|
+
type: z.ZodLiteral<"ichimoku">;
|
|
2109
|
+
sourceSeriesId: z.ZodString;
|
|
2110
|
+
conversionPeriod: z.ZodOptional<z.ZodNumber>;
|
|
2111
|
+
basePeriod: z.ZodOptional<z.ZodNumber>;
|
|
2112
|
+
spanPeriod: z.ZodOptional<z.ZodNumber>;
|
|
2113
|
+
displacement: z.ZodOptional<z.ZodNumber>;
|
|
2114
|
+
fill: z.ZodOptional<z.ZodBoolean>;
|
|
2115
|
+
chikou: z.ZodOptional<z.ZodBoolean>;
|
|
2116
|
+
id: z.ZodOptional<z.ZodString>;
|
|
2117
|
+
overlay: z.ZodOptional<z.ZodBoolean>;
|
|
2118
|
+
priceScaleId: z.ZodOptional<z.ZodEnum<{
|
|
2119
|
+
left: "left";
|
|
2120
|
+
right: "right";
|
|
2121
|
+
}>>;
|
|
2122
|
+
style: z.ZodOptional<z.ZodObject<{
|
|
2123
|
+
color: z.ZodOptional<z.ZodString>;
|
|
2124
|
+
lineWidth: z.ZodOptional<z.ZodNumber>;
|
|
2125
|
+
lineStyle: z.ZodOptional<z.ZodEnum<{
|
|
2126
|
+
solid: "solid";
|
|
2127
|
+
dashed: "dashed";
|
|
2128
|
+
dotted: "dotted";
|
|
2129
|
+
}>>;
|
|
2130
|
+
}, z.core.$strict>>;
|
|
1472
2131
|
}, z.core.$strict>, z.ZodObject<{
|
|
1473
2132
|
type: z.ZodLiteral<"fibonacci">;
|
|
1474
2133
|
sourceSeriesId: z.ZodOptional<z.ZodString>;
|
|
@@ -1787,6 +2446,99 @@ export declare const PrepareChartOutputSchema: z.ZodObject<{
|
|
|
1787
2446
|
dotted: "dotted";
|
|
1788
2447
|
}>>;
|
|
1789
2448
|
}, z.core.$strict>>;
|
|
2449
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
2450
|
+
type: z.ZodLiteral<"divergence">;
|
|
2451
|
+
segments: z.ZodArray<z.ZodObject<{
|
|
2452
|
+
kind: z.ZodEnum<{
|
|
2453
|
+
regular_bullish: "regular_bullish";
|
|
2454
|
+
regular_bearish: "regular_bearish";
|
|
2455
|
+
hidden_bullish: "hidden_bullish";
|
|
2456
|
+
hidden_bearish: "hidden_bearish";
|
|
2457
|
+
}>;
|
|
2458
|
+
oscillator: z.ZodEnum<{
|
|
2459
|
+
rsi: "rsi";
|
|
2460
|
+
stochasticrsi: "stochasticrsi";
|
|
2461
|
+
}>;
|
|
2462
|
+
oscillatorPaneId: z.ZodOptional<z.ZodString>;
|
|
2463
|
+
price: z.ZodObject<{
|
|
2464
|
+
pointA: z.ZodObject<{
|
|
2465
|
+
time: z.ZodUnion<readonly [z.ZodNumber, z.ZodObject<{
|
|
2466
|
+
year: z.ZodNumber;
|
|
2467
|
+
month: z.ZodNumber;
|
|
2468
|
+
day: z.ZodNumber;
|
|
2469
|
+
}, z.core.$strict>]>;
|
|
2470
|
+
price: z.ZodNumber;
|
|
2471
|
+
}, z.core.$strict>;
|
|
2472
|
+
pointB: z.ZodObject<{
|
|
2473
|
+
time: z.ZodUnion<readonly [z.ZodNumber, z.ZodObject<{
|
|
2474
|
+
year: z.ZodNumber;
|
|
2475
|
+
month: z.ZodNumber;
|
|
2476
|
+
day: z.ZodNumber;
|
|
2477
|
+
}, z.core.$strict>]>;
|
|
2478
|
+
price: z.ZodNumber;
|
|
2479
|
+
}, z.core.$strict>;
|
|
2480
|
+
}, z.core.$strict>;
|
|
2481
|
+
oscillatorLine: z.ZodObject<{
|
|
2482
|
+
pointA: z.ZodObject<{
|
|
2483
|
+
time: z.ZodUnion<readonly [z.ZodNumber, z.ZodObject<{
|
|
2484
|
+
year: z.ZodNumber;
|
|
2485
|
+
month: z.ZodNumber;
|
|
2486
|
+
day: z.ZodNumber;
|
|
2487
|
+
}, z.core.$strict>]>;
|
|
2488
|
+
value: z.ZodNumber;
|
|
2489
|
+
}, z.core.$strict>;
|
|
2490
|
+
pointB: z.ZodObject<{
|
|
2491
|
+
time: z.ZodUnion<readonly [z.ZodNumber, z.ZodObject<{
|
|
2492
|
+
year: z.ZodNumber;
|
|
2493
|
+
month: z.ZodNumber;
|
|
2494
|
+
day: z.ZodNumber;
|
|
2495
|
+
}, z.core.$strict>]>;
|
|
2496
|
+
value: z.ZodNumber;
|
|
2497
|
+
}, z.core.$strict>;
|
|
2498
|
+
}, z.core.$strict>;
|
|
2499
|
+
label: z.ZodOptional<z.ZodString>;
|
|
2500
|
+
}, z.core.$strict>>;
|
|
2501
|
+
id: z.ZodOptional<z.ZodString>;
|
|
2502
|
+
style: z.ZodOptional<z.ZodObject<{
|
|
2503
|
+
color: z.ZodOptional<z.ZodString>;
|
|
2504
|
+
lineWidth: z.ZodOptional<z.ZodNumber>;
|
|
2505
|
+
lineStyle: z.ZodOptional<z.ZodEnum<{
|
|
2506
|
+
solid: "solid";
|
|
2507
|
+
dashed: "dashed";
|
|
2508
|
+
dotted: "dotted";
|
|
2509
|
+
}>>;
|
|
2510
|
+
}, z.core.$strict>>;
|
|
2511
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
2512
|
+
type: z.ZodLiteral<"trade_position">;
|
|
2513
|
+
side: z.ZodEnum<{
|
|
2514
|
+
long: "long";
|
|
2515
|
+
short: "short";
|
|
2516
|
+
}>;
|
|
2517
|
+
entry: z.ZodNumber;
|
|
2518
|
+
target: z.ZodNumber;
|
|
2519
|
+
invalidation: z.ZodNumber;
|
|
2520
|
+
liquidation: z.ZodOptional<z.ZodNumber>;
|
|
2521
|
+
tradeRatio: z.ZodOptional<z.ZodNumber>;
|
|
2522
|
+
showTradeRatio: z.ZodOptional<z.ZodBoolean>;
|
|
2523
|
+
id: z.ZodOptional<z.ZodString>;
|
|
2524
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
2525
|
+
type: z.ZodLiteral<"liquidity_depth_profile">;
|
|
2526
|
+
placement: z.ZodOptional<z.ZodLiteral<"left">>;
|
|
2527
|
+
exchangeId: z.ZodOptional<z.ZodEnum<{
|
|
2528
|
+
binance: "binance";
|
|
2529
|
+
coinbase: "coinbase";
|
|
2530
|
+
}>>;
|
|
2531
|
+
symbol: z.ZodOptional<z.ZodString>;
|
|
2532
|
+
windowSec: z.ZodOptional<z.ZodNumber>;
|
|
2533
|
+
sampleCount: z.ZodOptional<z.ZodNumber>;
|
|
2534
|
+
bins: z.ZodArray<z.ZodObject<{
|
|
2535
|
+
priceLo: z.ZodNumber;
|
|
2536
|
+
priceHi: z.ZodNumber;
|
|
2537
|
+
bidSize: z.ZodNumber;
|
|
2538
|
+
askSize: z.ZodNumber;
|
|
2539
|
+
totalSize: z.ZodNumber;
|
|
2540
|
+
}, z.core.$strict>>;
|
|
2541
|
+
id: z.ZodOptional<z.ZodString>;
|
|
1790
2542
|
}, z.core.$strict>, z.ZodObject<{
|
|
1791
2543
|
type: z.ZodLiteral<"rsi">;
|
|
1792
2544
|
sourceSeriesId: z.ZodString;
|
|
@@ -1802,6 +2554,23 @@ export declare const PrepareChartOutputSchema: z.ZodObject<{
|
|
|
1802
2554
|
dotted: "dotted";
|
|
1803
2555
|
}>>;
|
|
1804
2556
|
}, z.core.$strict>>;
|
|
2557
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
2558
|
+
type: z.ZodLiteral<"zscore">;
|
|
2559
|
+
sourceSeriesId: z.ZodString;
|
|
2560
|
+
period: z.ZodOptional<z.ZodNumber>;
|
|
2561
|
+
entryZ: z.ZodOptional<z.ZodNumber>;
|
|
2562
|
+
exitZ: z.ZodOptional<z.ZodNumber>;
|
|
2563
|
+
id: z.ZodOptional<z.ZodString>;
|
|
2564
|
+
label: z.ZodOptional<z.ZodString>;
|
|
2565
|
+
style: z.ZodOptional<z.ZodObject<{
|
|
2566
|
+
color: z.ZodOptional<z.ZodString>;
|
|
2567
|
+
lineWidth: z.ZodOptional<z.ZodNumber>;
|
|
2568
|
+
lineStyle: z.ZodOptional<z.ZodEnum<{
|
|
2569
|
+
solid: "solid";
|
|
2570
|
+
dashed: "dashed";
|
|
2571
|
+
dotted: "dotted";
|
|
2572
|
+
}>>;
|
|
2573
|
+
}, z.core.$strict>>;
|
|
1805
2574
|
}, z.core.$strict>, z.ZodObject<{
|
|
1806
2575
|
type: z.ZodLiteral<"macd">;
|
|
1807
2576
|
sourceSeriesId: z.ZodString;
|
|
@@ -1835,6 +2604,50 @@ export declare const PrepareChartOutputSchema: z.ZodObject<{
|
|
|
1835
2604
|
dotted: "dotted";
|
|
1836
2605
|
}>>;
|
|
1837
2606
|
}, z.core.$strict>>;
|
|
2607
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
2608
|
+
type: z.ZodLiteral<"obv">;
|
|
2609
|
+
sourceSeriesId: z.ZodString;
|
|
2610
|
+
id: z.ZodOptional<z.ZodString>;
|
|
2611
|
+
label: z.ZodOptional<z.ZodString>;
|
|
2612
|
+
style: z.ZodOptional<z.ZodObject<{
|
|
2613
|
+
color: z.ZodOptional<z.ZodString>;
|
|
2614
|
+
lineWidth: z.ZodOptional<z.ZodNumber>;
|
|
2615
|
+
lineStyle: z.ZodOptional<z.ZodEnum<{
|
|
2616
|
+
solid: "solid";
|
|
2617
|
+
dashed: "dashed";
|
|
2618
|
+
dotted: "dotted";
|
|
2619
|
+
}>>;
|
|
2620
|
+
}, z.core.$strict>>;
|
|
2621
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
2622
|
+
type: z.ZodLiteral<"ad">;
|
|
2623
|
+
sourceSeriesId: z.ZodString;
|
|
2624
|
+
id: z.ZodOptional<z.ZodString>;
|
|
2625
|
+
label: z.ZodOptional<z.ZodString>;
|
|
2626
|
+
style: z.ZodOptional<z.ZodObject<{
|
|
2627
|
+
color: z.ZodOptional<z.ZodString>;
|
|
2628
|
+
lineWidth: z.ZodOptional<z.ZodNumber>;
|
|
2629
|
+
lineStyle: z.ZodOptional<z.ZodEnum<{
|
|
2630
|
+
solid: "solid";
|
|
2631
|
+
dashed: "dashed";
|
|
2632
|
+
dotted: "dotted";
|
|
2633
|
+
}>>;
|
|
2634
|
+
}, z.core.$strict>>;
|
|
2635
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
2636
|
+
type: z.ZodLiteral<"adosc">;
|
|
2637
|
+
sourceSeriesId: z.ZodString;
|
|
2638
|
+
fastPeriod: z.ZodOptional<z.ZodNumber>;
|
|
2639
|
+
slowPeriod: z.ZodOptional<z.ZodNumber>;
|
|
2640
|
+
id: z.ZodOptional<z.ZodString>;
|
|
2641
|
+
label: z.ZodOptional<z.ZodString>;
|
|
2642
|
+
style: z.ZodOptional<z.ZodObject<{
|
|
2643
|
+
color: z.ZodOptional<z.ZodString>;
|
|
2644
|
+
lineWidth: z.ZodOptional<z.ZodNumber>;
|
|
2645
|
+
lineStyle: z.ZodOptional<z.ZodEnum<{
|
|
2646
|
+
solid: "solid";
|
|
2647
|
+
dashed: "dashed";
|
|
2648
|
+
dotted: "dotted";
|
|
2649
|
+
}>>;
|
|
2650
|
+
}, z.core.$strict>>;
|
|
1838
2651
|
}, z.core.$strict>], "type">>>;
|
|
1839
2652
|
skipDefaultOverlays: z.ZodOptional<z.ZodBoolean>;
|
|
1840
2653
|
usedDefaultOverlays: z.ZodOptional<z.ZodBoolean>;
|