Array from indicator

 

how to make an indicator like the following below, into an array like Close[i]. 

double iBullsPower(_Symbol,_Period,1,PRICE_CLOSE,i);
 
double array[];
ArrayResize(array, …);
for(int i=…-1; i >= 0; --i) array[i]= iBullsPower(_Symbol,_Period,1,PRICE_CLOSE,i);

MT4: Learn to code it.

If you don't learn MQL4/5, there is no common language for us to communicate. If we tell you what you need, you can't code it. If we give you the code, you don't know how to integrate it into your code.

Or pay (Freelance) someone to code it. Top of every page is the link Freelance.
          Hiring to write script - General - MQL5 programming forum (2019)

We're not going to code it for you (although it could happen if you are lucky or the problem is interesting.) We are willing to help you when you post your attempt (using CODE button) and state the nature of your problem.
          No free help (2017)

 
William Roeder #:

MT4: Learn to code it.

If you don't learn MQL4/5, there is no common language for us to communicate. If we tell you what you need, you can't code it. If we give you the code, you don't know how to integrate it into your code.

Or pay (Freelance) someone to code it. Top of every page is the link Freelance.
          Hiring to write script - General - MQL5 programming forum (2019)

We're not going to code it for you (although it could happen if you are lucky or the problem is interesting.) We are willing to help you when you post your attempt (using CODE button) and state the nature of your problem.
          No free help (2017)

Hi William, I've experienced trouble and confusion with freelance coders in the past, no trust, I'm going it alone and learning as best i can, thanks for your help though. When I'm in a position to do so, i'll consider employing freelancers.