PureBytes Links
Trading Reference Links
|
Fulvio,
Copy this to ColB of your
exploration:
If(CLOSE<0.3,{Then} Tick=0.0005, {Else}
0);If(CLOSE>=0.3 and <=1.499,{Then} Tick=0.001, {Else}
0);If(CLOSE>=1.5 and <=2.995,{Then} Tick=0.005, {Else}
0);If(CLOSE>=3,{Then} Tick=0.001, {Else} 0);
However, I find it illogical to have two
different conditions
(i) >=0.3 and <=1.499
(ii) >=3
having the same output = 0.001. I assume the last
line should be
If(CLOSE>=3,{Then} Tick=0.01, {Else}
0);
DusantChief Architect<A
href="">www.candlestrength.com
<BLOCKQUOTE
>
----- Original Message -----
<DIV
>From:
Fulvio
To: <A
title=equismetastock@xxxxxxxxxxxxxxx
href="">metastock
Sent: Saturday, February 28, 2004 23:40
PM
Subject: [EquisMetaStock Group] simple
exploration
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 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.
|