Some technical indicators require price values and/or values of volumes, on which calculations will be performed. Thus they have the Applied Price input available for configuration. In case you want to modify their default value, use the keywords described in the table below.
Applied Price | Keyword | Numeric Keyword |
---|---|---|
Close price |
| 0 |
Open price |
| 1 |
The maximum price for the period |
| 2 |
The minimum price for the period |
| 3 |
Median price, (high + low)/2 | PRICE_MEDIAN | 4 |
Typical price, (high + low + close)/3 | PRICE_TYPICAL | 5 |
Average price, (high + low + close + close)/4 | PRICE_WEIGHTED | 6 |