# # TD Ameritrade IP Company, Inc. (c) 2010-2021 # # Source code isn't available. input price = CLOSE; input length = 38; input beginDate = 0; input beginTime = 0; input numDevDn1 = -1.0; input numDevDn2 = -2.0; input numDevUp1 = 1.0; input numDevUp2 = 2.0; input extLeft = No; input extRight = Yes; plot LR = Double.NaN; plot UB1 = Double.NaN; plot LB1 = Double.NaN; plot UB2 = Double.NaN; plot LB2 = Double.NaN;