bmino / binance-triangle-arbitrage

Detect in-market cryptocurrency arbitrage
MIT License
1.07k stars 336 forks source link

Window does not display anything, despite HUD being True #136

Closed Spuddya7x closed 3 years ago

Spuddya7x commented 3 years ago

HUD is set to true, and all i can see is what looks like an r in the top left corner. The rest of the GUI/HUD isnt being drawn.

image

bmino commented 3 years ago

Mmm looks like git bash does not support the library we use to display a rapidly updating table (blessed). The standard windows command prompt seems to support the HUD fine

Spuddya7x commented 3 years ago

Oh! I'm fairly new to this, so forgive me. I can just open windows powershell and run the same commands? I'll try that later today.

On Mon, 15 Feb 2021, 23:47 Brandon, notifications@github.com wrote:

Mmm looks like git bash does not support the library we use to display a rapidly updating table (blessed). The standard windows command prompt seems to support the HUD fine

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/bmino/binance-triangle-arbitrage/issues/136#issuecomment-779497125, or unsubscribe https://github.com/notifications/unsubscribe-auth/ALVR5XPOFAS6DTON2OGHUKTS7GXAFANCNFSM4XVMIURA .

bmino commented 3 years ago

Just tested on windows powershell and it works for me! Lemme know what your experience is

Spuddya7x commented 3 years ago

It works in windows powershell. Thanks very much for your help. Ill just use Powershell from now on. Its nice on a blue background!