TTM Squeeze
TTM Squeeze is a volatility and momentum indicator introduced by John Carter of Trade the Markets (now Simpler Trading), which capitalizes on the tendency for price to break out strongly after consolidating in a tight trading range.
The indicator has two lines:
- Squeeze
- Momentum
A more specific explanation is here.
The indicator will be a part of 133 SQX version.
Do you have the pseudo code?
Excellent !!!!!!! Thank you ???
Hello I tried to install your TTM indicator but it does not expand and on the meta editor it gives me these compilation errors
‘SqTTMSqueeze.mq4’ SqTTMSqueeze.mq4 1 1
check operator precedence for possible error; use parentheses to clarify precedence SqTTMSqueeze.mq4 76 26
check operator precedence for possible error; use parentheses to clarify precedence SqTTMSqueeze.mq4 76 34
expression not boolean SqTTMSqueeze.mq4 76 26
0 errors, 3 warnings, 151 msec elapsed 1 4
can you please remedy?
thanks for your work
Hi, these are just warnings. It should work as expected
Unfortunately it doesn’t work … I’d like to show you a picture of how it looks on the platform but I don’t know how to post it… it looks like a single straight line instead of an oscillator
Please, send us the picture to our email support@Kevin.com we will take a look at it what could be wrong.
I have Build 1.35.868 but I don’t see it in the list, was it added?
Please install using the package attached. SQX -> CodeEditor -> Import / Export to add this into your SQX
Thank you.
hello, when installing it it does not work, it just shows the blank space of the indicator
Have you installed correctly using SQX -> CodeEditor -> Import / Export?
I load the scripts to TS, but they don’t appear in Studies. Can’t get it to work. Grok suggests, among other things, “The strategy relies heavily on SQ_TTMSqueeze and SQ_AvgVolume, which are custom indicators exported from SQX. If these aren’t correctly imported or calculate differently in TradeStation, the entry/exit conditions may never trigger.” SOS
With Grok I get it “working”, but results are poor in relation to SQX. Not sure the correction it made was the right answer. “The issue of zero trades in TradeStation, despite verification, was due to the original LongEntrySignal condition being logically impossible (Value1 = 0 and Value4 = 1 on the same bar). The updated code shifts Value4 to the previous bar ([1]) to detect the squeeze transition (off now, on previously), aligns with the histogram momentum (blue above zero via increasing values), and includes the volume condition. The exit now explicitly checks for two consecutive negative momentum values… Read more »