Interface IDojiConfig

interface IDojiConfig {
    threshold?: number;
}

Properties

Properties

threshold?: number

Threshold for the maximum body-to-range ratio to qualify as a Doji. Default is 0.1 (10% of the total candle range).

Generated using TypeDoc