Skip to content

Commit 6943296

Browse files
Fix class name
1 parent 1005074 commit 6943296

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TradingView_RSI/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
import jesse.indicators as ta
1212
from jesse import utils
1313

14-
class TV_RSI(Strategy):
14+
class TradingView_RSI(Strategy):
1515

1616
def hyperparameters(self):
1717
return [

0 commit comments

Comments
 (0)