Update script and doc

This commit is contained in:
2024-06-26 19:15:03 +07:00
parent fb976d231a
commit 7a6d656335
2 changed files with 2 additions and 1 deletions

View File

@@ -152,6 +152,7 @@ ________________________________________________________________________________
- [ ] Implement from/to tickers array pattern - [ ] Implement from/to tickers array pattern
- [ ] Extract all managing trade method into a TradingBox class => Create composable trading bot type easily - [ ] Extract all managing trade method into a TradingBox class => Create composable trading bot type easily
- [ ] Bot backup worker: Every x, get saved bots and check if still running. If not running call api to reboot bot. - [ ] Bot backup worker: Every x, get saved bots and check if still running. If not running call api to reboot bot.
- [ ] Create worker to fetch the biggest spread between long\short funding rate and send alert when most profitable delta neutral position is found
# Front-end # Front-end
## Improve Account page ## Improve Account page

View File

@@ -2,4 +2,4 @@ cd ..
cd .\src\ cd .\src\
docker build -t managing.api -f ./Managing.Api/Dockerfile . --no-cache docker build -t managing.api -f ./Managing.Api/Dockerfile . --no-cache
docker build -t managing.api.workers -f ./Managing.Api.Workers/Dockerfile . --no-cache docker build -t managing.api.workers -f ./Managing.Api.Workers/Dockerfile . --no-cache
docker-compose -f ./Managing.Docker/docker-compose.yml -f ./Managing.Docker/docker-compose.sandbox.yml up -d docker-compose -f ./Managing.Docker/docker-compose.yml -f ./Managing.Docker/docker-compose.local.yml up -d