PureBytes Links
Trading Reference Links
|
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
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/
|