inWeekly = every Mon - Fri period 5*inDaily = latest 5 day period (day of week doesn't matter)
Straight from the AB help: Note that 5*inDaily is now DIFFERENT than inWeekly. 5*inDaily creates 5-day bars that DO NOT necesarily cover Monday-Friday while inWeekly ALWAYS creates bars that begin on Monday and end on Friday. --- In [email protected], "bistoman73" <bistoma...@...> wrote: > > thanks Conrad, > > if you mean "Multiple Time Frame support in AFL" inside AB help I already > ready it but I wasn't able to find any hint about how "to define" a week. > It's from Monday to Friday with no chance to change it. > > ... or maybe I am just not able to understand... > > > --- In [email protected], "conrad_faber" <cfaber@> wrote: > > > > 5*inDaily vs inWeekly > > See Multiple Time Frame help > > > > > > --- In [email protected], "bistoman73" <bistoman73@> wrote: > > > > > > it's more or less what I asked in > > > > > > http://finance.groups.yahoo.com/group/amibroker/message/141417 > > > > > > I put this link here to help you to find the solution in case someone > > > will answer in the other thread > > > > > > > > > > > > --- In [email protected], "m.csabee" <m.csabee@> wrote: > > > > > > > > Greetings all, > > > > > > > > > > > > Most charting softwares that I’ve seen always show the weekly > > > > charts of the end of a week, usually Friday.But who says that a week > > > > must end every Friday?Must a weekly chart reflect only the latest five > > > > days of trading every Friday?I think a proper weekly chart should be > > > > one that is set up to reflect one action that is one magnitude greater > > > > than the daily chart.It should display its latest price bar to always > > > > reflect where prices are relative to the latest 5 days of trading.It > > > > changes every day to reflect the latest 5 days of trading. > > > > I would use Stochastic %D on my trading system. > > > > Is it possible somehow to change the last close price every day (get > > > > the recent close price in stochastic formula) and recalculate the > > > > weekly stochastic value each day? > > > > And is it possible to appear this weekly Stochastic and daily > > > > Stochastic in same window?I would use daily price chart with second > > > > window with 2 timeframe indicator below. > > > > > > > > thanks for all help > > > > Regards > > > > > > > > > >
