Files
mql5-skills/skills/mql5/references/docs/34-standardlibrary/2573-standardlibrary-cchart-cchartfixedmin.md
T

34 lines
602 B
Markdown
Raw Normal View History

2026-06-23 21:47:51 +08:00
# FixedMin (Get Method)
Gets the value of "FixedMin" property (fixed minimal price).
```
double  FixedMin() const
```
Return Value
Value of "FixedMin" property of the chart assigned to the class instance. If there is no chart assigned, it returns [EMPTY_VALUE](/en/docs/constants/namedconstants/otherconstants).
# FixedMin (Set Method)
Sets new value for "FixedMin" property.
```
bool  FixedMax(
   double  min      // fixed minimum
   )
```
Parameters
max
[in]  New value for "FixedMin" property.
Return Value
true - successful, false - cannot change the property.