Igor Kroitor
Igor Kroitor
Will merge shortly!
@neighthan hey ) Pardon for a long wait, didn't really have the time to dive into it thoughtfully (was mostly occupied with [ccxt](https://github.com/ccxt/ccxt/)), but hope to get to it asap!...
@jjalonso hey) The idea to support candlestick charts and renko charts is great. If you can draw a sample of a black&white Renko chart below using the [box-drawing characters](https://en.wikipedia.org/wiki/Box-drawing_character) and...
@jjalonso it could also look like this: ``` █ █ █ █ █ ╷ █ █ ╷ │ █ █ █ █ █ █ █ █ █ █ █│ █...
Hi, @arkihillel ! Thanks for your feedback! > Multiple series > Colors These two points I'm going to do hopefully soon (need a few days free of other tasks to...
@theBliz it's a bit tricky, since drawing two lines requires changing the algorithm a bit, to find proper min/max values. After that you can plot each line separately using the...
@neighthan thx for your involvement in this! It might take some time to get to it, but I will add a fix asap!
@hartwork this is addressed in the linked PR #29, hope to merge it soon.
@hartwork it's been a bit of a delay due to my other work, but i'll do my best to resolve this in the near future.
This is strange, but it breaks the tests somehow. I will investigate and will get back to you with my findingds. In the meantime, if you could check the error...