Skip to content

Commit

Permalink
Go Report Card - momentum/ichimoku_cloud.go - Line 27: warning: "resi…
Browse files Browse the repository at this point in the history
…stence" is a misspelling of "resistance" (misspell) Fixed #141 (#143)

# Describe Request

Go Report Card - momentum/ichimoku_cloud.go - Line 27: warning:
"resistence" is a misspelling of "resistance" (misspell) Fixed #141

# Change Type

Bug fix.
  • Loading branch information
cinar authored Jun 2, 2024
1 parent 7cd2961 commit 732a3a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion momentum/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ IdlePeriod is the initial period that Chaikin Oscillator won't yield any results
<a name="IchimokuCloud"></a>
## type [IchimokuCloud](<https://github.com/cinar/indicator/blob/master/momentum/ichimoku_cloud.go#L40-L61>)

IchimokuCloud represents the configuration parameter for calculating the Ichimoku Cloud. It is also known as the Ichimoku Kinko Hyo, is a versatile indicator that defines support and resistence, identifies trend direction, gauges momentum, and provides trading signals.
IchimokuCloud represents the configuration parameter for calculating the Ichimoku Cloud. It is also known as the Ichimoku Kinko Hyo, is a versatile indicator that defines support and resistance, identifies trend direction, gauges momentum, and provides trading signals.

```
Tenkan-sen (Conversion Line) = (9-Period High + 9-Period Low) / 2
Expand Down
2 changes: 1 addition & 1 deletion momentum/ichimoku_cloud.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const (
)

// IchimokuCloud represents the configuration parameter for calculating the Ichimoku Cloud. It is also known as the
// Ichimoku Kinko Hyo, is a versatile indicator that defines support and resistence, identifies trend direction,
// Ichimoku Kinko Hyo, is a versatile indicator that defines support and resistance, identifies trend direction,
// gauges momentum, and provides trading signals.
//
// Tenkan-sen (Conversion Line) = (9-Period High + 9-Period Low) / 2
Expand Down

0 comments on commit 732a3a6

Please sign in to comment.