iBandsOnArray Function on MT5

 

Hi, everyone!


        I need to use this function on mt5 to convert a simple indicator code.

        As i could see, there is no function with similary code in the mt5 basecode.

        Any of you have an ideia, how can i reply this to work the same way?


        Regards!

 
Nelson Silva:

        I need to use this function on mt5 to convert a simple indicator code.

        As i could see, there is no function with similary code in the mt5 basecode.

        Any of you have an ideia, how can i reply this to work the same way?

According to this: https://www.mql5.com/en/docs/indicators/ibands, you can supply the handle of another indicator to iBands()... 

Documentation on MQL5: Technical Indicators / iBands
Documentation on MQL5: Technical Indicators / iBands
  • www.mql5.com
//|                                                  Demo_iBands.mq5 | //|                        Copyright 2011, MetaQuotes Software Corp. | //|                                             https://www.mql5.com | "The method of creation of the handle is set through the 'type' parameter (function type...
Reason: