BID

Syntax

PriceType.BID

Description

Use it with Fundamental functions to state that a bid price needs to be returned. Note that for non-Forex symbols, this price type is only supported on intraday charts with time interval not greater than 15 days.

Example

input priceType = PriceType.BID;

plot BidPrice = close(priceType = priceType);

By default, this script returns the close of bid price for the currently selected symbol, with the price type customizable via input parameters.