toksis

Results 4 comments of toksis

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') ] ``` ![image](https://user-images.githubusercontent.com/5316255/82441579-40507800-9af2-11ea-8db5-1b361b0cddbd.png)

Perfect! I thought its a limitation ![image](https://user-images.githubusercontent.com/5316255/82614446-fbc0fb80-9c1b-11ea-9704-cdf4caf7a967.png)