What does the “Check only for this automation” checkbox mean?
The checkbox Check only for this automation decides what positions are checked.
Turn it ON to check only the trades made by this automation. Turn it OFF to check the scheduled automations to be run in the future.
What it does
- ON (checked): Uses only this automation’s positions to calculate the selected metric (e.g., Total/Realised P&L).
- OFF (unchecked): Uses all positions in your account, no matter which strategy created them.
Where you’ll see it
- Portfolio check → Configure: Limits that node’s calculation when turned ON.
- Exit conditions: Applies the same limit to exit rules for all automations. If an exit rule becomes true, the automation stops right away.
How to use it
- Select a Check type (e.g., Position book) and a Positions metric (Total P&L, Realised P&L, etc.).
- Choose a Comparison operator and enter a Value.
- Turn the checkbox ON for strategy-only checks, or leave it OFF for account-wide checks.
- Click Apply, then Validate.
Examples
- Per strategy limit: Position book → Total P&L <= −2000 with the box ON triggers only when this automation’s P&L hits −₹2,000.
- Account-wide safety net: Position book → Realised P&L <= −5000 with the box OFF triggers when your overall account P&L hits −₹5,000.
Note: In Exit conditions, any rule that becomes true will stop the whole automation immediately.
If you also want positions closed, add the right actions (e.g., Square off, Stop automation) in your flow.
What if...
| Scenario | Outcome |
|---|
| My strategy P&L is very different from what is configured | You’re likely checking the whole account. Turn the box ON to check only this automation’s positions. |
| I want a single kill-switch for the day | Add the rule in Exit conditions with the box OFF so it watches the entire portfolio. |
Last updated: 22 Dec 2025
Related Articles
How can I check the current status of an automation?
You can see whether an automation is Running, Paused, or Idle/Stopped from the Automate Dashboard. For a time-stamped trail of events (started/ended), use the Activity tab. Explanation The Status badge in My automations shows the live state of each ...
How do I schedule and start running an automation?
You can start an automation from the canvas after it passes validation. The screenshots you shared show the three stages: building the flow, saving to validate, and (post-validation) the Run now button. FYERS Web Build your workflow on the canvas ...
How does Orderbook check work for counting pending, executed, cancelled, or rejected orders?
Orderbook check is a Trigger type in FYERS Automate that lets your automation move forward only after a specific number of orders reach a selected orderbook status during the same automation run. This trigger is used to control the flow of your ...
How do I use Portfolio check to evaluate P&L or positions before taking action?
Portfolio check in FYERS Automate is a set of Trigger types that let an automation move forward when your P&L or positions reach a value you define. These triggers help you add risk limits (stop after a loss), profit targets (stop after a profit), or ...
What is Symbol details check, and what attributes can I compare?
Symbol details check is a group of Trigger types in FYERS Automate that allows an automation to move forward based on how a selected symbol behaves in the live market. These triggers evaluate price levels, market limits, bid–ask data, and trading ...