candleview 2.1.3 → 2.2.3

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 CHANGED
@@ -50,7 +50,7 @@ const App = () => {
50
50
 
51
51
  # AI Features
52
52
 
53
- <img src="./assets/ai/ai-data-analysis.png" alt="CandleView AI" width="100%">
53
+ <img src="./assets/ai/ai-data-analysis-2.png" alt="CandleView AI" width="100%">
54
54
 
55
55
  ## Supported Brands
56
56
 
package/dist/index.d.ts CHANGED
@@ -61,6 +61,7 @@ declare class CandleView extends default_2.Component<CandleViewProps, CandleView
61
61
  componentDidMount(): void;
62
62
  componentDidUpdate(prevProps: CandleViewProps, prevState: CandleViewState): void;
63
63
  componentWillUnmount(): void;
64
+ private isIncrementalDataUpdate;
64
65
  private handleTerminalResizeMouseDown;
65
66
  private handleTerminalMouseMove;
66
67
  private handleTerminalMouseUp;
@@ -149,7 +150,6 @@ declare interface CandleViewProps {
149
150
  timeframe?: string;
150
151
  timezone?: string;
151
152
  data?: ICandleViewDataPoint[];
152
- url?: string;
153
153
  ai?: boolean;
154
154
  aiconfigs?: AIConfig[];
155
155
  terminal?: boolean;
@@ -300,6 +300,32 @@ declare interface I18n {
300
300
  adx: string;
301
301
  obv: string;
302
302
  };
303
+ mainIndicators: {
304
+ ma: string;
305
+ ema: string;
306
+ bollinger: string;
307
+ ichimoku: string;
308
+ donchian: string;
309
+ envelope: string;
310
+ vwap: string;
311
+ };
312
+ mainChartMaps: {
313
+ heatmap: string;
314
+ marketProfile: string;
315
+ };
316
+ subChartIndicatorName: {
317
+ rsi: string;
318
+ macd: string;
319
+ volume: string;
320
+ sar: string;
321
+ kdj: string;
322
+ atr: string;
323
+ stochastic: string;
324
+ cci: string;
325
+ bbwidth: string;
326
+ adx: string;
327
+ obv: string;
328
+ };
303
329
  modal: {
304
330
  parameterSettings: string;
305
331
  parameterName: string;