Add synthApi (#27)
* Add synthApi * Put confidence for Synth proba * Update the code * Update readme * Fix bootstraping * fix github build * Update the endpoints for scenario * Add scenario and update backtest modal * Update bot modal * Update interfaces for synth * add synth to backtest * Add Kelly criterion and better signal * Update signal confidence * update doc * save leaderboard and prediction * Update nswag to generate ApiClient in the correct path * Unify the trading modal * Save miner and prediction * Update messaging and block new signal until position not close when flipping off * Rename strategies to indicators * Update doc * Update chart + add signal name * Fix signal direction * Update docker webui * remove crypto npm * Clean
This commit is contained in:
14
.github/workflows/caprover.yml
vendored
14
.github/workflows/caprover.yml
vendored
@@ -24,13 +24,13 @@ jobs:
|
||||
- name: Preset Image Name
|
||||
run: echo "IMAGE_URL=$(echo ghcr.io/${{ github.repository_owner }}/${{ github.event.repository.name }}:$(echo ${{ github.sha }} | cut -c1-7) | tr '[:upper:]' '[:lower:]')" >> $GITHUB_ENV
|
||||
|
||||
- name: Build and push Docker Image
|
||||
uses: docker/build-push-action@v5
|
||||
with:
|
||||
context: ./src/Managing.WebApp
|
||||
file: ./src/Managing.WebApp/Dockerfile-web-ui-dev
|
||||
push: true
|
||||
tags: ${{ env.IMAGE_URL }}
|
||||
# - name: Build and push Docker Image
|
||||
# uses: docker/build-push-action@v5
|
||||
# with:
|
||||
# context: ./src/Managing.WebApp
|
||||
# file: ./src/Managing.WebApp/Dockerfile-web-ui-dev
|
||||
# push: true
|
||||
# tags: ${{ env.IMAGE_URL }}
|
||||
|
||||
|
||||
# - name: Create deploy.tar
|
||||
|
||||
Reference in New Issue
Block a user