Skip to content

Commit

Permalink
better example
Browse files Browse the repository at this point in the history
  • Loading branch information
jbaron committed Jul 28, 2023
1 parent b964b93 commit 4575d5a
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,10 @@ suspend fun binanceWebServer() {

val server = WebServer(username= "test", password="secret")
server.start()
val tf = Timeframe.next(4.hours)
val tf = Timeframe.next(8.hours)
server.runAsync(rq, feed, tf)
server.stop()
feed.close()
}

fun binanceBackTest() {
Expand Down

0 comments on commit 4575d5a

Please sign in to comment.