[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [amibroker] 3.70beta



PureBytes Links

Trading Reference Links


Hello,
 
Yes this is proper use. String values always show 
the last bar value in Explorations.
For values at certain date you may use ValueWhen 
function
WriteVal( ValueWhen( datenum()==1010402, value ) 
)
 
Best regards,Tomasz Janeczko===============AmiBroker - the 
comprehensive share manager.<A 
href="">http://www.amibroker.com
<BLOCKQUOTE 
>
----- Original Message ----- 
<DIV 
>From: 
Dimitris 
Tsokakis 
To: <A title=amibroker@xxxxxxxxxxxxx 
href="">amibroker@xxxxxxxxxxxxxxx 
Sent: Saturday, September 01, 2001 
10:17 AM
Subject: [amibroker] 3.70beta

Dear Tomasz,Thank you very much for new 
3.70b.On + Exploration does not crash anymore when a columnX has 
string value assigned to+ Exploration handles text columns (limitation: 
only the value of stringat the ending point of analysis range is 
reported)the 
examplefilter=c>4.2;numcolumns=3;column0=close;column1="over";worked 
and resulted the second column full of "over".The 
formulafilter=c>4.2;numcolumns=3;column0=close;column1=c<4.30;column2=writeif(c<4.30,"under","over");result 
was a column full of "under", which was the last value of column 2.Isit 
the proper use of this new item?Thank you in advance for a possible 
example.
Best Regards
Dimitris TsokakisYour 
use of Yahoo! Groups is subject to the <A 
href="">Yahoo! Terms of Service. 




  • References: