Easy Trend Visualizer

SwingTrdr

Active Trader
Aug 3, 2009
9
0
32
What's its calculation? A cross of ADX of a certain level (to show that strength of trend is down)?
 
M

mjackson

Guest
I have easy trend on Chart on mt5....Every Horizontal line has on both ends indefinite vertical lines...Anyone experiencing same? Anyone has ide what is problem and how to fix it?

mt4 version works just perfectly good...
 

bobo

Trader
Dec 16, 2010
1
0
12
Hi, looks like I did a good install. I don't see any lines or bar highlights. Any ideas? thanks
 

Enivid

Administrator
Staff member
Nov 30, 2008
18,530
1,355
144
Odesa
www.earnforex.com
It's fixed on my side... The line 137 should be changed from:

Up = 0; Dn = 0; Ex = 0;
to:
Up = 0; Dn = 0; Ex = EMPTY_VALUE;

Please, check if it's changed in your latest downloaded file.

It's also possible that your MetaTrader platform loads the old version of the indicator. As I see from your second screenshot, your .mq5 and .ex5 files aren't located in MQL5/Indicators/.

As you can see in the attachment, the vertical lines aren't longer showing up:
 

Attachments

  • EURUSDH1.jpg
    EURUSDH1.jpg
    88.1 KB · Views: 440
M

mjackson

Guest
It's fixed on my side... The line 137 should be changed from:

Up = 0; Dn = 0; Ex = 0;
to:
Up = 0; Dn = 0; Ex = EMPTY_VALUE;

Please, check if it's changed in your latest downloaded file.




On your website is still old version of this indicator...Never mind...

This MT5 version of this indicator doesn't have "Inputs"; it has only
"Commons", "Colors" and "Visualisation"

Inputs are necessary to enter different periods...as stated on the download page of this indicator:

http://www.earnforex.com/metatrader-indicators/EasyTrendVisualizer

Input parameters:
•ADXperiod1 (default = 10) — period of the first ADX indicator.
•ADXperiod2 (default = 14) — period of the second ADX indicator.
•ADXperiod3 (default = 20) — period of the third ADX indicator.

To input these parameters is available in MT4 version of this indicator.

Can you fix it please so to be available in MT5 as well?
 
M

mjackson

Guest
Thanx for noticing. Indicator fixed and updated.

I wonder if you are doing this mess with indicator purposely?
Now there is no colors...Indicator is invisible on the chart...In tab for "Colors"...there is no colors at all ...Do you check indicator before posting? Who can trust you and those indicators that you are posting? Always some problem...
 

Enivid

Administrator
Staff member
Nov 30, 2008
18,530
1,355
144
Odesa
www.earnforex.com
I wonder if you are doing this mess with indicator purposely?

Yeah, I'm an evil trickster of Forex, didn't you know :)?

Now there is no colors...Indicator is invisible on the chart...In tab for "Colors"...there is no colors at all ...Do you check indicator before posting? Who can trust you and those indicators that you are posting? Always some problem...

I guess you are doing it wrong. See the screenshot.
 

Attachments

  • easytrendvisualizer.jpg
    easytrendvisualizer.jpg
    77.2 KB · Views: 296
  • 👍
Reactions: Erebus
M

mjackson

Guest
Yeah, I'm an evil trickster of Forex, didn't you know :)?



I guess you are doing it wrong. See the screenshot.

I am not doing anything wrong ..You are posting indicators with errors..incomplete indicator...How many times you had to fix something that is missing? I complain then you fix it. Version that you have for yourself might be OK or you create errors intentionally...I don't know...

Previous issue was missing "Inputs" ...Now it is there but colors are missing:

http://tinypic.com/r/280jxpz/7
 

Enivid

Administrator
Staff member
Nov 30, 2008
18,530
1,355
144
Odesa
www.earnforex.com
I am not doing anything wrong ..You are posting indicators with errors..incomplete indicator...How many times you had to fix something that is missing? I complain then you fix it. Version that you have for yourself might be OK or you create errors intentionally...I don't know...

You know, this world is far from perfect... I'd like to live in a world where every indicator I make has no bugs and works perfectly.

Previous issue was missing "Inputs" ...Now it is there but colors are missing:
http://tinypic.com/r/280jxpz/7

I don't know where did you get the version with missing colors, but the one on the screenshot isn't the latest from the site, because it reads "EasyTrendVisualizer 1.00", while the version listed on site is 1.01 and the same can be read in my screenshot. Did you recompile it after downloading?