dss010101
dss010101
How to add Horizontal Line in make_addplot? make_addplot(rsi,panel='lower',color='g',hlines=[20,80])
> Nice chart! Thanks for sharing! > Done it! woot! > > ```python > apds = [mpf.make_addplot(buy_signal,scatter=True,markersize=100,marker='^'), > mpf.make_addplot(sell_signal,scatter=True,markersize=100,marker='v'), > mpf.make_addplot(close_signal,scatter=True,markersize=100,marker='o'), > mpf.make_addplot(line80,panel='lower',color='r'), > mpf.make_addplot(line20,panel='lower',color='g'), > mpf.make_addplot(rsi,panel='lower',color='g') ] > >...
this think is horrendously slow w/ financial data of more than few years
update?
FYI..i have tried the work around and while it does solve the issue (in my case a 2nd scatterplot series), it introduces another issue. When zoomed in, i see weekend...
yeah..would definitely like a fix for this
> yeah..that's not a problem as that creates a modin dataframe. it's the conversion from pandas to modin.pandas that's problematic.
i havent had the time to try this yet. will when i get some free time. in general, im seeing a lot of instability issues trying to run modin w/...
> Yes, that code works fine. here is the output. i do have one question on this. what do these deprecation warnings mean? ``` Usage stats collection is disabled. 2022-09-26...
> @msingh00 unfortunately I don't think there's anything you can or should do about the deprecation warnings. They're a [ray bug](https://github.com/ray-project/ray/issues/25025). > > Was that the output from just running...
> m just running ray without using modin? Which version of ray did you use? Are you able to run Modin with ray 2.0? hi, i answered. -the output was...