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
792it repaintsLadyAlice 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.
that's why it's "not working well"
Scalping the Century TimeFrame since 1999
Re: Various (Specialist) indicators for MT4
793Try.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 ?
- These users thanked the author mrtools for the post (total 2):
- mosape, Chickenspicy
Re: Linear Regression Sketcher
794Hi Mr Tools would you kindly add MTF function to the indicator below, thank you
download/file.php?id=3390772
download/file.php?id=3390772
Re: Various (Specialist) indicators for MT4
795Hello 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!
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
796Try.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!!!
Re: Various (Specialist) indicators for MT4
797Hi Mr Tools,
I don't see Push notifications or did I miss something...
Thanks!
Probability is Key!
Re: Various (Specialist) indicators for MT4
798Itsnaluvs01 wrote: Mon Aug 15, 2022 10:56 am Hi Mr Tools,
I don't see Push notifications or did I miss something...
Thanks!
Code: Select all
input bool alertsNotify = false; // Alerts notification true/false?
Re: Various (Specialist) indicators for MT4
799
Dear @mrTools thanks for this update.mrtools wrote: Wed Aug 18, 2021 12:48 pm Mtf added to version 2 interpolation not possible with arrows.
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;
- 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
- These users thanked the author DTRCT for the post:
- Chickenspicy
Re: Various (Specialist) indicators for MT4
800Try. If it works, would it be possible to share the EA for the forum to test?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
The problem is i get multiple alert even if i select FALSE to alert
Here is the code inserted to EAMy Request.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;
- 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
- These users thanked the author mrtools for the post (total 4):
- Chickenspicy, maroka, Jedidiah, DTRCT