tulip_rs 0.1.8

High-performance technical analysis library — 100+ indicators and 60+ candlestick patterns with SIMD acceleration
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#[allow(dead_code)]
pub(super) const BAR_COUNT: usize = 1;
#[allow(dead_code)]
pub(super) const PREV: usize = 0;
pub(super) const FIRST: usize = 1;

pub mod bearishbelthold;
pub mod bearishstrongline;
pub mod bullishbelthold;
pub mod bullishstrongline;
pub mod gapdowndoji;
pub mod gapupdoji;
pub mod hammer;
pub mod hangingman;
pub mod northerndoji;
pub mod onecandleshootingstar;
pub mod southerndoji;
pub mod takuriline;