Update script and doc
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
Reference in New Issue
Block a user