Beautiful, but of little use.
zfs:
Beautiful, but not very applicable.
And if you look closely and think about it?
Beautiful, but not very applicable.
troot:
What if you look closely and think about it?
What's there to think about? A fan is still a fan. It's just a visualisation.
What if you look closely and think about it?
And if you look and think carefully, it's a different indicator.
I think it makes more sense here.
Hmmm...what's the point of all this creativity?
zfs:
I think it makes more sense here.
I think it makes more sense here.
Absolutely agree. The author writes "Parameters? Forget about them! It works fine without changing the parameters." - this is a wrong expression - it works perfectly well, and it will start to work if you can set boundary and key MAs in it with changing their thickness + changing and stretching colours just from them. Then everyone will be able to build the visualisation he needs.
By the way, I would not neglect visualisation, it is a very helpful thing for manual trading. What is a good pattern? It is something that cannot be confused with anything from afar, i.e. visualisation. It (patterns) is possible not only on the price, but also on the MA.
That's how I like it better:)

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
LoongMAx96:
Draws 96 line MAs with only 100 lines of code (uses CMyBuffer class).
And the idea in Chinese name, called 'jun xian liu'.(That means "Moving Average Line Flow".) I wanted to simplify the multi-indicator template with a multi-line indicator. But it means many repetitive codes.
Or I need two-dimensional array, one dimensional for time index, another dimensional for MAs[] index. In MQL4, it is impossible. (And MQL4 support only 8 line indicator.) Then we had MetaTrader 5 and MQL5, them support class. And class can hide one dimensional. So I achieved the first version, at https://www.mql5.com/en/forum/121672 (notice: the old class named 'CIndicatorBuffer' conflicts with same name in Indicator.mqh)
Later, a newer version be discussed at https://www.mql5.com/en/forum/331/ (Thank 'Rosh' and 'investeo'!)
And now, the newest version is here.
Author: Loong