Find TTM Squeeze Setups Easily With This Free Scan

Поделиться
HTML-код
  • Опубликовано: 8 янв 2025

Комментарии • 39

  • @MikeCombe
    @MikeCombe Год назад +10

    That was simply AMAZING! I am a custom software programmer and that was beyond cool. Thank you!

    • @TOSIndicators
      @TOSIndicators  Год назад +1

      Thanks for the kind words, Mike! Much appreciated :-).

  • @marthameredith4615
    @marthameredith4615 7 месяцев назад +2

    You explain everything so well, even I can't get it wrong. Thank you!

  • @neuvocastezero1838
    @neuvocastezero1838 Год назад +3

    Thank you, excellent tutorial as always.

  • @dwaynecox6820
    @dwaynecox6820 4 месяца назад +1

    Feels like it is a synergy between setups and edge.

  • @TheUndertaker19
    @TheUndertaker19 9 месяцев назад +1

    Awesome indicator, man i love your collection, many thanks! im becoming subs very soon i believe. Question, JC's suggest better results when TTMZ being w stacked 8-21-34-55-89 emas, in your experience the 50-200 emas has shown better results or why you actually using them instead of the 55-89. Many thanks!

  • @cryptok7001
    @cryptok7001 10 месяцев назад +1

    THANKS ALOT THIS IS POWERFUL.

  • @KingSolomon88
    @KingSolomon88 2 месяца назад +1

    Awesome. Great work keep it up.

  • @ElDuk3Kolombian0
    @ElDuk3Kolombian0 9 дней назад

    Great video! My only question is, how do i write it at the end if I want the scanner to show me both the bearish and the bullish results together?

    • @TOSIndicators
      @TOSIndicators  7 дней назад

      Create a plot variable that combines both the bullish and bearish signals into one variable.

  • @tomcalloway-su1zj
    @tomcalloway-su1zj 3 месяца назад

    great video just one ? where did you find the bars at the end of your scan with the different colors

  • @gulee
    @gulee 11 месяцев назад +1

    Very helpful tutorial!! Thanks!!!

  • @IvyQuinteros
    @IvyQuinteros 10 месяцев назад +1

    Thank you !!

  • @tomardp5596
    @tomardp5596 Год назад +1

    nice thanks for staked ema

  • @devonk298
    @devonk298 6 месяцев назад +1

    these are amazing!

  • @surrya500
    @surrya500 Год назад +1

    Thanks for video. should we not be waiting for one green dot before trading the position? If we wanted one green dot then what additional code would we need for that?

    • @TOSIndicators
      @TOSIndicators  Год назад +2

      Hi Mushtaq - Ideally, you would want to enter the position before the squeeze fires to capture most of the move. If you wanted to scan for the first green dot, you could use something like this instead:
      plot signal = TTM_Squeeze().SqueezeAlert == 1 and TTM_Squeeze().SqueezeAlert[1] == 0;

    • @surrya500
      @surrya500 Год назад

      Thanks!@@TOSIndicators

  • @serendipity1328
    @serendipity1328 Год назад +1

    Nice Video. Question: Is there a difference in bullStacked variable condition with and without if condition or are they one and the same meaning if condition in that variable is not really needed and just for readability purpose only? Same question for fiveDotsInaRow variables if condition, is that if condition really needed?

    • @TOSIndicators
      @TOSIndicators  Год назад +1

      The "if ... then 1 else 0" is there for readability only. Without it, you'll still have a boolean variable that returns either true or false (ie. 1 or 0).

    • @serendipity1328
      @serendipity1328 Год назад

      @@TOSIndicators Thanks and solid tutorial as usual!

  • @harirajagopal3979
    @harirajagopal3979 7 месяцев назад

    Thank you for the detailed explanation, just found you guys!
    One question, when I add the code to my Custom study, as soon as I type the 'plot', I am unable to save the study, as in, the Ok button gets disabled.
    This is a real account that I am using.
    Any ideas appreciated. Thanks again!

    • @TOSIndicators
      @TOSIndicators  7 месяцев назад

      Guessing you might have an error that you'll need to resolve first -- you can check for errors at the bottom of the thinkScript editor window, or the triangle with an exclamation near the title.

  • @Mark-y7b6f
    @Mark-y7b6f Месяц назад

    At the " plot" line, line 15 of code, I get an error message that says " no such variable at line 15:1". The spot of "plot". What next?

  • @edcollinge1422
    @edcollinge1422 9 месяцев назад

    Hello, on your screen after running bull scan last column with Red & Yellow bars, title just shows MAR…. what would be that column? thanks

    • @TOSIndicators
      @TOSIndicators  9 месяцев назад

      Hi Ed - That's the Market Pulse dashboard script, which is available for free download here: tosindicators.com/dashboards/market-pulse-dashboard

  • @sranjan6887
    @sranjan6887 5 месяцев назад

    does this software works for indian market

  • @alejandroalvarez9450
    @alejandroalvarez9450 5 месяцев назад

    Hi why my def EMA 8 = ExpAverage (close;8 is on Red and don’t let me click ok can you help me thanks

  • @cashreckless7969
    @cashreckless7969 Год назад

    How do you get the squeeze alert

    • @TOSIndicators
      @TOSIndicators  Год назад

      The "SqueezeAlert" plot is built into the indicator as an output.