PureBytes Links
Trading Reference Links
|
I would like to ask something slightly different:
on weekly TF we consider data from monday to friday like in:
TimeFrameSet( inWeekly );
m = MACD(12, 26 );
TimeFrameRestore();
m1 = TimeFrameExpand( m, inWeekly,expandLast );
in this example m1 (MACD weekly) has the same value till next friday. OK.
I would like to have the indicator calculated "on the last 5 days"
on Monday: with the data from last tuesday to monday
on Tuesday: with the data from last Wednesday to Tuesday
end so on till
on Friday: with the data from last monday to Friday (as in the weekly chart)
how can I do it?
Is it possible to have this done with using Multitimeframe functions or is it needed to code by own?
I am sorry if this is a too basic question
Bisto
--- In amibroker@xxxxxxxxxxxxxxx, "af_1000000" <af_1000000@xxx> wrote:
> For the sake of simplicity just assume that we have weekly and daily >charts in a layout, one indicator RSI(14) on both charts, and today is >Wednesday. If we look on a weekly chart AB displays RSI(14) value on Y >axis of the indicator window AS OF WEDNESDAY (13 closes as of previous >Fridays and the close of today's Wednesday are used to calculate it).
------------------------------------
**** IMPORTANT PLEASE READ ****
This group is for the discussion between users only.
This is *NOT* technical support channel.
TO GET TECHNICAL SUPPORT send an e-mail directly to
SUPPORT {at} amibroker.com
TO SUBMIT SUGGESTIONS please use FEEDBACK CENTER at
http://www.amibroker.com/feedback/
(submissions sent via other channels won't be considered)
For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/amibroker/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:amibroker-digest@xxxxxxxxxxxxxxx
mailto:amibroker-fullfeatured@xxxxxxxxxxxxxxx
<*> To unsubscribe from this group, send an email to:
amibroker-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|