This is a discussion on All about Rainbow & Multi Indicators within the Trading tools forums, part of the Trading Forum category; Originally Posted by rocco2013 Hi, thanks for reply...yes and because of fact that you can put many MAs and still ...
Premium Trading Forum: subscription, public discussion and latest news
Trading Forum wiki || MQL5 channel for the forum
Trading blogs || My blog
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.
Premium Trading Forum: subscription, public discussion and latest news
Trading Forum wiki || MQL5 channel for the forum
Trading blogs || My blog
more...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.
Bookmarks