PureBytes Links
Trading Reference Links
|
Yes Thats it.
I was too tired lastnight.
<Michael>
At 04:59 PM 18/08/2003 +0000, you wrote:
>Stephane,
>I dont know scSwingFibo, but the second line should be
>ticker=Writeif(tick==1,"^IXIC","^DJI");
>Dimitris
>--- In amibroker@xxxxxxxxxxxxxxx, "Stephane Carrasset"
><nenapacwanfr@xxxx> wrote:
> > Michael,
> >
> > you're right that's works like this
> > tick=Optimize("tick", 1, 1, 3, 1 );
> > if(tick==1)
> > {ticker = "^IXIC";}
> > if(tick==2)
> > {ticker = "^DJI";}
> > if(tick==3)
> > {ticker = "999150";}
> >
> > scSwingFibo(ticker,4);
> >
> > I come back slowly to trading and discover all the new enhancements
> > of Amibroker.
> >
> > Stephane
------------------------ 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/l.m7sD/LIdGAA/qnsNAA/GHeqlB/TM
---------------------------------------------------------------------~->
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 http://docs.yahoo.com/info/terms/
|