Condition Logic (AND/OR Groups)
How Conditions Work
AND Logic
AND Group:
├── RSI(14) < 30 ← Must be true
├── Price > SMA(200) ← Must be true
└── MACD > Signal Line ← Must be true
All three must be true → Entry triggeredOR Logic
OR Group:
├── RSI(14) < 20 ← If true → Entry triggered
├── Price < Lower BB ← If true → Entry triggered
└── Stoch %K < 15 ← If true → Entry triggered
Any one being true → Entry triggeredNested Groups
Building Conditions in the UI
Adding a Condition
Creating Groups
Example: RSI Mean Reversion with Trend Filter
#
Indicator
Operator
Value
#
Type
Value
Operator Reference
Operator
Symbol
Meaning
Tips
Last updated
