The MARKET instruction in ProBuilder language is used to place an order to buy or sell securities immediately at the current market price. This is a common trading command used when a trader wishes to execute a transaction quickly without specifying a price limit.
MARKET
The syntax for using the MARKET instruction is straightforward. It is typically used in conjunction with a BUY or SELL command to indicate that the transaction should occur at whatever the market price is at the time of order execution.
BUY quantity SHARES AT MARKET
SELL quantity SHARES AT MARKET
To illustrate, if you want to buy 10 shares immediately at the current market price, you would use:
BUY 10 SHARES AT MARKET
This command triggers a buy order for 10 shares at the best available current price in the market.
Understanding and using the MARKET instruction can help traders make timely investment decisions in dynamic market environments.