♥ 0 |
Hi, I am not familiar with writing scripts or code. I use the TTM Squeeze with an alert line of 1.5 and was wondering what do I need to change in the script for the Watchlist for the squeeze dots? I attempted by changing the value of the alert line but, the colors on the watch list did not align with the indicator. How do I fix this? Thank you!
Marked as spam
|
Two questions. Did they align before you made the changes? Are you using intraday time frames?
Yes and yes. With the normal settings of the TTM squeeze it aligned perfectly but with an alert line of 1.5 it did not. I am intraday time frames of 1 minute and 5 minutes
So you set this line: input alertLine = 1.0;
To this: input alertLine = 1.5;
In the code for the watchlist?
Everything lines up when I do it.
I’ve found the issue. I had the Daily time frame selected where I input the source code. After changing it to 1m it matched up perfectly. Thank you for your help!