Indicators: is7n_trend.mq5 (new)

 

is7n_trend.mq5 (new):

This indicator is based on moving averages, it shows the current trend.

Author: Roman Romanenko

is7n_trend trend indicator

 
thanks for that update. I'm wondering how to swith colors from hardcoded to indicator box properties, letting them tweakable.
 

You can choose colors. If you want one color, select two of the same.

Switch colors

razoff:
thanks for that update. I'm wondering how to swith colors from hardcoded to indicator box properties, letting them tweakable.

 
aries-soft:

You can choose colors. If you want one color, select two of the same.



In fact the problem is that into box properties:

- width and style can be changed as expected

- but not color: double-clicking dont drop the scroll down color panel, this is true for all the MT5 files i've downloaded, while i can select and change colors for all the builtin indicators. Dont understand where the problem is (i run MT5 with wine 1.3.4 (winehq) on linux (ubuntu maverick))

 
I think the problem is WineHQ.
razoff:

In fact the problem is that into box properties:

- width and style can be changed as expected

- but not color: double-clicking dont drop the scroll down color panel, this is true for all the MT5 files i've downloaded, while i can select and change colors for all the builtin indicators. Dont understand where the problem is (i run MT5 with wine 1.3.4 (winehq) on linux (ubuntu maverick))

 
aries-soft:
I think the problem is WineHQ.
so you mean that builtin indicators (where changing colors is not a problem) are so different than custom indicators (where i cant change colors), very strange, i think we need to declare a missing color fonction (or need to create one).
 

Here is an example of the same code.

https://www.mql5.com/en/code/57

razoff:
so you mean that builtin indicators (where changing colors is not a problem) are so different than custom indicators (where i cant change colors), very strange, i think we need to declare a missing color fonction (or need to create one).
 

Not bad...

Nicholas, tell me, where does this logic come from: linear weighted moving average of 2.0*dBuf_2[i]-dBuf_1[i], where dBuf_1 is EMA with period Per and dBuf_2 is EMA with period Per/2. Is this yours, or did you read it somewhere? Just very interesting... If you can, explain the logic.

In general, it looks good.

 
It's best used in the high halves.
 
Alex5757000:

Not bad...

Nicholas, tell me, where does this logic come from: linear weighted moving average of 2.0*dBuf_2[i]-dBuf_1[i], where dBuf_1 is EMA with period Per and dBuf_2 is EMA with period Per/2. Is this yours, or did you read it somewhere? Just very interesting... If you can, explain the logic.

In general, it looks good.

In the process of mastering 5, I took the Trend indicator from 4 and tried to rewrite it. I didn't go into the logic. I failed to cope with the task a bit. But the indicator on the higher TFs is very good in combination with the entry indicator on the lower one.
 

good indicator! I use it all the time for general analysis of currency positions and for determining working pairs in the current period.

I use period 21