You can choose colors. If you want one color, select two of the same.
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.
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))
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.
Here is an example of the same code.
https://www.mql5.com/en/code/57
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.
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.
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
is7n_trend.mq5 (new):
Author: Roman Romanenko