mactheknife
New member
This question regards the indicator FW Soap in the TOS indicator list and regarding only the S34x2 plot. I was wondering if there was a way to be able to get this plot to change colors. One color going up, a different color when it changes direction ? Thank You
Code:
#
# Charles Schwab & Co. (c) 2010-2026
#
# Source code isn't available.
declare lower;
input arrowLocation = {default "Outside Lines", "Inside Lines", "On CenterLine", "OBOS Lines"};
plot S5x3 = Double.NaN;
plot S8x5 = Double.NaN;
plot S17x5 = Double.NaN;
plot S12x3 = Double.NaN;
plot S34x2 = Double.NaN;
plot RSI2 = Double.NaN;
plot Line80 = Double.NaN;
plot Line50 = Double.NaN;
plot Line20 = Double.NaN;
plot SoapSell = Double.NaN;
plot SoapBuy = Double.NaN;
Last edited by a moderator: