21 lines
386 B
Markdown
21 lines
386 B
Markdown
# PriceMax
|
||
|
||
Gets window maximal price.
|
||
|
||
```
|
||
double PriceMax(
|
||
int num // subwindow
|
||
) const
|
||
|
||
```
|
||
|
||
Parameters
|
||
|
||
num
|
||
|
||
[in] Subwindow number (0 means main window).
|
||
|
||
Return Value
|
||
|
||
Window maximal price value of the chart assigned to the class instance. If there is not chart assigned, it returns [EMPTY_VALUE](/en/docs/constants/namedconstants/otherconstants).
|