We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1005074 commit 6943296Copy full SHA for 6943296
TradingView_RSI/__init__.py
@@ -11,7 +11,7 @@
11
import jesse.indicators as ta
12
from jesse import utils
13
14
-class TV_RSI(Strategy):
+class TradingView_RSI(Strategy):
15
16
def hyperparameters(self):
17
return [
0 commit comments