Hi all, Is it passable to use three colors in the ADX indicator, depending in the following states.
IIf (PDI(14) > MDI(14), colorGreen); IIf (MDI(14) > PDI(14), colorRed); IIf (MDI(14) > PDI(14) AND ADX (14) < Ref( ADX(14), -1 ), colorBlue); If it passable please help, Thanks
