Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

TTM Squeeze

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

    TTM Squeeze

    Im looking for TTM squeeze indicator for Ninja 8. Any help would be appreciated... Thanks

    #2
    Hello,

    Welcome to the NinjaTrader forums!

    I've moved your thread to the NinjaScript File Sharing section of the forums as this is not pertaining to development.

    Below are links to some forum threads found through a google search regarding this indicator.
    [URL="https://www.google.com/search?q=site%3Aninjatrader.com+ttm+squeeze"]https://www.google.com/search?q=site...om+ttm+squeeze[/URL]
    [URL="https://ninjatrader.com/support/forum/forum/ninjatrader-8/indicator-development/105743-ttm-squeeze"]https://ninjatrader.com/support/foru...43-ttm-squeeze[/URL]
    [URL="https://ninjatrader.com/support/forum/forum/ninjatrader-8/platform-technical-support-aa/1038794-ttm-squeeze-indicator?p=1038798#post1038798"]https://ninjatrader.com/support/foru...98#post1038798[/URL]
    [URL="https://ninjatrader.com/support/forum/forum/ninjatrader-8/platform-technical-support-aa/1150889-up-to-date-ttm-squeeze-indicator-nt8?p=1150894#post1150894"]https://ninjatrader.com/support/foru...94#post1150894[/URL]
    Chelsea B.NinjaTrader Customer Service

    Comment


      #3
      May be you may substitute it with Squeeze Momentum Indicator. I am trying to use it for long and short traded as an indicator that filters noise. Unfortunately, I cannot express the condition properly in Strategy Builder. Any help will be appreciated.
      Here is my attempt: the idea is to enter long when there is squeeze and it is above the zero line(green colour). The indicator have 2 plots: IsSqueezes and SqueezeDef​. I tried numerous combinations in strategy builder, but I do not know how to express this condition.
      This is my attempt:

      if (SqueezeMomentumIndicator1.SqueezeDef[0] > 0) {
      if(SqueezeMomentumIndicator1.SqueezeDef[0] < SqueezeMomentumIndicator1.SqueezeDef[1])
      EnterLong(Convert.ToInt32(DefaultQuantity), "");​

      Any help will be appreciated.
      Attached Files

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by CaptainJack, 05-29-2026, 05:09 AM
      0 responses
      44 views
      0 likes
      Last Post CaptainJack  
      Started by CaptainJack, 05-29-2026, 12:02 AM
      0 responses
      28 views
      0 likes
      Last Post CaptainJack  
      Started by charlesugo_1, 05-26-2026, 05:03 PM
      0 responses
      98 views
      0 likes
      Last Post charlesugo_1  
      Started by DannyP96, 05-18-2026, 02:38 PM
      1 response
      176 views
      0 likes
      Last Post NinjaTrader_ChelseaB  
      Started by CarlTrading, 05-11-2026, 05:56 AM
      0 responses
      170 views
      0 likes
      Last Post CarlTrading  
      Working...
      X