Support Board
Date/Time: Fri, 10 Jan 2025 22:59:55 +0000
Post From: Color Bars when n Bars above Moving Average.
[2016-10-02 18:17:41] |
Sawtooth - Posts: 4147 |
Two things: -remove the : from the ID# -use [-#] for each of the MAs Try this: =AND(L>ID6.SG1,L[-1]>ID6.SG1[-1],L[-2]>ID6.SG1[-2],L[-3]>ID6.SG1[-3],L[-4]>ID6.SG1[-4],L[-5]>ID6.SG1[-5],L[-6]>ID6.SG1[-6],L[-7]>ID6.SG1[-7],L[-8]>ID6.SG1[-8],L[-9]>ID6.SG1[-9]) |