Thanks Brooke, Your custom EMA formula does the job!! PS: Shouldn't you start with for i=299 to 0 step -1 do because the seed starts at i=-300 Greetings from...
Yes, Patrick, starting i from 299 sounds like a good idea. Thanks for the greetings from Holland, too. May the Elder Force be with you. -- Brooke ... From:...
I've seen a note saying the Metastock version was: Sum( If( C>Ref(C,-1), V*(C-Ref(C,-1)),If(C<Ref(C,-1), V*(C-Ref(C,-1)), 0)),18) with an exponential 9-day...
In the 1960's, Worden Brothers (Don Worden) published an advisory letter out of Florida. One of their indicators at that time was Tick Volume which, like OBV,...
Trying to design a formula that will tell me exactly when 7 Day EMA crosses over 30 day EMA both positely and negatively. Suggestions welcome. Thanks. Pete...
Hello, Mansfield Stock Charts provide a Relative Strength Line with a zero-line. Does anyone know how this zero-line is calculated? Thanks, Patrick [Non-text...
My guess is that they subtract 50 from the value of the relative strength value. This will give you a RSI oscillator that goes from -50 to +50. You can also...
Sorry, I am talking about Relative Strength Comparative, not RSI (Wilder). Patrick ... From: Lionel Issen To: quotes-plus@yahoogroups.com Sent: February 08,...
I am trying to design a scan that will find issues for which the value has changed by at least 20% over the last 30 days.This is what I came up with but it...
Still have a problem. Removed the bracket and it now tells me the following message when I try to run a scan..."division by zero". What does that mean? ... ...
You are dividing by " CumulMoneyFlow". Market data provides much of the data in the data base. If there is any that is unavailable, a zero becomes the place...
Kranyakd@...
Feb 12, 2003 4:11 am
12623
Abs(CumulMoneyFlow(0)- CumulMoneyFlow(-29) ) / CumulMoneyFlow This statement is causing the problem. The denominator is zero in some cases. One solution is...
An additional option is to place the equation within a parent if - if CmulMoneyFlow <> 0.0 then Abs(CumulMoneyFlow(0)- CumulMoneyFlow(-29) ) / CumulMoneyFlow; ...
I'm running it now with the current HGS software, the software needs to be updated in order to get all of the data, else it will only read 3000 days. There...
In a message dated 2/11/2003 3:07:40 PM Eastern Standard Time, ... Hi Gary ; ) Need any beta testers??? Or are you all done with that phase . . . Just asking ....