PureBytes Links
Trading Reference Links
|
Jayson, Thanks. I downloaded
the upgrade last week, but forgot to install it. It works now for the
really hard part – making $$ with it. I really appreciate the
help.
<span
>Larry M. Powell<font size=2
color=navy>
<span
>-----Original Message-----
From: Jayson
[mailto:jcasavant@xxxxxxxxxxx]
Sent: Saturday, September 13, 2003
3:02 PM
To: <font size=2
face=Tahoma>amibroker@xxxxxxxxxxxxxxx<font
size=2 face=Tahoma>
Subject: RE: [amibroker] Foreign
Help - 2
<span
>
<span
>What error Larry? it just
ran for me
<span
>
<span
>Regards,
<span
>Jayson
-----Original
Message-----
From: Larry M Powell [mailto:larypowell@xxxxxxxxxxxxx]
Sent: Saturday, September 13, 2003
11:20 AM
To: amibroker@xxxxxxxxxxxxxxx
Subject: [amibroker] Foreign Help
- 2
<span
>Ken, Jayson & Dave, I
appreciate the help. I am trying all the ideas and condensed the AFL to
the following –
<span
>
<font size=1 color=green
face="Courier New">// VGY test by LMP
<span
>
<font size=1 color=black
face="Courier New">Pds1 = <span
>13<font
size=1 color=black face="Courier New"> ; <font size=1 color=green
face="Courier New">//Optimize("pds1",6,2,21,1);
<span
>
<font size=1 color=black
face="Courier New">SetForeign(<font size=1 color=fuchsia
face="Courier New">"VGY"<font size=1 color=black
face="Courier New">); <font
size=1 color=green face="Courier New">// swap out all the price arrays
<font size=1 color=black
face="Courier New">Cond7 = <span
>PDI<font
size=1 color=black face="Courier New">(Pds1) > <font size=1 color=blue
face="Courier New">MDI<span
>(Pds1); <font
size=1 color=green face="Courier New">// +DI is above -DI
<font size=1 color=black
face="Courier New">Cond8 = <span
>MDI<font
size=1 color=black face="Courier New">(Pds1) > <font size=1 color=blue
face="Courier New">PDI<span
>(Pds1); <font
size=1 color=green face="Courier New">// -DI is above +DI
<font size=1 color=black
face="Courier New">RestorePriceArrays(); <font
size=1 color=green face="Courier New">// restore the original price arrays
<span
>
<font size=1 color=black
face="Courier New">Buy<font size=1 color=black
face="Courier New"> = Cond7 ;
<font size=1 color=black
face="Courier New">Sell<font size=1 color=black
face="Courier New"> = Cond8 ;
<span
>
<font size=1 color=black
face="Courier New">Buy<font size=1 color=black
face="Courier New"> = <span
>ExRem<font
size=1 color=black face="Courier New">(Buy,<span
>Sell);
<font size=1 color=black
face="Courier New">Sell<font size=1 color=black
face="Courier New"> = <span
>ExRem<font
size=1 color=black face="Courier New">(Sell,<span
>Buy);
<span
>
<font size=1 color=black
face="Courier New">Short<font size=1 color=black
face="Courier New"> = Sell ;
<font size=1 color=black
face="Courier New">Cover<font size=1 color=black
face="Courier New"> = Buy ;
<span
>
<span
>When I “check” the
formula or try to run it I get a Syntax Error message.
<span
>Thanks for any continued help.
<span
>
<span
>Larry M. Powell
---------------------------------------------------------------------
Eliminate annoying spam!
My mailbox is protected by iHateSpam, the #1-rated spam buster.
http://www.ihatespam.net
<span
>
<span
>
Send
BUG REPORTS to bugs@xxxxxxxxxxxxx<font size=2
face="Courier New">
Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
-----------------------------------------
Post AmiQuote-related messages ONLY to:
amiquote@xxxxxxxxxxxxxxx
(Web page: <a
href="">http://groups.yahoo.com/group/amiquote/messages/)
--------------------------------------------
Check group FAQ at: <a
href="">http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Your use of
Yahoo! Groups is subject to the Yahoo!
Terms of Service.
<font size=2
face="Courier New">Send BUG REPORTS to
bugs@xxxxxxxxxxxxx<span
>
Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
-----------------------------------------
Post AmiQuote-related messages ONLY to:
amiquote@xxxxxxxxxxxxxxx
(Web page: <a
href="">http://groups.yahoo.com/group/amiquote/messages/)
--------------------------------------------
Check group FAQ at: <a
href="">http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Your use of
Yahoo! Groups is subject to the Yahoo!
Terms of Service.
Yahoo! Groups Sponsor
ADVERTISEMENT
Send BUG REPORTS to bugs@xxxxxxxxxxxxx
Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
-----------------------------------------
Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
(Web page: http://groups.yahoo.com/group/amiquote/messages/)
--------------------------------------------
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
|