Skip to content

Commit a9f30c4

Browse files
authored
Update README.md
프로젝트 특징 및 개요 수정, 세부 로직의 주요 설명 공란 처리
1 parent 65b1235 commit a9f30c4

File tree

1 file changed

+64
-13
lines changed

1 file changed

+64
-13
lines changed

README.md

Lines changed: 64 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,33 +5,84 @@
55
> 하지만 현실은 돈이 부족하기 떄문에 투자를 하기 쉽지 않습니다. <br/>
66
> <br/>
77
> IF에서는 모의투자를 통해 투자에 대한 경험을 쌓고, 투자에 대한 이해를 높일 수 있습니다. <br/>
8-
9-
https://investfuture.my
8+
<br/>
9+
- 배포 URL : https://investfuture.my
10+
<br/><br/>
1011

1112
## 다른 모의투자 서비스와의 차이점
12-
> 많은 모의투자서비스는 3가지 유형이 있습니다.
13-
> 1. 턴제 모의투자
14-
> 2. 자체 시장 모의투자
15-
> 3. 실시간 모의투자 (거래가 차트에 반영되지 않음)
16-
>
17-
> 기존 모의투자 서비스는 실제 시장의 추세를 따라가지 않거나, 따라가더라도 사용자의 투자 행동이 차트에 반영되지 않는 문제가 있었습니다. <br/>
18-
>
19-
> Invest Future(<strong>IF</strong>)는 실제 시장의 추세를 따라가고, 사용자의 투자 행동이 차트에 반영되는 모의투자 서비스입니다.
13+
많은 모의투자서비스는 3가지 유형이 있습니다.
14+
1. 턴제 모의투자
15+
2. 실시간 모의투자 (거래가 차트에 반영되지 않음)
16+
3. 자체 시장 모의투자 (거래가 차트에 반영 됨)
17+
<br/>
18+
19+
<table>
20+
<thead>
21+
<tr>
22+
<td align="center"><img width="350" alt="Image" src="https://github.com/user-attachments/assets/5d346565-4660-467b-8df3-e8112b2e0c9c" /></td>
23+
<td align="center"><img width="350" alt="Image" src="https://github.com/user-attachments/assets/466f8d9c-253a-40a3-afad-e46cddbcbdc8" /></td>
24+
<td align="center"><img width="350" alt="Image" src="https://github.com/user-attachments/assets/d116963b-423b-4aee-a416-81e0d479d4c8" /></td>
25+
</tr>
26+
</thead>
27+
<tbody>
28+
<tr>
29+
<th align="center"><strong>시장 개입 여부</strong></th>
30+
<th align="center"><strong>DB 지원 여부</strong></th>
31+
<th align="center"><strong>봇 지원 여부</strong></th>
32+
</tr>
33+
</tbody>
34+
</table>
35+
36+
37+
기존 모의투자 서비스는 실제 거래소의 시세를 지원하면 사용자의 투자 행동이 차트에 반영되지 않거나,<br/>
38+
차트에 반영되지만 실제 시장과는 다른 자체 시장을 형성하는 서비스가 제공되고 있습니다.
39+
40+
Invest Future(<strong>IF</strong>)는 실제 시장의 추세를 따라가고, 사용자의 투자 행동이 차트에 반영되는 모의투자 서비스입니다.
41+
42+
43+
<br/>
44+
<br/>
45+
2046

2147
## How it works?
48+
2249
> 기존 실시간 모의투자 서비스에서 사용자의 투자 행동이 차트에 반영되지 않는 이유는 사용자의 투자 행동이 차트에 반영될경우 시간이 지날수록 실제 시장의 차트와 모의투자 서비스의 차트의 괴리가 커지기 때문입니다. <br/>
2350
> 비유하자면 시간이 지날수록 멀티버스가 발생합니다.
24-
>
25-
> Invest Future(<strong>IF</strong>)는 사용자의 투자 행동으로 서비스의 차트와 실제 시장의 차트의 괴리가 커지면 <u>자체 매수봇과 매도봇이 매수 매도를 하면서 <strong>실제 시장과의 차이를 보간</strong></u>합니다.
26-
<img width="1540" alt="chart" src="https://github.com/user-attachments/assets/3f007d49-9aff-4563-8c5f-3884de261e5b" />
2751
52+
<img width="1348" alt="Image" src="https://github.com/user-attachments/assets/a850a73f-b77e-4765-877b-fb31782ad22c" />
53+
Invest Future(<strong>IF</strong>)는 사용자의 투자 행동으로 서비스의 차트와 실제 시장의 차트의 괴리가 커지면 <u>자체 매수봇과 매도봇이 매수 매도를 하면서 <strong>실제 시장과의 차이를 보간</strong></u>합니다.
2854

2955

3056

3157

3258
## 프로젝트 특징
3359

60+
<img width="2903" alt="Image" src="https://github.com/user-attachments/assets/d74aea6f-c605-48b6-b77b-42cb9be8565c" />
61+
62+
### 세부 로직
63+
<details>
64+
<summary><b> 주문/체결</b></summary>
65+
<blockquote>
66+
<img width="1400" alt="Image" src="https://github.com/user-attachments/assets/8e604703-8bb3-43b3-9d2a-e72ab53a3e6b" />
67+
<p dir="auto"><strong>설명</strong> : </p>
68+
</blockquote>
69+
</details>
70+
71+
<details>
72+
<summary><b> 보간 </b></summary>
73+
<blockquote>
74+
<img width="1200" alt="Image" src="https://github.com/user-attachments/assets/56e01e3a-a878-4921-ae40-692845d7989f" />
75+
<p dir="auto"><strong>설명</strong> : </p>
76+
</blockquote>
77+
</details>
3478

79+
<details>
80+
<summary><b> 차트/DB </b></summary>
81+
<blockquote>
82+
<img width="1500" alt="Image" src="https://github.com/user-attachments/assets/3a1850c1-54c9-46cc-b99d-dc0fbf59cd36" />
83+
<p dir="auto"><strong>설명</strong> : </p>
84+
</blockquote>
85+
</details>
3586

3687

3788

0 commit comments

Comments
 (0)