Add Fisher Transform indicator #241
Annotations
21 warnings
lib/oscillators/Fisher.cs#L34
The field 'Fisher._prevValue' is never used
|
lib/core/formatters.cs#L30
Define a constant instead of using this literal '</tr>' 4 times. (https://rules.sonarsource.com/csharp/RSPEC-1192)
|
lib/oscillators/Fisher.cs#L34
Remove the unused private field '_prevValue'. (https://rules.sonarsource.com/csharp/RSPEC-1144)
|
lib/oscillators/Srsi.cs#L43
Remove this unread private field '_stochPeriod' or refactor the code to use its value. (https://rules.sonarsource.com/csharp/RSPEC-4487)
|
lib/oscillators/Srsi.cs#L61
Define a constant instead of using this literal 'Period must be greater than 0' 4 times. (https://rules.sonarsource.com/csharp/RSPEC-1192)
|
lib/statistics/Max.cs#L54
Remove the unused private field 'Epsilon'. (https://rules.sonarsource.com/csharp/RSPEC-1144)
|
lib/statistics/Min.cs#L54
Remove the unused private field 'Epsilon'. (https://rules.sonarsource.com/csharp/RSPEC-1144)
|
lib/statistics/Mode.cs#L49
Remove the unused private field 'Epsilon'. (https://rules.sonarsource.com/csharp/RSPEC-1144)
|
lib/statistics/Percentile.cs#L48
Remove the unused private field 'Epsilon'. (https://rules.sonarsource.com/csharp/RSPEC-1144)
|
lib/statistics/Stddev.cs#L50
Remove the unused private field 'Epsilon'. (https://rules.sonarsource.com/csharp/RSPEC-1144)
|
|
lib/oscillators/Fisher.cs#L34
The field 'Fisher._prevValue' is never used
|
lib/oscillators/Fisher.cs#L34
The field 'Fisher._prevValue' is never used
|
lib/core/formatters.cs#L30
Define a constant instead of using this literal '</tr>' 4 times. (https://rules.sonarsource.com/csharp/RSPEC-1192)
|
lib/core/formatters.cs#L30
Define a constant instead of using this literal '</tr>' 4 times. (https://rules.sonarsource.com/csharp/RSPEC-1192)
|
lib/oscillators/Fisher.cs#L34
Remove the unused private field '_prevValue'. (https://rules.sonarsource.com/csharp/RSPEC-1144)
|
lib/oscillators/Fisher.cs#L34
Remove the unused private field '_prevValue'. (https://rules.sonarsource.com/csharp/RSPEC-1144)
|
lib/oscillators/Srsi.cs#L43
Remove this unread private field '_stochPeriod' or refactor the code to use its value. (https://rules.sonarsource.com/csharp/RSPEC-4487)
|
lib/oscillators/Srsi.cs#L43
Remove this unread private field '_stochPeriod' or refactor the code to use its value. (https://rules.sonarsource.com/csharp/RSPEC-4487)
|
lib/oscillators/Srsi.cs#L61
Define a constant instead of using this literal 'Period must be greater than 0' 4 times. (https://rules.sonarsource.com/csharp/RSPEC-1192)
|
lib/oscillators/Srsi.cs#L61
Define a constant instead of using this literal 'Period must be greater than 0' 4 times. (https://rules.sonarsource.com/csharp/RSPEC-1192)
|
This job succeeded
Loading