/root_wolves
716 subscribers
995 photos
149 videos
3 files
3.53K links
Download Telegram
Amor Na Praia (Slowed)
Flame Runner
audio/mpeg, 133.3 kbps
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 sell (short) positions are opened during a downtrend with bearish momentum, and positions are closed using a reversal method, meaning long trades are closed when a sell signal appears and vice versa, without using stop loss or take profit, making this script suitable as a foundational Swing trading strategy for the 4H or Daily timeframe

This is my personal script 😂
Those who doubt the small things will miss something, 98% of general understanding, 1% dominates,1% gap
Don't you want to get it?
About win rate scroll up or look pin messages 🤭

Thank you for those who don't see the figure and believe
/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