Files
mql5-skills/skills/mql5/references/docs/34-standardlibrary/3654-standardlibrary-expertclasses-sampletrailingclasses-ctrailingfixedpips-ctrailingfixedpipsstoplevel.md
T
2026-06-23 21:47:51 +08:00

21 lines
298 B
Markdown
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# StopLevel
Sets the value of Stop Loss level.
```
void  StopLevel(
   int  stop_level      // level
   )
```
Parameters
stop_loss
[in]  The value of Stop Loss level (in conventional 2/4-digit points).
Note
If Stop Loss level is equal to 0, the Trailing Stop is not used.