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 charlesugo_1, 05-26-2026, 05:03 PM
        0 responses
        65 views
        0 likes
        Last Post charlesugo_1  
        Started by DannyP96, 05-18-2026, 02:38 PM
        1 response
        149 views
        0 likes
        Last Post NinjaTrader_ChelseaB  
        Started by CarlTrading, 05-11-2026, 05:56 AM
        0 responses
        162 views
        0 likes
        Last Post CarlTrading  
        Started by CarlTrading, 05-10-2026, 08:12 PM
        0 responses
        99 views
        0 likes
        Last Post CarlTrading  
        Started by Hwop38, 05-04-2026, 07:02 PM
        0 responses
        286 views
        0 likes
        Last Post Hwop38
        by Hwop38
         
        Working...
        X