PureBytes Links
Trading Reference Links
|
Makes no sense. "Include current values" idea means actually do not compress timeframe at all.
Such functionality already exists in the form of functions
ValueWhen( boundary_bar, array ) - gives "open"
HighestSince( boundary_bar, array ) - gives "high"
LowestSince( boundary_bar, array ) - gives "low"
"Last" of course is last - does not require any processing in case of "include current values" idea.
Best regards,
Tomasz Janeczko
amibroker.com
----- Original Message -----
From: "af_1000000" <af_1000000@xxxxxxxxx>
To: <amibroker@xxxxxxxxxxxxxxx>
Sent: Monday, August 24, 2009 10:37 AM
Subject: [amibroker] One chart instead of several ones.
>I use multiple timeframes quite extensively. For that purpose I created several layouts (each for a different symbol) with multiple
>charts. Charts have the same indicators (setups, triggers, follow-ups, .. etc). It's interesting to watch how everything flows from
>one timeframe to another.
> Unfortunately, this approach requires watching several charts at the same time. Our brains are not designed to do it in the most
> efficient way. I use four monitors and this is barely enough to handle two symbols (other staff requires some real estate too).
>
> Since all charts use the same indicators it would be highly desirable to combine all the charts into one (with the lowest
> timeframe)as long as indicators values on that one chart (from multiple timeframes) are the same as on separate charts. AB, on
> every refresh, displays indicator values based on current values of O, H, L, C (current value) regardless whether the bar is
> complete or not.
>
> The existing AB's multiple timeframe functionality does not allow to implement the above concept, because indicators are
> calculated on complete bars only. One hour timeframe means wait 1 hour to see values of indicators (now imagine 20 points drop on
> rally over that time on ES).
>
> TJ. I wonder if there is a chance to expand the existing multi timeframe functionality by adding an option "Include current
> values".
> It seems that the desired functionality is already in place, just not available in every place where needed.
>
> AF
>
>
>
> ------------------------------------
>
> **** 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
>
>
>
------------------------------------
**** 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/
|