Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
m5l14i11 committed Apr 15, 2024
1 parent f6fab54 commit 389bb25
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion strategy/generator/confirm/vi.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
class ViConfirm(Confirm):
type: ConfirmType = ConfirmType.Vi
atr_period: Parameter = StaticParameter(1.0)
period: Parameter = StaticParameter(14.0)
period: Parameter = StaticParameter(21.0)
2 changes: 2 additions & 0 deletions ta_lib/strategies/confirm/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ mod roc;
mod rsi_neutrality;
mod rsi_signalline;
mod stc;
mod vi;

pub use cci::CciConfirm;
pub use dpo::DpoConfirm;
Expand All @@ -17,3 +18,4 @@ pub use roc::RocConfirm;
pub use rsi_neutrality::RsiNeutralityConfirm;
pub use rsi_signalline::RsiSignalLineConfirm;
pub use stc::StcConfirm;
pub use vi::ViConfirm;

0 comments on commit 389bb25

Please sign in to comment.