toksis

Results 3 issues of toksis

I have this code. ```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(rsi,panel='lower',color='g',hlines=[20,80]) mpf.plot(self.df,addplot=apds,figscale=2,volume=False,type = type, title= str(self.info) ) ``` I want to put a horizontal line for my RSI. But there...

enhancement
question

**Describe the bug** In the CustomCallback, getting the mean reward causes a numpy Error: > TypeError: unsupported operand type(s) for /: 'str' and 'int' The values are: ```python x, y...

question
custom gym env
windows

### Question I want to put an up arrow or down arrow for buy or sell. I saw the chart.mark() how to use it? ### Code example ```python ```