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

Interface: EXCHANGE_MAX_NUM_ALGO_ORDERS

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

types/filters.EXCHANGE_MAX_NUM_ALGO_ORDERS

The MAX_ALGO_ORDERS filter defines the maximum number of "algo" orders an account is allowed to have open on the exchange. "Algo" orders are STOP_LOSS, STOP_LOSS_LIMIT, TAKE_PROFIT, and TAKE_PROFIT_LIMIT orders.

Table of contents

Properties

Properties

filterType

filterType: "EXCHANGE_MAX_NUM_ALGO_ORDERS"

Defined in: types/filters.ts:106


maxNumAlgoOrders

maxNumAlgoOrders: number

Defined in: types/filters.ts:107

Clone this wiki locally