Welcome to Forex-TSD!, one of the largest Forex forums worldwide, where you will be able to find the most complete and reliable Forex information imaginable.
From the list below, select the forum that you want to visit and register to post, as many times you want. It’s absolutely free. Click here for registering on Forex-TSD.
Exclusive Forum
The Exclusive Forum is the only paid section. Once you subscribe, you will get free access to real cutting-edge Trading Systems (automated and not), Indicators, Signals, Articles, etc., that will help and guide you, in ways that you could only imagine, with your Forex trading.
Elite Section
Get access to private discussions, specialized support, indicators and trading systems reported every week.
Advanced Elite Section
For professional traders, trading system developers and any other member who may need to use and/or convert, the most cutting-edge exclusive indicators and trading systems for MT4 and MT5.
This means - Kalenzo gives GreenLight on arsioma v3
your version, Mladen!
Sure. Mladen is doing well.
__________________
You need proffesional mql coder? Contact me! I will help you!
........................................ http://www.fxservice.eu/
........................................
return(0);
}
//+------------------------------------------------------------------+
int start()
{
static bool init=false;
int counted_bars=IndicatorCounted();
int limit,i=0;
thank you, ND
good info and links +
- how to add extra buffer (Omelette, Kalenzo) examples
- it's not always necessary add extra buffers - IgorAd's Decema version
Actually we, meaning the users of MetaTrader, do need extra buffers for drawing
For calculation there is no limitation whatsoever
Just for the fun of it I post an indicator that is calculating multiple mas (meaning ma of an ma of an ma...) to the level you like it and does it by using buffers - 8 buffers for every 7 levels (first picture), so, with default parameters it uses 28 buffers
Drawing is another thing
If we do not want to use objects to draw values, we are limited to just 8 buffers
Thing like the second "indicator" I post are absolutely impossible in MetaTrader if one wants to use just buffers (second picture)
Just for emas on that chart you would need 27 buffers (RSI on the bottom theoretically achieves 100 shades of red and 100 shades of green, making it draw would need thus at least 200 buffers more) and all that is simply not possible in MetaTrader
What we need is, in my opinion, and I stated it a couple of times, a plot routine that would change the logic of using buffers for drawing (it is really not difficult to imagine how one could retrieve past values)
The number of buffers we can circumvent one way or another, but drawing the way we are forced to do it, is becoming a pain in the ass
PS : none of the indicators posted here is ment to be used in trading
They are posted here only as a demonstration of the things I said in the post