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 NullPointStrategies, Today, 05:17 AM
        0 responses
        46 views
        0 likes
        Last Post NullPointStrategies  
        Started by argusthome, 03-08-2026, 10:06 AM
        0 responses
        126 views
        0 likes
        Last Post argusthome  
        Started by NabilKhattabi, 03-06-2026, 11:18 AM
        0 responses
        66 views
        0 likes
        Last Post NabilKhattabi  
        Started by Deep42, 03-06-2026, 12:28 AM
        0 responses
        42 views
        0 likes
        Last Post Deep42
        by Deep42
         
        Started by TheRealMorford, 03-05-2026, 06:15 PM
        0 responses
        46 views
        0 likes
        Last Post TheRealMorford  
        Working...
        X