PureBytes Links
Trading Reference Links
|
<span
>Excellent, thanks
Anthony.
<span
>Gordon
<span
>-----Original Message-----
From: Anthony Faragasso
[mailto:ajf1111@xxxxxxxx]
Sent: Sunday, 25 July 2004 1:23
p.m.
To: amibroker@xxxxxxxxxxxxxxx
Subject: Re: [amibroker] Help
needed
<font size=3
face="Times New Roman">
<font size=2
face="Courier New">Gordon,<font
size=2 face="Courier New">
Here is the updated formula to show formatted
Date...
CondBull=SAR()<C;//bull
condbear=SAR()>C;//bear
switch=Flip(Condbull,Condbear);
price=ValueWhen(Flip(Condbull,Condbear),C);
DateNumb=ValueWhen(switch,DateTime());
Filter=1;
Buy=0;
text=WriteIf(Condbull,"Bull",WriteIf(Condbear,"Bear",""));
AddColumn(DateNumB,"DateOFflip",formatDateTime);
AddColumn(Condbear,"Bear");
AddColumn(switch,"switch");
AddColumn(price,"close");
AddTextColumn(text,"SAR()");
Anthony
Check
AmiBroker web page at:<span
>
http://www.amibroker.com/
Check group FAQ at: <a
href="">http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Check AmiBroker web page at:
http://www.amibroker.com/
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Yahoo! Groups Sponsor
ADVERTISEMENT
Yahoo! Groups Links
To visit your group on the web, go to:http://groups.yahoo.com/group/amibroker/
To unsubscribe from this group, send an email to:amibroker-unsubscribe@xxxxxxxxxxxxxxx
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
|