bbgo icon indicating copy to clipboard operation
bbgo copied to clipboard

Weburl & Actually trading

Open rawoke083 opened this issue 3 years ago • 4 comments

Hi This is very complex setup !

  1. 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" ??

  1. How do I actually get the thing to do real trades ??

rawoke083 avatar Oct 10 '22 11:10 rawoke083

  1. Web Server Port defaults to :8080

  2. 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)

c9s avatar Oct 19 '22 05:10 c9s

how to add the fix auth token?

MushiTheMoshi avatar Nov 06 '22 15:11 MushiTheMoshi

Check this doc

https://github.com/c9s/bbgo/blob/main/doc/configuration/telegram.md#authenticating-yourself-with-otp

c9s avatar Nov 07 '22 00:11 c9s

thank you!

MushiTheMoshi avatar Nov 07 '22 00:11 MushiTheMoshi