You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When resizing the window, the gaps between the order book, the y-axis price labels, and the chart itself don't dynamically adjust. This is problematic on both very large and very small screens, since it either case it does not utilized the screen space efficiently.
Here's what it looks like under a vertical split on 1680x1050 monitor:
And here it is fullscreen at 2560x1440:
I think it would be nice to have adjustable layouts that could be written to a config file, but I have no idea how much work that takes in ncurses.
The text was updated successfully, but these errors were encountered:
As an addition to this, I would love to have configurable candlestick-width, or configurable history-length, such that it auto-resizes the one, to fit the constraints of the other: If I choose 2-hour history, i'll get shorter-duration candles. If I choose 20-minute candles (instead of the default 15), keep a longer history for them.
If I want 5-minute candles or shorter, the current behaviour seems to work fine, on even widescreens with small fonts, as excess history is just not displayed.
candlestick width is now configurable. Unfortunately I still have only 24 hour trade history, its a huge download, there is no api for downloading consolidated ohlc data from mtgox, I need to download all trades. I am aware of this problem and already have some ideas (caching it locally so I never have to download the same old trades ever again). I leave this issue report open and tag it as "enhancement" request until then.
When resizing the window, the gaps between the order book, the y-axis price labels, and the chart itself don't dynamically adjust. This is problematic on both very large and very small screens, since it either case it does not utilized the screen space efficiently.
Here's what it looks like under a vertical split on 1680x1050 monitor:
And here it is fullscreen at 2560x1440:
I think it would be nice to have adjustable layouts that could be written to a config file, but I have no idea how much work that takes in ncurses.
The text was updated successfully, but these errors were encountered: