candleview 2.1.3 → 2.2.5

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
@@ -56,11 +56,11 @@ declare class CandleView extends default_2.Component<CandleViewProps, CandleView
56
56
  private preparedData;
57
57
  private originalData;
58
58
  private aiManager;
59
- private LOGO;
60
59
  constructor(props: CandleViewProps);
61
60
  componentDidMount(): void;
62
61
  componentDidUpdate(prevProps: CandleViewProps, prevState: CandleViewState): void;
63
62
  componentWillUnmount(): void;
63
+ private isIncrementalDataUpdate;
64
64
  private handleTerminalResizeMouseDown;
65
65
  private handleTerminalMouseMove;
66
66
  private handleTerminalMouseUp;
@@ -149,7 +149,6 @@ declare interface CandleViewProps {
149
149
  timeframe?: string;
150
150
  timezone?: string;
151
151
  data?: ICandleViewDataPoint[];
152
- url?: string;
153
152
  ai?: boolean;
154
153
  aiconfigs?: AIConfig[];
155
154
  terminal?: boolean;
@@ -300,6 +299,32 @@ declare interface I18n {
300
299
  adx: string;
301
300
  obv: string;
302
301
  };
302
+ mainIndicators: {
303
+ ma: string;
304
+ ema: string;
305
+ bollinger: string;
306
+ ichimoku: string;
307
+ donchian: string;
308
+ envelope: string;
309
+ vwap: string;
310
+ };
311
+ mainChartMaps: {
312
+ heatmap: string;
313
+ marketProfile: string;
314
+ };
315
+ subChartIndicatorName: {
316
+ rsi: string;
317
+ macd: string;
318
+ volume: string;
319
+ sar: string;
320
+ kdj: string;
321
+ atr: string;
322
+ stochastic: string;
323
+ cci: string;
324
+ bbwidth: string;
325
+ adx: string;
326
+ obv: string;
327
+ };
303
328
  modal: {
304
329
  parameterSettings: string;
305
330
  parameterName: string;