Attachments forums

List of attachments posted on this forum.


All files on forums: 134177

Re: MT4 Indicator requests and ideas

太虚一毫, Mon Apr 26, 2021 1:11 pm

mrtools wrote: Mon Apr 26, 2021 5:22 am Here

Code: Select all

if(Buffer1[i] > Buffer2[i] && Buffer1[i-1] < Buffer2[i-1]&& Close[i+CloseBar]>Open[i+CloseBar] )
it's going both left to right and right to left, so not getting an accurate reading from the indicator plus it makes it repaint, the version I posted think it was the next post, the arrow will try to form while the bar is open but won't be complete until the bar is complete, far as I know you can't do it any other way without making it repaint again. Also on the version i posted if you set alerts on current = true you should get alerts on the bar while the arrow is forming, but in my experience this is dangerous.
Hello teacher! Is there a way to make the color of the Dynamic Zone StepMA pdf nmc 3.3 ahtf main trend line (here Aqua, Magenta) look like the jurik smooth ribbon-zones indicator, and fill the color into the main chart (without displaying the indicator line)?
All files in topic