Skip to content

Commit

Permalink
Merge pull request #1633 from henry-deriv/henry/dtra-1638/amend-rsi-d…
Browse files Browse the repository at this point in the history
…escription

[DTRA] henry/dtra-1638/fix: amend rsi description
  • Loading branch information
vinu-deriv authored Nov 4, 2024
2 parents 2c1a91d + 5411a01 commit 515f4f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Constant.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ export const getIndicatorsTree = (): TIndicatorsTree[] => [
name: t.translate('Relative Strength Index (RSI)'),
short_name: t.translate('RSI'),
description: t.translate(
'The Relative Strength Index (RSI) was published by J. Welles Wilder. The current price is normalized as a percentage between 0 and 100. The flutter_chart_id of this oscillator is misleading because it does not compare the instrument relative to another instrument or set of instruments, but rather represents the current price relative to other recent pieces within the selected lookback window length.'
'The Relative Strength Index (RSI) was published by J. Welles Wilder. The current price is normalized as a percentage between 0 and 100. The name of this oscillator is misleading because it does not compare the instrument relative to another instrument or set of instruments, but rather represents the current price relative to other recent prices within the selected lookback window length.'
),
icon: IndicatorRSIIcon,
},
Expand Down

0 comments on commit 515f4f0

Please sign in to comment.