/root_wolves
1/ https://t.me/root_wolves/9571 2/ part /5 https://t.me/root_wolves/10795 At its core is an illusion, the best gold system is banned, and crypto is only a temporary means to get out of the matrix before the gold system re-enacts.
This media is not supported in your browser
VIEW IN TELEGRAM
And remember...
Those who doubt the small things will miss something, 98% of general understanding, 1% dominates,1% gap
/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…
It runs well, + ichimoku combo + manual analysis
🔥1
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
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»
/root_wolves
The dollar is fake, money isn't real, you don't own it, the bank doesn't have it Nobody does, it's just a numbers on a screen, they banned gold in 1933 (EO 6102), they nuked the gold standar in 1971, since 2020 bank hold zero reserves The dollar has lost…
"They will inflate it to zero" 🤷♂
https://t.me/root_wolves/9571
https://t.me/root_wolves/9571
/root_wolves
And screams began to be heard "dash is back", lucky if you did it
https://www.tradingview.com/x/a6EuN754/
$DASH? fair enough;
+45% https://t.me/root_wolves/10505
+129% https://t.me/root_wolves/10663
Main gain +316%
https://t.me/root_wolves/10226
$DASH? fair enough;
+45% https://t.me/root_wolves/10505
+129% https://t.me/root_wolves/10663
Main gain +316%
https://t.me/root_wolves/10226
TradingView
BINANCE:DASHUSDT Chart Image by DivineInterpretation
/root_wolves
I hope you understand what it means and get ready jun post signs are getting clearer 🤪 https://x.com/i/status/2003292339566190652 Thank you for the additional information dawg https://x.com/i/status/2004757480807772459
https://x.com/solidintel_x/status/2011755249371853198
See you soon, everything sticks to the previous calculation no news changed the establishment, you can scroll up, who quickly?
Good luck to your destination
See you soon, everything sticks to the previous calculation no news changed the establishment, you can scroll up, who quickly?
Good luck to your destination
/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)
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
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
Telegram
/root_wolves
And remember...
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.
/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.
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.
TradingView
BINANCE:AXSUSDT Chart Image by DivineInterpretation
🔥1
/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
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