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 rbeckmann05, Yesterday, 06:48 PM
      1 response
      12 views
      0 likes
      Last Post bltdavid  
      Started by llanqui, Today, 03:53 AM
      0 responses
      6 views
      0 likes
      Last Post llanqui
      by llanqui
       
      Started by burtoninlondon, Today, 12:38 AM
      0 responses
      10 views
      0 likes
      Last Post burtoninlondon  
      Started by AaronKoRn, Yesterday, 09:49 PM
      0 responses
      15 views
      0 likes
      Last Post AaronKoRn  
      Started by carnitron, Yesterday, 08:42 PM
      0 responses
      11 views
      0 likes
      Last Post carnitron  
      Working...
      X