PureBytes Links
Trading Reference Links
|
Is it possible to view a higher time frame chart but calculate
indicators based on a lower level time frame?
E.g
View a 15 minute chart but have indicators on it that were created
from tick level data?
I'm fairly sure it says you can't do this in the Help but hope someone
can confirm or deny this for me. Hopefully deny :)
The following code run on a 30 minute chart only gives me the close
price from the 30 minute time frame, not the 15 minute time frame that
I want.
TimeFrameSet(in15Minute);
for (bar = 0; bar<30; bar++){
_TRACE("C:\t" + C[bar]);
}
TimeFrameRestore();
Cheers,
Julian.
------------------------------------
Please note that this group is for discussion between users only.
To get support from AmiBroker please send an e-mail directly to
SUPPORT {at} amibroker.com
For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/
For other support material please check also:
http://www.amibroker.com/support.html
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/
|