ppseverin

Results 6 issues of ppseverin

Its missing for the _mscatter function. I didn't understood very well the function (maybe if I spent more time on it I could). Tested on jupyter lab and worked fine....

Regarding [this](https://github.com/matplotlib/mplfinance/issues/274) question I posted 2 days ago, I started to inspect the code and made some changes. Now I'm able to do this: `mpf.make_addplot(bars[["sma_10","sma_200"]],labels=["sma_10","sma_200"])` Is this useful to the...

enhancement

Well...the question is in the title. I want to specify the color to use on each indicator in the make_addplot. Is this possible in one line or I need to...

question

Well, pretty much thats it. I was trying to find a key word for background color but did not found one. Anyone knows how this can be done? Also, how...

question

Hi, I'm new to this linkedin api and I have tried it with a dummy account, getting some nice results. I have a couple of questions regarding the correct usage...

Hi, I'm trying to implement a live data streaming from a MT4 terminal to a Postgres database. To accomplish this, I'm using [dwx-zeromq-connector](https://github.com/darwinex/dwx-zeromq-connector) and I had success when doing this...