♥ 0 |
So here is the script I’m using on TOS plot sma1 = Average(close, 2); sma1.AssignValueColor(if sma1 > sma1[1] then Color.liME else Color.magENTA); It is a very simple script that colors the 2sma in lime when it’s moving up and magenta when it’s moving down but i want to expand this idea and have that moving average colored blue only if the lastest value of that sma is higher than the highest value of that sma on the day so far………………and also for the down side, to have that moving average colored RED if the lastest value of that sma is lower than the lowest value of that sma on the day so far do you know how to do that? thanks RESOLVED
Marked as spam
|
Please log in to post questions.