candleview 2.5.1 → 2.5.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 +32 -93
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -11,6 +11,12 @@ An AI-driven financial time-series data visualization and rendering engine.
|
|
|
11
11
|
</h4>
|
|
12
12
|
<p align="center">
|
|
13
13
|
<a href="https://github.com/0xhappyboy/candleview/blob/main/LICENSE"><img src="https://img.shields.io/badge/License-AGPL3.0-d1d1f6.svg?style=flat&labelColor=1C2C2E&color=BEC5C9&logo=googledocs&label=license&logoColor=BEC5C9" alt="License"></a>
|
|
14
|
+
<a href="https://www.typescriptlang.org/"><img src="https://img.shields.io/badge/TypeScript-5.0+-3178C6.svg?style=flat&labelColor=1C2C2E&color=007ACC&logo=typescript&logoColor=white" alt="TypeScript"></a>
|
|
15
|
+
<a href="https://github.com/0xhappyboy/candleview/stargazers"><img src="https://img.shields.io/github/stars/0xhappyboy/candleview.svg?style=flat&labelColor=1C2C2E&color=FFD700&logo=github&logoColor=white&label=stars" alt="GitHub stars"></a>
|
|
16
|
+
<a href="https://github.com/0xhappyboy/candleview/issues"><img src="https://img.shields.io/github/issues/0xhappyboy/candleview.svg?style=flat&labelColor=1C2C2E&color=FF6B6B&logo=github&logoColor=white&label=issues" alt="GitHub issues"></a>
|
|
17
|
+
<a href="https://github.com/0xhappyboy/candleview/network/members"><img src="https://img.shields.io/github/forks/0xhappyboy/candleview.svg?style=flat&labelColor=1C2C2E&color=42A5F5&logo=github&logoColor=white&label=forks" alt="GitHub forks"></a>
|
|
18
|
+
<a href="https://www.npmjs.com/package/candleview"><img src="https://img.shields.io/npm/v/candleview.svg?style=flat&labelColor=1C2C2E&color=FF5722&logo=npm&logoColor=white&label=npm%20version" alt="npm version"></a>
|
|
19
|
+
<a href="https://github.com/0xhappyboy/candleview/releases"><img src="https://img.shields.io/github/v/release/0xhappyboy/candleview.svg?style=flat&labelColor=1C2C2E&color=9C27B0&logo=github&logoColor=white&label=latest%20release" alt="GitHub release"></a>
|
|
14
20
|
</p>
|
|
15
21
|
<p align="center">
|
|
16
22
|
<a href="./README_zh-CN.md">简体中文</a> | <a href="./README.md">English</a>
|
|
@@ -32,6 +38,17 @@ yarn add candleview
|
|
|
32
38
|
| ------------------------------------------------------------ | ---------------------------------------------------- | ------------------------------------------------------------------------ | ------------------------------------------------------------------- |
|
|
33
39
|
| <a href="https://candleview-website.vercel.app/">Website</a> | <a href="https://www.candleview.cn/">Website(CN)</a> | <a href="https://candleview-website.vercel.app/application">Emulator</a> | <a href="https://candleview-website.vercel.app/markets">Markets</a> |
|
|
34
40
|
|
|
41
|
+
# 📚 Directory
|
|
42
|
+
|
|
43
|
+
| **directory** | **describe** |
|
|
44
|
+
| :------------------- | :------------------------------------------------------------------------------------------------------------------- |
|
|
45
|
+
| **core** | CandleView Engine Core. |
|
|
46
|
+
| **website** | Global official website. |
|
|
47
|
+
| **components** | A front-end component library developed based on CandleView. |
|
|
48
|
+
| **ai-proxy-service** | This is the scaffolding project for CandleView AI services, which you can use to develop AI services for CandleView. |
|
|
49
|
+
| **docs** | Documents. |
|
|
50
|
+
| **assets** | Asset Directory. |
|
|
51
|
+
|
|
35
52
|
# 🚀 Quick Start
|
|
36
53
|
|
|
37
54
|
```typescript
|
|
@@ -149,109 +166,19 @@ const App = () => {
|
|
|
149
166
|
### Aliyun
|
|
150
167
|
|
|
151
168
|
```
|
|
152
|
-
qwen-turbo
|
|
153
|
-
qwen-plus
|
|
154
|
-
qwen-max
|
|
155
|
-
qwen-max-longcontext
|
|
156
|
-
qwen2.5-0.5b
|
|
157
|
-
qwen2.5-0.5b-instruct
|
|
158
|
-
qwen2.5-7b
|
|
159
|
-
qwen2.5-7b-instruct
|
|
160
|
-
qwen2.5-14b
|
|
161
|
-
qwen2.5-14b-instruct
|
|
162
|
-
qwen2.5-32b
|
|
163
|
-
qwen2.5-32b-instruct
|
|
164
|
-
qwen2.5-72b
|
|
165
|
-
qwen2.5-72b-instruct
|
|
166
|
-
qwen2.5-coder
|
|
167
|
-
qwen2.5-coder-7b
|
|
168
|
-
qwen2.5-coder-14b
|
|
169
|
-
qwen2.5-coder-32b
|
|
170
|
-
qwen-vl-lite
|
|
171
|
-
qwen-vl-plus
|
|
172
|
-
qwen-vl-max
|
|
173
|
-
qwen-audio-turbo
|
|
174
|
-
qwen-audio-chat
|
|
175
|
-
qwen-math-7b
|
|
176
|
-
llama2-7b-chat-v2
|
|
177
|
-
baichuan2-7b-chat-v1
|
|
178
|
-
qwen-financial
|
|
179
|
-
qwen-financial-14b
|
|
180
|
-
qwen-financial-32b
|
|
181
|
-
qwen-medical
|
|
182
|
-
qwen-medical-14b
|
|
183
|
-
qwen-medical-32b
|
|
184
|
-
qwen-omni
|
|
185
|
-
qwen-omni-pro'
|
|
169
|
+
qwen-turbo、qwen-plus、qwen-max、qwen-max-longcontext、qwen2.5-0.5b、qwen2.5-0.5b-instruct、qwen2.5-7b、qwen2.5-7b-instruct、qwen2.5-14b、qwen2.5-14b-instruct、qwen2.5-32b、qwen2.5-32b-instruct、qwen2.5-72b、qwen2.5-72b-instruct、qwen2.5-coder、qwen2.5-coder-7b、qwen2.5-coder-14b、qwen2.5-coder-32b、qwen-vl-lite、qwen-vl-plus、qwen-vl-max、qwen-audio-turbo、qwen-audio-chat、qwen-math-7b、llama2-7b-chat-v2、baichuan2-7b-chat-v1、qwen-financial、qwen-financial-14b、qwen-financial-32b、qwen-medical、qwen-medical-14b、qwen-medical-32b、qwen-omni、qwen-omni-pro
|
|
186
170
|
```
|
|
187
171
|
|
|
188
172
|
### DeepSeek
|
|
189
173
|
|
|
190
174
|
```
|
|
191
|
-
deepseek-chat
|
|
192
|
-
deepseek-chat-lite
|
|
193
|
-
deepseek-chat-pro
|
|
194
|
-
deepseek-chat-max
|
|
195
|
-
deepseek-coder
|
|
196
|
-
deepseek-coder-lite
|
|
197
|
-
deepseek-coder-pro
|
|
198
|
-
deepseek-math
|
|
199
|
-
deepseek-math-pro
|
|
200
|
-
deepseek-reasoner
|
|
201
|
-
deepseek-reasoner-pro
|
|
202
|
-
deepseek-vision
|
|
203
|
-
deepseek-vision-pro
|
|
204
|
-
deepseek-finance
|
|
205
|
-
deepseek-law
|
|
206
|
-
deepseek-medical
|
|
207
|
-
deepseek-research
|
|
208
|
-
deepseek-omni
|
|
209
|
-
deepseek-omni-pro
|
|
210
|
-
deepseek-llm
|
|
211
|
-
deepseek-llm-67b
|
|
212
|
-
deepseek-llm-131b'
|
|
175
|
+
deepseek-chat、deepseek-chat-lite、deepseek-chat-pro、deepseek-chat-max、deepseek-coder、deepseek-coder-lite、deepseek-coder-pro、deepseek-math、deepseek-math-pro、deepseek-reasoner、deepseek-reasoner-pro、deepseek-vision、deepseek-vision-pro、deepseek-finance、deepseek-law、deepseek-medical、deepseek-research、deepseek-omni、deepseek-omni-pro、deepseek-llm、deepseek-llm-67b、deepseek-llm-131b
|
|
213
176
|
```
|
|
214
177
|
|
|
215
178
|
### OpenAI
|
|
216
179
|
|
|
217
180
|
```
|
|
218
|
-
gpt-4
|
|
219
|
-
gpt-4-0314
|
|
220
|
-
gpt-4-0613
|
|
221
|
-
gpt-4-32k
|
|
222
|
-
gpt-4-32k-0314
|
|
223
|
-
gpt-4-32k-0613
|
|
224
|
-
gpt-4-turbo
|
|
225
|
-
gpt-4-turbo-preview
|
|
226
|
-
gpt-4-turbo-2024-04-09
|
|
227
|
-
gpt-4o
|
|
228
|
-
gpt-4o-2024-05-13
|
|
229
|
-
gpt-4o-mini
|
|
230
|
-
gpt-4o-mini-2024-07-18
|
|
231
|
-
gpt-3.5-turbo
|
|
232
|
-
gpt-3.5-turbo-0125
|
|
233
|
-
gpt-3.5-turbo-1106
|
|
234
|
-
gpt-3.5-turbo-instruct
|
|
235
|
-
gpt-3.5-turbo-16k
|
|
236
|
-
gpt-3.5-turbo-16k-0613
|
|
237
|
-
davinci-002
|
|
238
|
-
babbage-002
|
|
239
|
-
text-davinci-003
|
|
240
|
-
text-davinci-002
|
|
241
|
-
text-davinci-001
|
|
242
|
-
text-curie-001
|
|
243
|
-
text-babbage-001
|
|
244
|
-
text-ada-001
|
|
245
|
-
text-embedding-ada-002
|
|
246
|
-
text-embedding-3-small
|
|
247
|
-
text-embedding-3-large
|
|
248
|
-
dall-e-2
|
|
249
|
-
dall-e-3
|
|
250
|
-
whisper-1
|
|
251
|
-
tts-1
|
|
252
|
-
tts-1-hd
|
|
253
|
-
text-moderation-latest
|
|
254
|
-
text-moderation-stable
|
|
181
|
+
gpt-4、gpt-4-0314、gpt-4-0613、gpt-4-32k、gpt-4-32k-0314、gpt-4-32k-0613、gpt-4-turbo、gpt-4-turbo-preview、gpt-4-turbo-2024-04-09、gpt-4o、gpt-4o-2024-05-13、gpt-4o-mini、gpt-4o-mini-2024-07-18、gpt-3.5-turbo、gpt-3.5-turbo-0125、gpt-3.5-turbo-1106、gpt-3.5-turbo-instruct、gpt-3.5-turbo-16k、gpt-3.5-turbo-16k-0613、davinci-002、babbage-002、text-davinci-003、text-davinci-002、text-davinci-001、text-curie-001、text-babbage-001、text-ada-001、text-embedding-ada-002、text-embedding-3-small、text-embedding-3-large、dall-e-2、dall-e-3、whisper-1、tts-1、tts-1-hd、text-moderation-latest、text-moderation-stable
|
|
255
182
|
```
|
|
256
183
|
|
|
257
184
|
## API Integration
|
|
@@ -308,6 +235,14 @@ The system integrates the following SDKs:
|
|
|
308
235
|
/analyzeOHLCV - A service specifically designed for processing OHLCV data.
|
|
309
236
|
```
|
|
310
237
|
|
|
238
|
+
# Multi Panel Performance
|
|
239
|
+
|
|
240
|
+
<img src="./assets/candleview-multi-panel-2.gif" alt="CandleView Multi Panel" width="100%">
|
|
241
|
+
|
|
242
|
+
# Performance in AI conversations
|
|
243
|
+
|
|
244
|
+
<img src="./assets/ai-dialog.gif" alt="CandleView AI Dialog" width="100%">
|
|
245
|
+
|
|
311
246
|
# 💻 Command System
|
|
312
247
|
|
|
313
248
|
<img src="./assets/command-system.gif" width="100%">
|
|
@@ -376,6 +311,10 @@ $ theme light # Switch to light theme
|
|
|
376
311
|
$ history # View recent command history
|
|
377
312
|
```
|
|
378
313
|
|
|
314
|
+
# Technical Indicators In The Sub Chart.
|
|
315
|
+
|
|
316
|
+
<img src="./assets/sub-chart.gif" width="100%">
|
|
317
|
+
|
|
379
318
|
# Preview
|
|
380
319
|
|
|
381
320
|
## Draw Graphics
|