Skip to content

Commit

Permalink
correct typo
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisSzeto committed Jan 15, 2025
1 parent d37e2df commit 5aeb6e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Resources/indicators/IndicatorImageGenerator.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,9 +151,9 @@ def Initialize(self):
'title' : 'CCI(symbol, 20, MovingAverageType.Simple)',
'columns' : ['typicalpriceaverage', 'typicalpricemeandeviation']
},
'conner-relative-strength-index':
'connors-relative-strength-index':
{
'code': ConnerRelativeStrengthIndex(3, 2, 100),
'code': ConnorsRelativeStrengthIndex(3, 2, 100),
'title' : 'CRSI(symbol, 3, 2, 100)',
'columns' : []
},
Expand Down

0 comments on commit 5aeb6e9

Please sign in to comment.