Bull Run MASTERCLASS Signup NOW!

    Home

    WHEN BEAR MARKET OVER: A Realistic Cryptocurrency Prediction

    #bitcoin

    Watch Our Popular Videos now!
    When To Sell Cryptocurrency – 3 Simple Steps (Taking Profit) https://youtu.be/Gm0EhwhTR28
    When To Buy Cryptocurrency – 3 Simple Steps (Maximize Profit)https://www.youtube.com/watch?v=DNoSMPvfwWw&t=5s
    Warning: MEGA CRASH COMING: https://www.youtube.com/watch?v=IJQRiF7DGDU&t=13s

    🔥Our NEW Redesigned Courses
    https://cryptocrewuniversity.com ⬅️(RECOVER YOUR LOSSES)

    00:00 – INTRO
    02:44 – STOCHASTIC RSI
    03:07 – 273 DAYS
    03:16 – 20 LEVEL
    03:45- 2018
    04:13 – SEVERAL MONTHS
    04:57- TWO-MONTH CHART
    05:26 – 7,000-70,000
    05:42 – MACD CROSS
    05:50 – 12-DAY TIMEFRAME
    06:15 – BEAR MARKET
    06:42 – 2018-2019
    07:05 – 33%
    07:29 – ABOVE 20 LEVEL
    07:31 – CHANGE TO GREEN
    07:35 – MACD CROSS

    Want a FREE COURSE/ INDICATOR? 🤩🤩⬇️
    Click Here https://cryptocrewuniversity.com/free-course

    SUBSCRIBE NOW!💪🏻
    ➡️https://www.youtube.com/cryptocrewuniversity

    🤔Do you have Questions About Our Courses / Indicators?
    Email me now, I’ll be standing by ⬇️
    Email: Info@CryptoCrewUniversity.com

    ✅Follow For MORE
    Youtube: https://www.youtube.com/cryptocrewuniversity
    Twitter: https://twitter.com/CryptoCrewU
    TicTok: https://www.tiktok.com/t/ZTdtxAXQj/
    My Courses & Indicators: https://cryptocrewuniversity.com/

    🚨The information contained on YouTube or the Crypto Crew University YouTube Channel (“Channel”) is provided for general informational purposes only. The information provided is not intended to be a substitute for professional investment, tax, accounting, or legal advice. Crypto Crew University (the “Company”) is not engaging in services as a securities brokerage, investment advisor, tax, accounting, or legal services provider to the viewers of this website, nor is the Company extending any solicitation or offer to the viewers to sell or buy any cryptocurrencies or securities. The viewers should engage their own professional qualified financial, legal, or tax advisor. The Company is not liable to the viewer for any possible claims or damages arising from any decision they make based on the content of YouTube or this Channel. The viewers’ use of YouTube or this Channel and any reliance on the information contained therein is at the viewers’ own risk. The Company makes no representation or warranties about the accuracy or completeness of the information contained on this Channel or YouTube. Any testimonials or descriptions of past trading experiences published on this Channel or YouTube are not typical, not indicative of future results or performances, and are not intended to be a representation, warranty or guarantee that similar results will be obtained. Any links or references to external sources are provided solely for convenience and do not necessarily imply that the Company endorses, sponsors, promotes, or is affiliated with the external sources.🚨

    My Website – RECOVER YOUR LOSSES
    ➡️https://cryptocrewuniversity.com/

    45 Comments

    1. Steve im totally confused people are saying we will see crash to 13.7k very confused now …. your videos sometimes make me more confused i think to close short position after watching your videos

    2. Steve you are literally unmatched on these charts. You have NO competition. You are a humble man with humility. So I said it for you:-). I've taken your top course a few years ago and it was worth every penny. I felt like I should have paid more. Thank you for continued value you give.

    3. I swear you said you can only make 2 videos a week. Now you're releasing a course you're doing 3 videos a day. You have great videos and content but still lol

    4. Steve is the best teacher in crypto i ever experienced.i really like your predication which based on facts.your Analysis is extra ordinary. Love from Pakistan❤

    5. Great job by posting a 2 video's in this market condition, usually it's happen when everyone happy. Now time is more important to educate your followers , your channel is undervalued by the bull run start hopefully will be 500k subs

    6. Oh, btw, Steve and everybody! I modified the MACD indicator for myself so it's now scalable. It may prove to be useful because it can give a way more precise output, because now it has a "Time Multiplier" variable in its Settings Panel. In this case, if instead of 12D chart, you view the 1D chart but set the Time Multiplier to '12' then you get the same MACD on 1D chart as you would get on 12D chart but in a 12x temporal resolution. Here's the Pine Script below. (Using this, it's easy to set up a multi-MACD chart, too…)

      //@version=5

      indicator(title="Scalable MACD", shorttitle="MACD", timeframe="", timeframe_gaps=true)

      // Getting inputs

      fast_length = input(title="Fast Length", defval=12)

      slow_length = input(title="Slow Length", defval=26)

      src = input(title="Source", defval=close)

      signal_length = input.int(title="Signal Smoothing", minval = 1, maxval = 540, defval = 9)

      sma_source = input.string(title="Oscillator MA Type", defval="EMA", options=["SMA", "EMA"])

      sma_signal = input.string(title="Signal Line MA Type", defval="EMA", options=["SMA", "EMA"])

      time_mult = input.int(title="Time Multiplier", minval = 1, maxval = 60, defval = 1)

      // Plot colors

      col_macd = input(#2962FF, "MACD Line", group="Color Settings", inline="MACD")

      col_signal = input(#FF6D00, "Signal Line", group="Color Settings", inline="Signal")

      col_fall_above = input(#FF5252, "Above, Fall", group="Histogram")

      col_fall_below = color.new(col_fall_above, 40)

      col_grow_below = input(#26A69A, "Below, Grow", group="Histogram")

      col_grow_above = color.new(col_grow_below, 40)

      // Calculating

      fast_ma = sma_source == "SMA" ? ta.sma(src, fast_length * time_mult) : ta.ema(src, fast_length * time_mult)

      slow_ma = sma_source == "SMA" ? ta.sma(src, slow_length * time_mult) : ta.ema(src, slow_length * time_mult)

      macd = fast_ma – slow_ma

      signal = sma_signal == "SMA" ? ta.sma(macd, signal_length) : ta.ema(macd, signal_length * time_mult)

      hist = macd – signal

      hline(0, "Zero Line", color=color.new(#787B86, 50))

      plot(hist, title="Histogram", style=plot.style_columns, color=(hist>=0 ? (hist[1] < hist ? col_grow_above : col_fall_above) : (hist[1] < hist ? col_grow_below : col_fall_below)))

      plot(macd, title="MACD", color=col_macd, linewidth=2)

      plot(signal, title="Signal", color=col_signal, linewidth=2)

    7. What settings are you using for your Stoch RSI? I’m using same chart and time frame but RSI data is different. Thanks in advance.

    8. Glad you call it bear market, cause some guys already announced their imaginary bulls came back, lol. Tbh even when it's clearly over I'll still have some tether reposing for emergency

    Leave A Reply
    Share via