♥ 0 |
Hello Mr. Hahn, I hope you’re doing well, I would like to be able to scan in TOS for equities that are above a 50 level on the Aroon Indicator, the following is the study as presented on thinkorswim.
input length = 25; Assert(length > 0, “‘length’ must be positive: ” + length); plot Up = (length – 1 – GetMaxValueOffset(high, length)) * 100.0 / (length – 1); Up.SetDefaultColor(GetColor(1));
I hope you can help me out, regards, Marco
Marked as spam
|
Please log in to post questions.
I forgot, there is two components to this study, the up line and the down movement, for this scan I am looking for the up, bullish line to be at the 50 or above that level.