Commit Graph

105 Commits

Author SHA1 Message Date
devamin
34ef1090cd feat: vscode debuging settings 2023-06-09 16:07:05 +01:00
devamin
afdb88c86d fix: empty database causing the usage of undefined dashboard parameters 2023-06-09 16:07:05 +01:00
Michael Feng
8e0f75ea6c (doc) add update and candles downloader to README 2023-06-03 12:10:47 -07:00
cardosofede
0fbd83db68 (feat) create candles downloader page 2023-06-01 19:46:38 -03:00
cardosofede
2e1164ea32 (feat) add compose file and yml to run hummingbot candles downlaoder 2023-06-01 19:46:23 -03:00
cardosofede
d1d98ca4a8 (feat) add hummingbot files for startup 2023-06-01 19:46:08 -03:00
cardosofede
16a857314e (feat) add constants 2023-06-01 19:45:45 -03:00
cardosofede
093876ae52 (feat) add docker_manager.py 2023-06-01 19:43:26 -03:00
cardosofede
72df9185f8 (feat) add os_utils 2023-06-01 19:43:07 -03:00
cardosofede
69936f3f6f (feat) add pyyaml 2023-06-01 18:55:41 -03:00
cardosofede
3d430cb65d (fix) select correct environment 2023-06-01 18:55:30 -03:00
dardonacci
a7e4032cd6 Merge pull request #25 from hummingbot/update-workflow-1-1
Update main.yml
2023-05-23 20:18:42 -03:00
david-hummingbot
37eedf06e4 Update main.yml 2023-05-24 07:17:22 +08:00
dardonacci
3037c4beb8 Merge pull request #24 from hummingbot/cardosofede-patch-1
Update README.md
2023-05-23 20:15:20 -03:00
dardonacci
e489ef46df Update README.md 2023-05-23 20:15:12 -03:00
dardonacci
7d21e0c237 Merge pull request #23 from hummingbot/update-workflow-1
docker build workflow
2023-05-23 20:08:59 -03:00
david-hummingbot
9a3cb00f00 docker build workflow
- automatically creates a multi-arch Docker image upon merging PRs to main
2023-05-24 06:28:58 +08:00
Michael Feng
fc5d9764ff Merge pull request #22 from hummingbot/feat/improve_pnl_graph
Feat/improve pnl graph
2023-05-18 17:04:01 -07:00
cardosofede
6103b356e4 (feat) adapt page to use only 2 extra rows 2023-05-18 17:26:01 -03:00
cardosofede
61d49ab978 (feat) fine tune graph 2023-05-18 17:17:15 -03:00
cardosofede
02b3a65434 (feat) add makefile 2023-05-18 16:42:50 -03:00
cardosofede
b7d72b9230 (feat) change pnl method 2023-05-18 16:40:10 -03:00
cardosofede
f82c73fc38 (feat) merge pnl subplots 2023-05-18 16:39:24 -03:00
cardosofede
1a9addd84d (feat) clean up unused functions 2023-05-18 16:32:50 -03:00
cardosofede
81ab46c23a (feat) add more decimals to graph 2023-05-12 17:15:56 -03:00
cardosofede
8350e98fe2 (fix) change conda environment name 2023-05-11 18:14:18 -03:00
cardosofede
5aab81041c (fix) change merge asof to backward 2023-05-11 18:14:05 -03:00
cardosofede
2c2712552f (fix) add conversion for orders table 2023-05-11 18:13:52 -03:00
dardonacci
4fd1ab118b Merge pull request #21 from hummingbot/temp/hardcode_binance_candles
(fix) hardcode binance until we have the final solution
2023-05-11 15:03:17 -03:00
cardosofede
91b9d67dc8 (fix) hardcode binance until we have the final solution 2023-05-11 14:49:51 -03:00
nikspz
14162c2693 Merge pull request #15 from hummingbot/feat/database_manager
Feat/database manager
2023-05-11 12:19:51 +07:00
dardonacci
17f0a3a2c7 Merge pull request #17 from hummingbot/edit-readme
README edits
2023-05-09 13:22:38 -03:00
Michael Feng
a7552918ce fixes 2023-05-08 19:52:13 -07:00
Michael Feng
71c2f5fbc5 resolved conflicts 2023-05-08 19:46:19 -07:00
dardonacci
4f7ddf97c8 Merge pull request #14 from klpanagi/fix/Dockerfile_conda_env_file
Do not rename to environment.yml when copied into the image layer - …
2023-05-08 21:30:34 -03:00
dardonacci
bf87146f21 Merge pull request #16 from rolandkofler/patch-1
(fix) wrong filename, update README.md
2023-05-08 21:29:59 -03:00
cardosofede
0b8648f9e4 (fix) check if database exists before getting the data 2023-05-08 21:27:10 -03:00
Roland Kofler
4449689de3 (fix) wrong filename, update README.md 2023-05-08 15:50:44 +02:00
cardosofede
a4e20d0d06 (feat) included improvements in graphs, metrics and database manager class 2023-05-04 18:33:27 -03:00
cardosofede
daa808949e (feat) add some properties and refactored single market strategy class 2023-05-04 18:33:10 -03:00
cardosofede
344ea2f283 (feat) added fee cost graphs 2023-05-04 18:32:48 -03:00
cardosofede
38f373fadc (feat) create database manage class 2023-05-04 18:32:10 -03:00
cardosofede
13367983b8 (feat) update theme since ohlc graph is better in ligth 2023-05-04 18:31:58 -03:00
cardosofede
a7f6a4fb27 (feat) adapt code to use database manager 2023-05-03 20:56:09 -03:00
cardosofede
3f4c30f4ef (feat) add database_manager.py 2023-05-03 20:55:58 -03:00
cardosofede
a38b0936fa (feat) clean up Strategy data class and add SingleMarketStrategyData 2023-05-03 20:55:52 -03:00
cardosofede
2a255f8f1c (feat) change environment name 2023-05-03 20:55:27 -03:00
cardosofede
1e9071f890 (fix) fix conda env name 2023-05-03 17:27:41 -03:00
cardosofede
272cfb5805 (feat) filter sqlite dbs 2023-05-03 17:27:41 -03:00
Konstantinos Panayiotou
7aacfb1342 Do not rename to environment.yml when copied into the image layer - https://github.com/hummingbot/streamlit-apps/issues/13 2023-04-30 19:04:24 +03:00