trade_aggregation 13.0.0

Aggregate trades into user defined candles using information driven rules
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
procs:
  cargo-check:
    shell: "cargo check"
  cargo-test:
    shell: "cargo test"
  cargo-bench:
    shell: "cargo bench"
  cargo-fmt:
    shell: "cargo fmt"
  cargo-clippy:
    shell: "cargo clippy"
  cargo-doc:
    shell: "cargo doc"
  taplo:
    shell: "taplo fmt"
  semver-checks:
    shell: "cargo semver-checks"