Attachments forums

List of attachments posted on this forum.


All files on forums: 136268

Re: Various (Specialist) indicators for MT4

mrtools, Fri Aug 26, 2022 2:51 pm

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?
All files in topic