Commit Graph

243 Commits

Author SHA1 Message Date
drupman
feade130ee (feat) add configs / config_files / status properties to database manager 2023-07-31 19:51:47 -03:00
drupman
ad531a4f8c (feat) add initial_sidebar_state param to initialize_st_page 2023-07-31 19:51:04 -03:00
Michael Feng
938ac94c11 Update README.md for main branch 2023-07-27 16:08:06 -07:00
dardonacci
7402937d00 Merge pull request #49 from hummingbot/fix/include-readme
update .dockerignore
2023-07-25 16:09:23 +02:00
david-hummingbot
73a20485b7 update .dockerignore 2023-07-25 21:30:08 +08:00
dardonacci
1f5e9f02f2 Merge pull request #47 from hummingbot/feat/base-page-class
Feat/base page class
2023-07-24 18:17:13 +02:00
cardosofede
4b05c02778 (feat) remove text from main page 2023-07-24 17:30:55 +02:00
cardosofede
9a1df4ec31 (feat) refactor all pages 2023-07-24 17:29:21 +02:00
cardosofede
a3ff2bf0ed (feat) add initialize st_page to backtest manager 2023-07-24 17:23:06 +02:00
cardosofede
1e4cce6747 (feat) add initialize st_page to main page 2023-07-24 17:22:56 +02:00
cardosofede
c81fe36d71 (feat) add function to initialize pages 2023-07-24 17:20:55 +02:00
cardosofede
cb4904cf96 (feat) remove unused class 2023-07-24 17:20:43 +02:00
Michael Feng
102b87c636 (feat) added all pages 2023-07-23 09:20:28 -04:00
dardonacci
8621a446a0 Merge pull request #46 from hummingbot/fix/docker-fixes 2023-07-22 23:10:47 +02:00
Michael Feng
368061c04b (wip) added more pages 2023-07-22 17:10:11 -04:00
david-hummingbot
31d4b027cf update dockerfile
- added gcc to fix issue with psutil error when building docker image
- changed copy command to just a single command
2023-07-23 04:51:44 +08:00
david-hummingbot
fd29d0d8a5 add .dockerignore 2023-07-23 04:48:50 +08:00
Michael Feng
e238b6a1fc Merge branch 'main' of github.com:hummingbot/dashboard into feat/base-page-class 2023-07-22 16:42:24 -04:00
Michael Feng
c0d49d7061 (wip) test st-pages 2023-07-22 16:42:10 -04:00
Michael Feng
222c3e7f2e (feat) initial base page 2023-07-22 09:37:09 -04:00
Michael Feng
b796531e4a Merge pull request #41 from hummingbot/contribution-guidelines
Create CONTRIBUTING.md
2023-07-22 09:10:12 -04:00
Michael Feng
072ea7941b Merge pull request #45 from hummingbot/update-actions-versions
update main.yml
2023-07-22 09:09:49 -04:00
david-hummingbot
6df22aeb5a update main.yml
- updated actions version
2023-07-22 20:09:18 +08:00
Michael Feng
813522acc8 Merge pull request #33 from hummingbot/feat/directional_backtesting
Feat/directional backtesting
2023-07-21 09:00:00 -04:00
cardosofede
3905ed25a1 (feat) remove docker manager since we are using the new library 2023-07-21 13:22:33 +02:00
cardosofede
f9a2e740de (feat) implement create directional strategy 2023-07-21 13:07:20 +02:00
cardosofede
1e9edb1d79 (feat) add todos to directional strategy base 2023-07-21 13:07:10 +02:00
cardosofede
67ad71cb54 (feat) refactor directional strategy template 2023-07-21 13:06:57 +02:00
cardosofede
c36df3f7e0 (feat) minor updates to format 2023-07-21 11:52:15 +02:00
cardosofede
181c962e5e (feat) allow multiple pages code gen 2023-07-21 11:52:05 +02:00
cardosofede
2da66f5275 (feat) MVP of backtest and optimize tab 2023-07-20 21:38:10 +02:00
cardosofede
bf48397473 (feat) add file template for optimization 2023-07-20 21:38:02 +02:00
cardosofede
b6ef8ccce0 (feat) add more constants 2023-07-20 21:37:48 +02:00
cardosofede
a3f0a19a5d (feat) update strategies config 2023-07-20 21:37:42 +02:00
cardosofede
c5e42dfb50 (feat) init optimizations 2023-07-20 21:37:26 +02:00
cardosofede
087b0704cc (feat) add trade pnl 2023-07-20 21:37:08 +02:00
cardosofede
f952d62959 (feat) add modules management functionalities 2023-07-20 21:32:29 +02:00
cardosofede
35a63e098c (feat) update conda environment 2023-07-20 21:31:39 +02:00
Michael Feng
f71877db8f Merge pull request #42 from cryptojorge/main
Updated Readme
2023-07-20 10:15:11 -07:00
cardosofede
00db641a67 (feat) final refactor of strategies configs 2023-07-20 16:02:55 +02:00
cardosofede
61a60d133d (feat) add strategies path 2023-07-20 15:49:24 +02:00
cardosofede
f8be76778e (feat) refactor bollinger strategy 2023-07-20 15:49:14 +02:00
cardosofede
3447d650ef (feat) add base pydantic config 2023-07-20 15:48:59 +02:00
cardosofede
73b8d1613a (feat) rename function 2023-07-20 15:48:43 +02:00
cardosofede
2dc689b4a2 (feat) refactor strategy with pydantic 2023-07-20 15:48:35 +02:00
cardosofede
43784ccd46 (feat) rename class 2023-07-20 15:47:26 +02:00
cardosofede
f81579fdca (feat) remove strategy optimizer 2023-07-20 15:47:18 +02:00
cardosofede
437613ab55 (feat) initialize backtesting page 2023-07-20 14:54:34 +02:00
cardosofede
9703399118 (feat) add directional strategy template 2023-07-20 14:54:14 +02:00
cardosofede
3e9876f0c3 (feat) add more os utils 2023-07-20 14:54:00 +02:00