Page 80 of 128

Re: Various (Specialist) indicators for MT4

Posted: Fri Aug 05, 2022 2:29 am
by LadyAlice
Hello traders.
Dear forum programmers.
I need your help to modify this indicator.
Request:
- The buffer is not working properly.
- Analyze whether it is possible to update or improve the indicator code.
Thanks.

Re: Various (Specialist) indicators for MT4

Posted: Fri Aug 05, 2022 4:22 pm
by ionone
LadyAlice wrote: Fri Aug 05, 2022 2:29 am Hello traders.
Dear forum programmers.
I need your help to modify this indicator.
Request:
- The buffer is not working properly.
- Analyze whether it is possible to update or improve the indicator code.
Thanks.
Image
it repaints
that's why it's "not working well"

Re: Various (Specialist) indicators for MT4

Posted: Mon Aug 08, 2022 4:18 am
by mrtools
mosape wrote: Mon Aug 08, 2022 3:09 am Why is this indicator Properties like these MR tools ?
can u clean the code some how ?
Image
Try.

Re: Linear Regression Sketcher

Posted: Mon Aug 08, 2022 5:09 am
by Mula
Hi Mr Tools would you kindly add MTF function to the indicator below, thank you

download/file.php?id=3390772

Re: Various (Specialist) indicators for MT4

Posted: Tue Aug 09, 2022 11:22 am
by LadyAlice
Hello traders.
Dear forum programmers.
I need your help to modify this indicator.
Request:
- Add an alert.
- The buffer is not working properly.
- Analyze whether it is possible to update or improve the indicator code.

Thank you to everyone here on the forum who always take the time to contribute and help me.
God bless you always!

Re: Various (Specialist) indicators for MT4

Posted: Mon Aug 15, 2022 8:40 am
by mrtools
naluvs01 wrote: Sun Aug 14, 2022 7:57 am Hi Mr Tools and Coders Respectively,

Is it possible to fix this pips movement indicator? I would like push notifications added as well, if possible. Thanks in advance for your consideration!!!
Image
Try.

Re: Various (Specialist) indicators for MT4

Posted: Mon Aug 15, 2022 10:56 am
by naluvs01
mrtools wrote: Mon Aug 15, 2022 8:40 amTry.
Hi Mr Tools,

I don't see Push notifications or did I miss something...

Thanks!

Re: Various (Specialist) indicators for MT4

Posted: Mon Aug 15, 2022 11:34 am
by mrtools
naluvs01 wrote: Mon Aug 15, 2022 10:56 am Hi Mr Tools,

I don't see Push notifications or did I miss something...

Thanks!
Its

Code: Select all

input bool  alertsNotify = false;             // Alerts notification true/false?

Re: Various (Specialist) indicators for MT4

Posted: Fri Aug 26, 2022 2:23 pm
by DTRCT
mrtools wrote: Wed Aug 18, 2021 12:48 pm Mtf added to version 2 interpolation not possible with arrows.
Dear @mrTools thanks for this update.

I use this indicator for my EA, it work perfect. See image below The problem is i get multiple alert even if i select FALSE to alert

Here is the code inserted to EA

Code: Select all

//--- input parameters

extern string  TimeFrame            = "H1";       //"Current time frame"; 
input bool     VortexFilter         = true;       // Vortex Filter
input int      VortexLength         = 1;          // Vortex Length
input bool     ShowArrows           = true;       // Show Arrows
input bool     ShowDots             = false;      // Show Dots
input bool     Alert_ShowArrow      = false;       // Show Alert on Arrow
input bool     Alert_ShowDot        = false;       // Show Alert on Dot
input bool     ArrowOnFirst         = true;
My Request.
- Can you please Re_upload a EA version of this indicator with disabled alert, and lets call it consecutive candles 2.0 (mtf)_for_EA Thank you

Re: Various (Specialist) indicators for MT4

Posted: Fri Aug 26, 2022 2:52 pm
by mrtools
DTRCT wrote: Fri Aug 26, 2022 2:23 pm Dear @mrTools thanks for this update.

I use this indicator for my EA, it work perfect. See image below
Image

The problem is i get multiple alert even if i select FALSE to alert

Here is the code inserted to EA

Code: Select all

//--- input parameters

extern string  TimeFrame            = "H1";       //"Current time frame"; 
input bool     VortexFilter         = true;       // Vortex Filter
input int      VortexLength         = 1;          // Vortex Length
input bool     ShowArrows           = true;       // Show Arrows
input bool     ShowDots             = false;      // Show Dots
input bool     Alert_ShowArrow      = false;       // Show Alert on Arrow
input bool     Alert_ShowDot        = false;       // Show Alert on Dot
input bool     ArrowOnFirst         = true;
My Request.
- Can you please Re_upload a EA version of this indicator with disabled alert, and lets call it consecutive candles 2.0 (mtf)_for_EA
Image

Thank you
Try. If it works, would it be possible to share the EA for the forum to test?