jensfrode said:who do i correct that...in windows xp
but who can i get a bar graf insted of an line graf
JEru
jensfrode said:Zeppo!
I was thinking about a bar graf in Bop see the link you gave me...i we managed after some try to get it working(the bop) but with a line graf.I read the manual E. so one day .Iwe downloaded formual primer.Thanks.
But its not easy to understand what is wrong for a new beginner with formula who dont work right when you paste it in the indicator.
I am greatful for your reply...and time.
By the way do you know where i can get information or who i can look at a security - against its market.
And what are good orr bad indicators to use for intraday trading.
Have a good day.
Jeru
ZEPPO said:Hi jensfrode,
To tell you the truth, I haven’t got a clue! “moneystream” is a proprietary indicator, and it is evident that Worden has no intention to make the formula public.
All is not lost, though: Mark Chaikin and David Bostian are mentioned, this is important.
Both Mark Chaikin’s “Money Flow” and Gene Quong and Avram Soudek’s “Money Flow Index” are already built in Metastock – just call them up.
David Bostian isn’t – which is where I come in.
The formula below is the “Intraday Intensity” oscillator version; you can find all this in John Bollinger’s “Bollinger on Bollinger Bands” text, ISBN 0-07-137368-3; check Amazon.com, you might get a deal.
____________________________________________
%b Intraday Intensity:
____________________________________________
{Bostian's Intraday Intensity Index }
var1 := (((2*C)-H)-L);
var1 := If(var1=0,0.01,var1);
var2 := (H-L);
var2 := If(var2=0,0.01,var2);
var3 := Sum((var1/var2)* VOLUME,21);
var4 := (Sum(VOLUME,21));
var5 := (var3/var4);
II := var5 *100;
II
_____________________________________________
Use it as a proxy for Moneystream, as I think it is the closer you could probably find to it.
Regards.
Eduardo
jensfrode said:Hi again!
"I simply do not know what’s wrong with your computer – contact Equis through the link I gave you, it is in their interest to help you."
Yes i have tried these, some problems i get an answare to and other they dont reply or forget??
Please can you only tell me this. if you paste in Bostian Intraday formula Eduardos inside your indicator: Does it work in your metastock??
{Bostian's Intraday Intensity Index }
var1 := (((2*C)-H)-L);
var1 := If(var1=0,0.01,var1);
var2 := (H-L);
var2 := If(var2=0,0.01,var2);
var3 := Sum((var1/var2)* VOLUME,21);
var4 := (Sum(VOLUME,21));
var5 := (var3/var4);
II := var5 *100;
II
the text cursor is blinking
var1 := If(var1=0, HERE 0.01,var1);
and when i do like this, its working
var1 := If(var1=0,01,var1);
Iwe learned a lot from you..thanks again i will soon be back.Keep up the good work.
Jeru :cheesy:
hypersteroid2000 said:hi eduardo do you mind to give me a bit favor. I dont know how to define cross20 days in 1 month
>
> if the formula for cross 20 days high is
> Cross(C,Ref(HHV(H,20),-1))
>
> how can I write so that the meaning of the formula become cross 20
> high in 1 month?????
>
>
> many Thanks
jensfrode said:Hello Zeppo and Jose!
I have tried more on the issue and i done what you said E.
go to Start- Settings- Control Panel- Regional and Language Options- Regional Options tab- Customize- Numbers; you can manipulate your settings from there.
And after some trying i got it right like . not , and so on.
And now im glad to say, to you both, "your" formula work fine.
I really hope i can get back to you another time, for more help,you never know..even perhaps today. Never know when i run into something i dont understand :cheesy:
Jeru