Mikeardy

Results 3 issues of Mikeardy

**Is your feature request related to a problem? Please describe.** I think the library is really impressive but there is a huge lack: it's not possible to plot Heikin Ashi...

enhancement

Hi, I used the following code in a loop generation plots: ```python style = mpf.make_mpf_style(base_mpf_style="yahoo") adp = [mpf.make_addplot(re["EMA10"], width=1.5, color="#4c8fb9"), mpf.make_addplot(re["EMA30"], width=1.5, color="#679e64"), mpf.make_addplot(buy2["HA-low"], type="scatter", marker="^", markersize=100, color="g"), mpf.make_addplot(sell2["HA-high"], type="scatter",...

question

Hi, for a specific application I cannot use NPM or YART to install the svg.filter.js plugin. I tried to import into my script file like the following: ` ` but...