mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-30 01:20:00 -07:00
104 lines
3.3 KiB
Markdown
104 lines
3.3 KiB
Markdown
[**brk-client**](../README.md)
|
|
|
|
***
|
|
|
|
[brk-client](../globals.md) / AverageBaseCumulativeMaxMedianMinPct10Pct25Pct75Pct90SumPattern
|
|
|
|
# Interface: AverageBaseCumulativeMaxMedianMinPct10Pct25Pct75Pct90SumPattern\<T\>
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:2269](https://github.com/bitcoinresearchkit/brk/blob/e4496742a4964a986078f3a65d3bfdc1e47a5eba/modules/brk-client/index.js#L2269)
|
|
|
|
## Type Parameters
|
|
|
|
### T
|
|
|
|
`T`
|
|
|
|
## Properties
|
|
|
|
### average
|
|
|
|
> **average**: [`_1m1w1y24hPattern`](1m1w1y24hPattern.md)\<`T`\>
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:2270](https://github.com/bitcoinresearchkit/brk/blob/e4496742a4964a986078f3a65d3bfdc1e47a5eba/modules/brk-client/index.js#L2270)
|
|
|
|
***
|
|
|
|
### base
|
|
|
|
> **base**: [`SeriesPattern18`](../type-aliases/SeriesPattern18.md)\<`T`\>
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:2271](https://github.com/bitcoinresearchkit/brk/blob/e4496742a4964a986078f3a65d3bfdc1e47a5eba/modules/brk-client/index.js#L2271)
|
|
|
|
***
|
|
|
|
### cumulative
|
|
|
|
> **cumulative**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`T`\>
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:2272](https://github.com/bitcoinresearchkit/brk/blob/e4496742a4964a986078f3a65d3bfdc1e47a5eba/modules/brk-client/index.js#L2272)
|
|
|
|
***
|
|
|
|
### max
|
|
|
|
> **max**: [`_1m1w1y24hPattern`](1m1w1y24hPattern.md)\<`T`\>
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:2273](https://github.com/bitcoinresearchkit/brk/blob/e4496742a4964a986078f3a65d3bfdc1e47a5eba/modules/brk-client/index.js#L2273)
|
|
|
|
***
|
|
|
|
### median
|
|
|
|
> **median**: [`_1m1w1y24hPattern`](1m1w1y24hPattern.md)\<`T`\>
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:2274](https://github.com/bitcoinresearchkit/brk/blob/e4496742a4964a986078f3a65d3bfdc1e47a5eba/modules/brk-client/index.js#L2274)
|
|
|
|
***
|
|
|
|
### min
|
|
|
|
> **min**: [`_1m1w1y24hPattern`](1m1w1y24hPattern.md)\<`T`\>
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:2275](https://github.com/bitcoinresearchkit/brk/blob/e4496742a4964a986078f3a65d3bfdc1e47a5eba/modules/brk-client/index.js#L2275)
|
|
|
|
***
|
|
|
|
### pct10
|
|
|
|
> **pct10**: [`_1m1w1y24hPattern`](1m1w1y24hPattern.md)\<`T`\>
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:2276](https://github.com/bitcoinresearchkit/brk/blob/e4496742a4964a986078f3a65d3bfdc1e47a5eba/modules/brk-client/index.js#L2276)
|
|
|
|
***
|
|
|
|
### pct25
|
|
|
|
> **pct25**: [`_1m1w1y24hPattern`](1m1w1y24hPattern.md)\<`T`\>
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:2277](https://github.com/bitcoinresearchkit/brk/blob/e4496742a4964a986078f3a65d3bfdc1e47a5eba/modules/brk-client/index.js#L2277)
|
|
|
|
***
|
|
|
|
### pct75
|
|
|
|
> **pct75**: [`_1m1w1y24hPattern`](1m1w1y24hPattern.md)\<`T`\>
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:2278](https://github.com/bitcoinresearchkit/brk/blob/e4496742a4964a986078f3a65d3bfdc1e47a5eba/modules/brk-client/index.js#L2278)
|
|
|
|
***
|
|
|
|
### pct90
|
|
|
|
> **pct90**: [`_1m1w1y24hPattern`](1m1w1y24hPattern.md)\<`T`\>
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:2279](https://github.com/bitcoinresearchkit/brk/blob/e4496742a4964a986078f3a65d3bfdc1e47a5eba/modules/brk-client/index.js#L2279)
|
|
|
|
***
|
|
|
|
### sum
|
|
|
|
> **sum**: [`_1m1w1y24hPattern`](1m1w1y24hPattern.md)\<`T`\>
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:2280](https://github.com/bitcoinresearchkit/brk/blob/e4496742a4964a986078f3a65d3bfdc1e47a5eba/modules/brk-client/index.js#L2280)
|