Find TTM Squeeze Setups Easily With This Free Scan

Поділитися
Вставка
  • Опубліковано 10 січ 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 10 днів тому

    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  9 днів тому

      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.