feat: TA-Lib candlestick patterns — crows & three-line (part 1 of 9) (#130)
* feat: add Two Crows candlestick pattern (CDL2CROWS) * feat: add Upside Gap Two Crows candlestick pattern (CDLUPSIDEGAP2CROWS) * feat: add Identical Three Crows candlestick pattern (CDLIDENTICAL3CROWS) * feat: add Three Line Strike candlestick pattern (CDL3LINESTRIKE) * feat: add Three Stars in the South candlestick pattern (CDL3STARSINSOUTH)
This commit is contained in:
@@ -8753,6 +8753,23 @@ node_candle_pattern!(TweezerNode, wc::Tweezer, "Tweezer");
|
||||
node_candle_pattern!(SpinningTopNode, wc::SpinningTop, "SpinningTop");
|
||||
node_candle_pattern!(ThreeInsideNode, wc::ThreeInside, "ThreeInside");
|
||||
node_candle_pattern!(ThreeOutsideNode, wc::ThreeOutside, "ThreeOutside");
|
||||
node_candle_pattern!(TwoCrowsNode, wc::TwoCrows, "TwoCrows");
|
||||
node_candle_pattern!(
|
||||
UpsideGapTwoCrowsNode,
|
||||
wc::UpsideGapTwoCrows,
|
||||
"UpsideGapTwoCrows"
|
||||
);
|
||||
node_candle_pattern!(
|
||||
IdenticalThreeCrowsNode,
|
||||
wc::IdenticalThreeCrows,
|
||||
"IdenticalThreeCrows"
|
||||
);
|
||||
node_candle_pattern!(ThreeLineStrikeNode, wc::ThreeLineStrike, "ThreeLineStrike");
|
||||
node_candle_pattern!(
|
||||
ThreeStarsInSouthNode,
|
||||
wc::ThreeStarsInSouth,
|
||||
"ThreeStarsInSouth"
|
||||
);
|
||||
|
||||
// ============================== Microstructure: Order Book ==============================
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user