Get Value of MFI in two different moments

 

Hi everyone,


I'm writing an expert and need to get MFI ( Money Flow Index ) of two different times for example 2009/10/08 07:00 and 08:00.

I don't seem to find the code thought, It only gives me the value of current moment !


Thanks in advance

 
anyone ?
 
double bb4, bb1;
int ibb4, ibb1;

ibb4 = 4;
ibb1 = 1;


bb4 = iMFI(NULL,0,14,ibb4);
bb1 = iMFI(NULL,0,14,ibb1);

You have to use the <go back a number of bars> method

Good Luck

-BB-

 
BarrowBoy:

You have to use the <go back a number of bars> method

Good Luck

-BB-

iBarShift helps a lot to find the value for ibbx

 

Thanks a lot BarrowBoy & meikel

I really appreciate your help

 
xphoniex:

Thanks a lot BarrowBoy & meikel

I really appreciate your help

thanks, but if you wish to getting better, simply read the f***g manual. (RTFM)

someone has had a lot of work, to write it down.

and some people had a lot of work to read it.

ok, sometimes a developer misses something. but then search again. its all their in all the manuals for all the programming languages that exist in the world.

Reason: