17 lines
323 B
Markdown
17 lines
323 B
Markdown
# Applied
|
||
|
||
Sets applied price of a moving average.
|
||
|
||
```
|
||
void Applied(
|
||
ENUM_APPLIED_PRICE applied // parameter
|
||
)
|
||
|
||
```
|
||
|
||
Parameters
|
||
|
||
applied
|
||
|
||
[in] Applied price (from [ENUM_APPLIED_PRICE](/en/docs/constants/indicatorconstants/prices#enum_applied_price_enum) enumeration) of a moving average.
|