OmniTrader Forum - OmniTrader General Discussion
hello trying to get a color chart for HRS_ACC

^ Top
panetmoto

Posts: 11

Joined: 1/15/2018
Location: visalia

User Profile
 
Subject : hello trying to get a color chart for HRS_ACC
Posted : 8/21/2023 8:35 PM
Post #48850

trying to get where on the HRS_ACC indicator for the background to change a color when the comp = plus line = plus line=comp line on this indicator thanks
Attached file : 8-21-2023 6-32-07 PM.png (36KB - 184 downloads)

^ Top
Barry Cohen

Posts: 6338

Joined: 1/19/2004

User Profile
 
Subject : RE: hello trying to get a color chart for HRS_ACC
Posted : 8/22/2023 1:37 PM
Post #48852 - In reply to #48850

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")



https://www.omnitrader.com/currentclients/otforum/thread-view.asp?threadid=16620&posts=2