Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Whats the idea behind Served and Servant indicators?

IDEA indicators servant served
0
Posted

Whats the idea behind Served and Servant indicators?

0

I’m using the servant indicator to hold the half of calculation buffers of DECEMA indicators (6 indicators)! And the served indicator has to give me another 2 buffers as “Connectors” to the served indicator. One of these connectors is a holder of the last buffer of the calculation to use it in the served indicator to continue the formula. And the second connector the half of calculation of the DECEMA formula: (10 * EMA 1)-(45 * EMA2)+(120*EMA3)-(210 * EMA4)+(252 * EMA5)- (210* EMA6) Which we use it in the served indicator to continue the DECEMA formula as you will see! The served indicator will load these connectors by using the iCustom function into 2 store buffers and continue the calculation of the DECEMA and finally draws the DECEMA: DrawBuffer[shift] = StoreBuffer2[shift] + (120*Buffer7[shift])-(45*Buffer8[shift])+(10*Buffer9[shift])- Buffer10[shift]; Anyway, the code is self-explanatory and I’m ready to answer any questions about the concept.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.