Page 1143 of 2042

Re: MT4 Indicator requests and ideas

Posted: Sat Oct 31, 2020 10:05 pm
by mylovemouse9711
Hello . Can anyone help me add buffer for the arrow ?. Arrows have no buffers. I need it to run automatically. Thank you

Re: MT4 Indicator requests and ideas

Posted: Sun Nov 01, 2020 12:01 am
by wojtek
If you have an indicator in a separate window, you can't add arrows as buffers,
only as objects. At least it was so some time ago. (if I'm wrong, please correct me.)

Re: MT4 Indicator requests and ideas

Posted: Sun Nov 01, 2020 9:21 am
by RVelasco
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 :wave:

Re: MT4 Indicator requests and ideas

Posted: Sun Nov 01, 2020 12:17 pm
by mrtools
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 :wave:
In our averages version there is a adjustable period LWMA with alerts and arrows.

Re: MT4 Indicator requests and ideas

Posted: Sun Nov 01, 2020 12:19 pm
by mrtools
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
The arrows happen on the slope of the cci, why not call the cci and use the slope. of it.

Re: MT4 Indicator requests and ideas

Posted: Sun Nov 01, 2020 12:23 pm
by mrtools
RVelasco 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.
There is a non repainting version here app.php/attach/file/3335506

Re: MT4 Indicator requests and ideas

Posted: Sun Nov 01, 2020 12:26 pm
by mrtools
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
Not sure how to do that, will see what I can come up with.

Re: MT4 Indicator requests and ideas

Posted: Sun Nov 01, 2020 2:03 pm
by Rox
mrtools wrote: Sun Nov 01, 2020 12:26 pm Not sure how to do that, will see what I can come up with.
I kept messing with the code and the double lines were gone.

Remaining issues:
He no longer creates the vertical lines for the weekly and monthly periods. As almost no one uses graphics in these periods, it is something that will not be missed. For weekly and monthly timeframes, the ideal would be to use the metatrader standard, which is the 1-year interval, but there is no such option in ENUM_TIMEFRAMES.

I still haven't found a way to make him draw the line to close the current period.


Re: MT4 Indicator requests and ideas

Posted: Mon Nov 02, 2020 12:42 am
by gravediggerFX
hello mladen, Mr Tool
You can optimize the this indicator's code and add alert when the signal line touch the high trend line or the low trend line.
Thank you (Sorry for my English)

Re: MT4 Indicator requests and ideas

Posted: Mon Nov 02, 2020 2:09 am
by SHABBA
PLEASE coders i was back-testing this indicator on mt4 strategy tester and it shows repainting. please help to confirm.
thanks.