Cryox nmc
These Multi MA [Moving Average] with Defferent Colors. It called Rainbow...
Printable View
Cryox nmc
These Multi MA [Moving Average] with Defferent Colors. It called Rainbow...
LSMA_rainbow
These LSMA [Least Squares Moving Average] with Multi Color.
Stoch_rainbow
7 MA v2
Draws the graph 7 MA(s)
It can choose the method (SMA, EMA, SMMA, LWMA) periods, colors, styles.
Added the ability to disable the Lines.
Swami UniRainbow (SwamiUniRainbow_v1.1 indicator) is on this post (premium section indicator)
Attachment 27567
And fixed indicator is on this premium section post:
Attachment 27568
This is very interesting indicator which was uploaded on this mql5 forum thread:
Attachment 37023
Attachment 37024
hi,
yes, that's very interesting. Can you check with Igor if it is possible to deifne it somehow in ea and backtest it for some entry rules (depends on colours...).
Thanks,
Goran
Attachment 39632
AllAveragesCrossover_v2.0 600+ indicator is on this post. This is the advanced MTF indicator with all kinds of alerts, and the indicator was updated with the new sets of prices and MAs.
more...Quote:
We continue the development of multi-symbol, multi-period indicators which we started in the previous article.
A single-color indicator buffer is a regular double array, which is filled with data when calculating the indicator. We can obtain data from this array and display it on a chart using the CopyBuffer() function provided that the receiving array will be a double array set as an indicator's plotting buffer (SetIndexBuffer()). When copying data from the buffer of the calculated part of the indicator to the buffer of its plotting part, the data is displayed on the chart in one color, which is set for the buffer array of the plotting part. As for multi-colored buffers, the situation is a little different. In addition to the data array, the color buffer also has an array of color indexes.