Zettt

Results 31 issues of Zettt

Allow users to decide whether to use the `high` price or the actual `close` for breakout indication. ``` closeOrHigh = close bool useCloseForBandCrosses = true closeOrHigh := useCloseForBandCrosses ? close...