PureBytes Links
Trading Reference Links
|
Anthony
I'll do an update to the timeframe with afC, afH, afL, afO and afMA,
afEMA,afHHV and afLLV
af for anthony faragasso or "additionnal frame"
we 'll have the two versions , the old ( with tw) plotted on monday
aand the new (with af) plotted on friday
stephane
> Thank you also for the additional code in the timeframe dll.
>
> Good night.
>
> Anthony
>
> Stephane Carrasset wrote:
>
> > Anthony,
> >
> > I have added and uploaded a code in the timeframe dll( third
party )
> > that is
> >
> > Plot( afEMA ( afC() ,10) ,"",colorWhite,1);
> > that one give exactly the same value of weekly ema chart on last
day
> > of week.
> >
> > stephane
> >
> >
> >
> >
> > > The two formulas are.
> > >
> > > //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@xxxx
> > > > (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.
> >
> >
> > Yahoo! Groups Sponsor
> ADVERTISEMENT
>
>
> >
> > Post AmiQuote-related messages ONLY to: amiquote@xxxx
> > (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.
|