When you use an AND condition in FYERS Automate, you are telling the system that all added conditions must be true before the automation can move forward. When you click “Click here to add nodes” inside an AND block, Automate shows you the list of condition types that you can combine together.
These options let you define what exactly needs to be checked before the AND condition is considered complete.
When you add nodes inside an AND condition, you can choose from the following types:
You can mix and match these condition types to build logic that closely matches how you think about market situations.
Once you add multiple nodes inside an AND block, Automate keeps checking every condition together at the selected time interval. The AND block becomes true only when all conditions are true at the same time.
If even one condition is false, the automation waits and does not move forward.
Every AND block has a check frequency setting. This controls how often Automate re-evaluates the conditions.
You can choose intervals such as: every 30 seconds, 1 minute, 5 minutes, 15 minutes, 30 minutes, or 1 hour. The automation checks all conditions again at each interval until the AND block becomes true.
Suppose you want to proceed only when:
• NIFTY is above a certain price
• AND total P&L is positive
You add both conditions inside an AND block.
The automation moves forward only when both price and P&L conditions are true.
If either one is false, the automation keeps waiting.
| Scenario | What happens |
|---|---|
| One condition becomes true but others are false | The AND block stays false and the automation waits. |
| All conditions become true | The AND block is satisfied and the automation moves forward. |
| Conditions become true at different times | The automation proceeds only when all are true at the same check. |
| I need flexible logic instead of strict rules | Use OR or ANY instead of AND. |
Last updated: 22 Dec 2025