-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtodos
More file actions
42 lines (38 loc) · 1.81 KB
/
todos
File metadata and controls
42 lines (38 loc) · 1.81 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
PRIORITY:
? -> https://codesandbox.io/s/ly63y37x9z forked load more codesandbox
? -> https://codesandbox.io/s/4q88rkpk40
[x][Core MVP] Fetching more candles with usage of Btfx rest API
[x][BEM] Create useCandles hook
[x][BEM] Fix rest service - probably CORS
[x][BEM] Fix candles response mapping
[x] Keeping pane and zoom position after changing data on the chart
[x] Calculate index taking into consideration 1000 data loaded and previous data and start - stop
[x] Dynamically changing
[x] timeFrame
[x] and Cryptocurrency
[x] Writing Symulation based on downloaded data
[x] Look how indicators are made e.g. MA http://rrag.github.io/react-stockcharts/documentation.html#/moving_average
[x] What type of data can be an input for predictions, how output should looks like
[x] implement functions
[x] buy
[x] sell
[x] Add support for maker and taker fees
[] Ema20 + ema50 comparison
Core MVP:
[x] initial data displayed
[x] Updating Candles
[x] Fetching more candles with usage of Btfx rest API
[x] Keeping pane and zoom position after changing data on the chart
[x] Dynamically changing timeFrame and Cryptocurrency
[] Writing Symulation based on downloaded data
[] Look how indicators are made e.g. MA http://rrag.github.io/react-stockcharts/documentation.html#/moving_average
[] What type of data can be an input for predictions, how output should looks like
Additionally:
[] *! fees nad Cryptocurrency for start of simulation
[] *! jak zerwie połączenie to trzeba nawiązać ponownie
[] * volumes screen displayed
[] actionCreator copy
[] How can we use Volume bars http://rrag.github.io/react-stockcharts/documentation.html#/volume_bar
Bugs/Errors/Meantime tasks:
[x] fix problem with dynamic change of <CandlestickSeries width={timeIntervalBarWidth(utcMinute)} />
Temp notes: