tensortrade.orders.criteria.limit module

class tensortrade.orders.criteria.limit.Limit(limit_price)[source]

Bases: tensortrade.orders.criteria.criteria.Criteria

An order criteria that allows execution when the quote price for a trading pair is at or below a specific price, hidden from the public order book.

check(order, exchange)[source]
Return type:bool