Plain explanations and logic for the BTC Support Wick Catch Long robot:
Term | Plain Explanation | Key Levels | Robot Logic |
RSI (Relative Strength Index) | “Stamina meter” for momentum | RSI <30 = oversold (buy); 30–70 = normal; >70 = overbought (sell) | Robot uses RSI <32 as core buy signal |
Bollinger Bands | “Price tunnel” (upper, middle (20 MA), lower) | Touch lower band = buy; touch upper = take profit | Robot uses <5% from lower band |
Z-Score | How far price is from average | Z < -2 = deep buy; Z >2 = sell | Robot uses Z < -1.8 for wick signal |
ATR (Average True Range) | Average candle volatility | High ATR = risky; Low ATR = calm | Not used directly; low ATR good for wicks |
Volume Ratio | Market activity/interest | Spike = big money; low = illiquid | Robot uses >1.2x for confirmation |
SMA (Simple Moving Average) | N-day average price; trend | >SMA200 = bullish; <SMA200 = bearish | Not used directly; trend filter |
Funding Rate | Long/short “rent” in perpetuals | >0 = bullish; <0 = bearish | Not used directly; risk filter |
Robot Core Entry Logic
BTC Support Wick Catch Long enters only when ALL 4 signals trigger:
- RSI <32 + 2. <5% from Bollinger lower band + 3. Z-Score < -1.8 + 4. Volume >1.2x
Comments
0 comments
Article is closed for comments.