Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

squeezemomentum indicator alert - how to set the alert (ninja 8 desktop)

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    squeezemomentum indicator alert - how to set the alert (ninja 8 desktop)

    Dear all,

    Question
    How to set squeeze momentum alert trigger
    when the blue dot change to white as in Page1 ( expand after squeeze) and page 2 picture ?

    Thank you very much in advance
    Regards

    Attached Files

    #2
    Hello, thanks for writing in. I do not have this indicator so I can not test for myself. You can change the "Indicator Plot" to select the various plots that it has. This will let you compare different plots against each other.

    Comment


      #3
      HI ChrisL,
      Thank you for your reply.
      The indicator is available here
      The indicator is based on the book by John Carter “Mastering the Trade” (Chapter 11) and shows the “squeeze of the market”. The screenshot provides the following information: It is necessary to enter when the color of the circles at the horizontal level “0” changes from blue to white and vice versa. The direction of […]


      Thank you in advance
      Regards

      Comment


        #4
        Hi, thanks for posting that. This indicator is setting the "IsSqueeze" indicator like this:
        PlotBrushes[1][0] = (sqzOn)? IsSqueeze: NoSqueeze;

        So, from the Alerts window, an alert that detects the color is not possible. You will need a script that can read this indicator's PlotBrushes color to determine the "IsSqueeze" color.

        if(<squeezeInstance>.PlotBrushes[1][0] = Brushes.RoyalBlue)
        and
        if(<squeezeInstance>.PlotBrushes[1][0] = Brushes.MintCream)

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by CaptainJack, 04-24-2026, 11:07 PM
        0 responses
        46 views
        0 likes
        Last Post CaptainJack  
        Started by Mindset, 04-21-2026, 06:46 AM
        0 responses
        136 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Started by M4ndoo, 04-20-2026, 05:21 PM
        0 responses
        190 views
        0 likes
        Last Post M4ndoo
        by M4ndoo
         
        Started by M4ndoo, 04-19-2026, 05:54 PM
        0 responses
        101 views
        0 likes
        Last Post M4ndoo
        by M4ndoo
         
        Started by cmoran13, 04-16-2026, 01:02 PM
        0 responses
        141 views
        0 likes
        Last Post cmoran13  
        Working...
        X