Barry Cohen
 Sage
      Posts: 6338
Joined: 1/19/2004
User Profile |
This is how to reference each of the 3 lines from the HRS_ACC indicator:
Plus line = HRS_Acc_Plus(14,5,"SPY")
Minus line = HRS_Acc_Minus(14,5,"SPY")
Comp line = HRS_Acc_Comp(14,5,"SPY")
So to make a Color Chart that identifies when the Plus line = the Comp line, it would simply be:
HRS_Acc_Comp(14,5,"SPY") = HRS_Acc_Plus(14,5,"SPY")
|