Skip to content
This repository has been archived by the owner on Apr 11, 2022. It is now read-only.

Interface: PERCENT_PRICE

Daniel Brenot edited this page Apr 22, 2021 · 1 revision

types/filters.PERCENT_PRICE

The PERCENT_PRICE filter defines valid range for a price based on the average of the previous trades. avgPriceMins is the number of minutes the average price is calculated over. 0 means the last price is used.

Table of contents

Properties

Properties

avgPriceMins

avgPriceMins: number

Defined in: types/filters.ts:21


filterType

filterType: "PERCENT_PRICE"

Defined in: types/filters.ts:18


multiplierDown

multiplierDown: string

Defined in: types/filters.ts:20


multiplierUp

multiplierUp: string

Defined in: types/filters.ts:19

Clone this wiki locally