Skip to content

Commit

Permalink
chore: Revert changes to indicators mod file
Browse files Browse the repository at this point in the history
  • Loading branch information
dandxy89 committed Jan 9, 2024
1 parent 8373f1a commit 85ef19f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/indicators/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ mod know_sure_thing;
pub use know_sure_thing::{KnowSureThing, KnowSureThingInstance};

mod macd;
pub use macd::{MACDInstance, MovingAverageConvergenceDivergence, MACD};
pub use macd::{MovingAverageConvergenceDivergence, MACD, MACDInstance};

mod momentum_index;
pub use momentum_index::{MomentumIndex, MomentumIndexInstance};
Expand Down Expand Up @@ -146,7 +146,7 @@ mod stochastic_oscillator;
pub use stochastic_oscillator::{StochasticOscillator, StochasticOscillatorInstance};

mod trix;
pub use trix::{TRIXInstance, Trix};
pub use trix::{Trix, TRIXInstance};

mod trend_strength_index;
pub use trend_strength_index::{TrendStrengthIndex, TrendStrengthIndexInstance};
Expand Down

0 comments on commit 85ef19f

Please sign in to comment.