Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
m5l14i11 committed Sep 7, 2024
1 parent 3a5c69b commit e68ce11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion strategy/generator/signal/neutrality/rsi_pullback.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@


@dataclass(frozen=True)
class RsiNautralityPullbackSignal(Signal):
class RsiNeutralityPullbackSignal(Signal):
type: SignalType = SignalType.RsiNeutralityPullback
source_type: Parameter = StaticParameter(SourceType.CLOSE)
smooth_type: Parameter = StaticParameter(Smooth.SMMA)
Expand Down

0 comments on commit e68ce11

Please sign in to comment.