Attachments forums

List of attachments posted on this forum.


All files on forums: 163417

Re: Various (Specialist) indicators for MT4

DTRCT, Fri Aug 26, 2022 2:30 pm

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