Skip to content
This repository has been archived by the owner on Apr 24, 2021. It is now read-only.

Commit

Permalink
add getprofit to wait position closed
Browse files Browse the repository at this point in the history
  • Loading branch information
thiago-scherrer committed Feb 24, 2019
1 parent a27f343 commit 9c38f59
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions internal/gotrader/gotrader.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ func daemonize() {
fmt.Println("Asset: ", asset, "Candle time: ", candleTime, "Hand: ", hand)

typeOrder := candleRunner()

waitCreateOrder()
closePositionProfit(typeOrder)

getProfit()
}

0 comments on commit 9c38f59

Please sign in to comment.