I'm using the TD Ameritrade default TTM-Squeeze. I wanted to see if I can add an audible alert when a squeeze is fired
The only code shown is:
#
# TD Ameritrade IP Company, Inc. (c) 2009-2022
#
# Source code isn't available.
declare lower;
input price = CLOSE;
input length = 20;
input nK = 1.5;
input nBB = 2.0;
input alertLine = 1.0;
plot Histogram = Double.NaN;
plot VolComp = Double.NaN;
plot SqueezeAlert = Double.NaN;
Can anyone help?
The only code shown is:
#
# TD Ameritrade IP Company, Inc. (c) 2009-2022
#
# Source code isn't available.
declare lower;
input price = CLOSE;
input length = 20;
input nK = 1.5;
input nBB = 2.0;
input alertLine = 1.0;
plot Histogram = Double.NaN;
plot VolComp = Double.NaN;
plot SqueezeAlert = Double.NaN;
Can anyone help?
Last edited by a moderator: