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

Re: [amibroker] weekly



PureBytes Links

Trading Reference Links

//Title="Average Weekly Bars";

weekprice=TwC();

Plot(C,"close",1,64);
Plot( TwEMA (WeekPrice,10) ,"Average Weekly Bars"+"
"+"WkEMAavg",colorWhite,1);
/**********************************/

Plot(C,"close",1,64);
Plot( EMA(C,10) ,"",colorWhite,1);


Stephane Carrasset wrote:

>
>
>
> Yahoo! Groups Sponsor
ADVERTISEMENT


>
> 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.

Attachment: Description: ""


  • References:
    • weekly
      • From: Stephane Carrasset