styliten 294 posts msg #149827 - Ignore styliten modified |
12/6/2019 8:14:52 PM
Come across this need for a new custom envelope function almost daily.
For example,
Draw Custom Envelope (LRI(45), 0.01, LRI(50), 0.01)
Or:
set{dp12, cema(day position(0.5, 12), 13)}
Draw Custom Envelope (dp12, 0.25)
as opposed to the alternative workaround:
set{dp12a, cema(day position(0.45, 12), 13)}
set{dp12b, cema(day position(0.55, 12), 13)}
draw dp12a on plot price
draw dp12b on plot price
which can be quite messy.
That would make the charts a whole lot easier to read!
Does anyone else feel the same way?
|