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