STOP

Category: ProBacktest

The STOP instruction in ProBuilder language is used to define a stop loss level for an open trading position. This function is crucial for risk management as it helps to limit potential losses by automatically closing a position when the market price hits a predefined level.

Syntax:

SET STOP LOSS (price)

Example:

SET STOP LOSS (close - 10)

This example sets a stop loss 10 points below the current closing price. If the price drops to this level, the position will automatically close to prevent further losses.

  • The price parameter specifies the price at which the stop loss should be triggered.
  • It is important to set this parameter carefully based on your trading strategy and risk tolerance.

Using the STOP instruction effectively can help traders manage their risk and protect their investments from significant losses. It is a fundamental tool in trading that supports decision-making in fast-moving markets.

Related Instructions:

  • BREAKEVEN probacktest
  • TARGET probacktest
  • Logo Logo
    Loading...