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