Function - BUYPRICE
Set the buy price |
Simulator
|
SYNTAX |
BuyPrice( ARRAY price, ARRAY valid for (bars)) |
RETURNS |
|
DESCRIPTION |
Set the buy price. This limit order is valid for the specified number of bars, after this period the order is canceled. |
ADDITIONAL INFO |
|
EXAMPLE |
BuyPrice(22, close * 1.01) |
| |