♥ 0 |
Hi Currently, TOS has the above indicator, but i will like to change the settings from using number of advances and declines to volume of advances and declines. Is it possible? The full code for the indicator on TOS is declare lower; input exchange = {default NYSE, NASDAQ, AMEX}; def advnDecnPctChg = 1000 * AdvanceDecline(type = “Advance/Decline Line (Daily)”, exchange = exchange); plot CumulAD = if !IsNaN(advnDecnPctChg) then cumAdvnDecn else Double.NaN; CumulAD.DefineColor(“Above”, Color.UPTICK); If this question is too complicated, is ok. Thanks a lot
Marked as spam
|
Please log in to post questions.