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 geddyisodin, Today, 05:20 AM
      0 responses
      3 views
      0 likes
      Last Post geddyisodin  
      Started by JonesJoker, 04-22-2024, 12:23 PM
      6 responses
      33 views
      0 likes
      Last Post JonesJoker  
      Started by GussJ, 03-04-2020, 03:11 PM
      12 responses
      3,239 views
      0 likes
      Last Post Leafcutter  
      Started by AveryFlynn, Today, 04:57 AM
      0 responses
      6 views
      0 likes
      Last Post AveryFlynn  
      Started by RubenCazorla, 08-30-2022, 06:36 AM
      3 responses
      79 views
      0 likes
      Last Post PaulMohn  
      Working...
      X