Re: MT4 Indicator requests and ideas
Posted: Sat Oct 31, 2020 10:05 pm
Hello . Can anyone help me add buffer for the arrow ?. Arrows have no buffers. I need it to run automatically. Thank you
In our averages version there is a adjustable period LWMA with alerts and arrows.RVelasco wrote: Sun Nov 01, 2020 9:21 am Could someone help me find a Linear Weighted Moving Average - LWMA NRP. adjustable period.
with alerts arrows in the course of the canlde?
I've been looking for a long time on the forum but haven't found it until then.
Thanks![]()
The arrows happen on the slope of the cci, why not call the cci and use the slope. of it.mylovemouse9711 wrote: Sat Oct 31, 2020 10:05 pm Hello . Can anyone help me add buffer for the arrow ?. Arrows have no buffers. I need it to run automatically. Thank you
There is a non repainting version here app.php/attach/file/3335506RVelasco wrote: Sat Oct 31, 2020 4:16 am Mr Mladen, Mrtools
Could any of you leave this indicator no repainting, with alert in the course of the canlde?
I am creating a strategy and I would like to include this indicator.
I need it not to be repainted and the alert to be on during the current candle.
I spent hours on this forum researching all topics, but I didn't find anything similar without painting.
Would it be possible to make this a reality for me to complete my strategy? : D
"Or maybe there is a similar one without repainting that you can send?"
Thank you !
This forum is a light for all traders in the world.
Not sure how to do that, will see what I can come up with.Rox wrote: Sat Oct 31, 2020 1:26 pm Hello friends,
I found an indicator on this forum and am trying to improve it. The indicator creates vertical lines to separate periods.
The first improvement that I would like to achieve would be to define a different period separation interval for each timeframe.
0.png
I almost got it, but it is showing errors.
I'm not a programmer, so I did it through trial and error and the code is not at all elegant.
Error: Some lines duplicated or in the wrong place.
1.png
The second improvement: the indicator should create the vertical line for the end of the current period. But I have no idea how to do this.
2.png
If any of you have time available please help me.
Here is the original mq4 file:
Period_Separator_2_2.mq4
And here is the mq4 file that I modified
Period_Separator_2_2 (mod).mq4
I kept messing with the code and the double lines were gone.