♥ 0 |
How do I change the color of a vertical line on an indicator? I would like to be able to have the AddVerticalLine that I have below for the OverBought condition be green instead of red.
declare lower; plot MoneyFlowIndex = Average(MoneyFlow(high, close, low, volume, length1), movingAvgLength);
Marked as spam
|
Private answer
Very simple solution. Details are provided here: http://toslc.thinkorswim.com/center/reference/thinkScript/Functions/Look—Feel/AddVerticalLine.html
Marked as spam
|
Please log in to post questions.
There is an error code that comes up when I try that.
Sorry, I left out the placeholder for the text parameter. I have corrected the code in my answer above.
That worked, thanks Pete!