PureBytes Links
Trading Reference Links
|
That's it
thank you Jay
A little error of arithmetic :-)
Another question, do you know if it's possible to create a
spreadsheet page or a .txt with the values that this indicator
produce? Do you know the function "MessageLog" of TradeStation? Is it
possible to MS create something like that?
Again, than
k you
--- In equismetastock@xxxxxxxxxxxxxxx, JayTownsend@xxxx wrote:
> In line 2 of your formula, you are testing "today's" open
vs "yesterday's"
> close, then you are subtracting "yesterday's" open from "today's"
close.
> Your arithmetic operators do not match your IF condition and can
easily give
> you negative numbers. I think that in line 2 you want to subtract
> "yesterday's" close from "today's" open. That would follow your IF
test and
> give you positive results.
>
> Jay
>
> <<Hi
>
> what is wrong with the following formula:
>
> If(OPEN>Ref(CLOSE,-1),OPEN-Ref(CLOSE,-1),0);
>
> If(OPEN<Ref(CLOSE,-1),CLOSE-Ref(OPEN,-1),0);
>
> Why in some cases the histogram give me positive values, being the
> condition that I want, the range between the open and close of the
> previous day but in other cases it gives negative values, being the
> total range of the day, high minus low.
>
> Thank you>>
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Make Money Online Auctions! Make $500.00 or We Will Give You Thirty Dollars for Trying!
http://us.click.yahoo.com/yMx78A/fNtFAA/i5gGAA/BefplB/TM
---------------------------------------------------------------------~->
To unsubscribe from this group, send an email to:
equismetastock-unsubscribe@xxxxxxxxxxxxxxx
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
|