♥ 0 |
Hi Pete, TOS – Study, Camarilla Points. Is there a way to hide the support resistance lines for all previous days on the chart except the current day? My intention is to see the chart little clear with few lines on it. Thank you, Sam RESOLVED
Marked as spam
|
Please log in to post questions.
That'a an awful lot of code so I'll just show you how to hide the first plot for everything but the current day. You can update the rest of the code using this technique.
plot ProfitTarget2R5 = if GetDay() == GetLastDay() then (highValue / lowValue) * closeValue else Double.NaN;