PureBytes Links
Trading Reference Links
|
thanks very very much
----- Original Message -----
From: bunseng.geo
To: equismetastock@xxxxxxxxxxxxxxx
Sent: Sunday, February 29, 2004 8:22 AM
Subject: [EquisMetaStock Group] Re: simple exploration
This is what I come up with:
if(c<0.3,0.0005,if(c>=1.5 and c<=2.995,0.005,if(c>=3 or (c>=0.3 and
c<=1.499),0.001,0)))
Someone else might like to check this.
--- In equismetastock@xxxxxxxxxxxxxxx, "Fulvio" <fulami@xxxx> wrote:
> hello, excuse for my english, this list is very good!
>
>
> Please help me to correct this simple exploration:
>
> If(CLOSE<0.3,Then Tick=0.0005)
> If(CLOSE>=0.3 and <=1,499,Then Tick=0.001)
> If(CLOSE>=1.5 and <=2,995,Then Tick=0.005)
> If(CLOSE>=3,Then Tick=0.001)
>
> tick is the name of Column B, I want that column B in report have
tick value
> calculated, I'm a newbie of this software.
>
> Thanks very much,
> Fulvio
Yahoo! Groups Sponsor
ADVERTISEMENT
Yahoo! Groups Links
To visit your group on the web, go to:
http://groups.yahoo.com/group/equismetastock/
To unsubscribe from this group, send an email to:
equismetastock-unsubscribe@xxxxxxxxxxxxxxx
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Buy Ink Cartridges or Refill Kits for your HP, Epson, Canon or Lexmark
Printer at MyInks.com. Free s/h on orders $50 or more to the US & Canada.
http://www.c1tracking.com/l.asp?cid=5511
http://us.click.yahoo.com/mOAaAA/3exGAA/qnsNAA/BefplB/TM
---------------------------------------------------------------------~->
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/equismetastock/
<*> 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/
|