Server IP: 2a02:4780:11:1498:0:2cb5:2d8a:2
Client IP: 216.73.216.189
82.29.163.42Access Token Loaded Successfully: bbgXC*****
| 📐 STRATEGY FORMULA REFERENCE | |
|---|---|
| EMA Trend | TREND MODE: ema_bullish OR ema_bearish RANGE MODE: NOT ema_bullish AND NOT ema_bearish |
| Range Position | isAtSupport = price near range low isAtResistance = price near range high |
| Day Range Filter | Used to validate whether price is within day range. Prevents trades when price is outside expected intraday movement. |
| EMA Separation | EMA separation used to confirm strength of trend (EMA_fast vs EMA_slow distance) |
| 📈 CE BUY RULE | TREND MODE AND ema_bullish = TRUE AND isAtResistance = FALSE → SIGNAL: CE_BUY |
| 📉 PE BUY RULE | TREND MODE AND ema_bearish = TRUE AND isAtSupport = FALSE → SIGNAL: PE_BUY |
| 🛑 EXIT RULE | CE EXIT: ema_bullish_exit = TRUE AND isAtResistance = TRUE PE EXIT: ema_bearish_exit = TRUE AND isAtSupport = TRUE |