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:
@@ -6330,6 +6330,23 @@ wasm_candle_pattern!(WasmTweezer, wc::Tweezer, Tweezer);
|
||||
wasm_candle_pattern!(WasmSpinningTop, wc::SpinningTop, SpinningTop);
|
||||
wasm_candle_pattern!(WasmThreeInside, wc::ThreeInside, ThreeInside);
|
||||
wasm_candle_pattern!(WasmThreeOutside, wc::ThreeOutside, ThreeOutside);
|
||||
wasm_candle_pattern!(WasmTwoCrows, wc::TwoCrows, TwoCrows);
|
||||
wasm_candle_pattern!(
|
||||
WasmUpsideGapTwoCrows,
|
||||
wc::UpsideGapTwoCrows,
|
||||
UpsideGapTwoCrows
|
||||
);
|
||||
wasm_candle_pattern!(
|
||||
WasmIdenticalThreeCrows,
|
||||
wc::IdenticalThreeCrows,
|
||||
IdenticalThreeCrows
|
||||
);
|
||||
wasm_candle_pattern!(WasmThreeLineStrike, wc::ThreeLineStrike, ThreeLineStrike);
|
||||
wasm_candle_pattern!(
|
||||
WasmThreeStarsInSouth,
|
||||
wc::ThreeStarsInSouth,
|
||||
ThreeStarsInSouth
|
||||
);
|
||||
|
||||
// ============================== Microstructure: Order Book ==============================
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user