/root_wolves
716 subscribers
995 photos
149 videos
3 files
3.53K links
Download Telegram
/root_wolves pinned «Our swings btc & eth are still safe, did I give a bad entry? https://t.me/root_wolves/9818 Now i focus on finding % gain in alt, rather than being distracted by the state, price updates, and complaining»
This media is not supported in your browser
VIEW IN TELEGRAM
😁1
The gamblers come out on their own, lovers of hopium speculation
/root_wolves
Are you interested in a script trading swing? This script is a simple, swing trading strategy on TradingView that uses to identify the main market trend and momentum confirmation; buy (long) positions are opened during an uptrend with bullish momentum, while…
//@version=5
strategy("Swing Trade High Winrate", overlay=true)

// =====================
// INPUT (SWING TRADE)
// =====================
fastEMA = input.int(50, "Fast EMA (Swing)")
slowEMA = input.int(200, "Slow EMA (Trend)")
rsiLen  = input.int(14, "RSI Length")

// =====================
// INDICATOR
// =====================
emaFast = ta.ema(close, fastEMA)
emaSlow = ta.ema(close, slowEMA)
rsiVal  = ta.rsi(close, rsiLen)

// =====================
// CONDITION (SWING)
// =====================
longCond  = emaFast > emaSlow and rsiVal > 50
shortCond = emaFast < emaSlow and rsiVal < 50

// =====================
// ENTRY
// =====================
if longCond
    strategy.entry("Long", strategy.long)

if shortCond
    strategy.entry("Short", strategy.short)

// =====================
// EXIT (REVERSAL EXIT)
// =====================
strategy.close("Long", when=shortCond)
strategy.close("Short", when=longCond)

// =====================
// VISUAL
// =====================
plot(emaFast, title="EMA 50", color=color.green)
plot(emaSlow, title="EMA 200", color=color.red)
/root_wolves
//@version=5 strategy("Swing Trade High Winrate", overlay=true) // ===================== // INPUT (SWING TRADE) // ===================== fastEMA = input.int(50, "Fast EMA (Swing)") slowEMA = input.int(200, "Slow EMA (Trend)") rsiLen  = input.int(14, "RSI…
This is my trend-based swing trading indicator, which uses 50 EMA and 200 EMA to determine the dominant direction of the market, RSI as a momentum filter so that entry only occurs when the probability is in favor of the direction of the trend

If 50 EMA is above 200 EMA, the market is considered uptrend, if 50 EMA is below 200 EMA, the market is considered downtrend, Momentum validation (RSI) RSI > 50 - dominant buyer, RSI < 50 - dominant seller, entry conditions long - EMA 50 > EMA 200 and RSI > 50, short - EMA 50 < EMA 200 and RSI < 50

The main exit is reversal-based, so positions are allowed to develop as long as the trend structure remains valid. The addition of take profit and stop loss is optional, used as your own risk and control, not as an absolute signal

This strategy is ideal when combined with other technical confirmations (I used ichomoku combination, ma 7, ma 25, ma99) and personal risk management

Character strategy it's suitable for swing trade & trend following, not suitable for scalping, entry can be rare, but the probability is higher

If you get a profit from that script , please give 2.5% to people who are not able such as homeless people, feeding street animals, children who do not have parents

Hope it's useful, and set your size;
https://t.me/root_wolves/10977
Learn on your own, because people rarely listen when they’re being told what to do, especially when they only focus on figures, and so you never end up blaming others for the trades you choose to take

Be yourself.
Be yourself
Audio Slave
audio/mpeg, 128.5 kbps
/root_wolves
+20% today
+34% bet nigga, no idea 🤷‍♂
/root_wolves
+34% bet nigga, no idea 🤷‍♂
https://www.tradingview.com/x/LKyWqeEV

https://t.me/root_wolves/10993
Use 4h-1D

To add the Pine script in TradingView, open the chart first and click the Pine Editor tab at the bottom of the screen, delete the existing code, then paste the entire script starting from //@version=5 to the end without any cut; after that click Add to chart / Apply and if no error appears then the strategy or indicator will appear directly on the chart

Hope it helps.
🔥1
I choose good project trajectory, but... ok patient 🫣
/root_wolves
https://www.tradingview.com/x/LKyWqeEV https://t.me/root_wolves/10993 Use 4h-1D To add the Pine script in TradingView, open the chart first and click the Pine Editor tab at the bottom of the screen, delete the existing code, then paste the entire script…
> What if this $AXS turns real?
https://t.me/root_wolves/9945
You've sent some beans to my wallet :xd

No blind FOMO. No chasing candles, only cold funds, if you get cheap entries, and discipline

Watch closely, read everything i share.Those who move early don’t need to ask later

Say something ser "who's the best king swing'ers?" - Thank you
Is vanar a good project? 🤔
/root_wolves
Is vanar a good project? 🤔
Not bad, add to the list and wait for another chance
Just remember i don't give you a signal, just an analysis, a little share of tricks and some maps 😂