Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
TTM Squeeze
Collapse
X
-
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
-
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 Hwop38, 05-04-2026, 07:02 PM
|
0 responses
130 views
0 likes
|
Last Post
by Hwop38
05-04-2026, 07:02 PM
|
||
|
Started by CaptainJack, 04-24-2026, 11:07 PM
|
0 responses
288 views
0 likes
|
Last Post
by CaptainJack
04-24-2026, 11:07 PM
|
||
|
Started by Mindset, 04-21-2026, 06:46 AM
|
0 responses
236 views
0 likes
|
Last Post
by Mindset
04-21-2026, 06:46 AM
|
||
|
Started by M4ndoo, 04-20-2026, 05:21 PM
|
0 responses
331 views
0 likes
|
Last Post
by M4ndoo
04-20-2026, 05:21 PM
|
||
|
Started by M4ndoo, 04-19-2026, 05:54 PM
|
0 responses
170 views
0 likes
|
Last Post
by M4ndoo
04-19-2026, 05:54 PM
|

Comment