bbgo
bbgo copied to clipboard
Weburl & Actually trading
Hi This is very complex setup !
- How do I get the URL to view the frontend ?
I am currently running./bbgo run --enable-web-server
I then get the msg that say says
"To scan your OTP QR code, please run the following command:
open otp.png
Ok WHERE do I type that "open cmd" ??
- How do I actually get the thing to do real trades ??
-
Web Server Port defaults to :8080
-
You need to get the otp.png first, or add the otp secret your 1password or Google Authenticator.app. (but this is optional, you can just to fixed auth token)
how to add the fix auth token?
Check this doc
https://github.com/c9s/bbgo/blob/main/doc/configuration/telegram.md#authenticating-yourself-with-otp
thank you!