[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[amibroker] Re: How can this be done



PureBytes Links

Trading Reference Links

Barry
i do not have tick data base as Tim has
 but i think this is the only way that he can use ....what you
believe ?

TimeFrameMode
( 2 );
TimeFrameSet( 50000 ); // 50'000 share bars..
//...do something ...
  CCI, TSI, ERG
TimeFrameRestore();

Panos

At 07:10 PM 03-12-2008 03-12-2008, you wrote:

Have you tried putting all the formulas in one chart and displaying
the results within that chart using different colors? The only thing
you have to concern yourself with is the scale of the data. I assume
both V... lines are close to the same value and could be plotted
using the same scale, the normal right scale. The other you may have
to float using either styleownscale or styleleftscale. For instance

plot(CCI(8), "CCI", colorred, styleownscale);

will plot nicely over a price chart. If you don't change scales for
CCI it will plot as a line at the bottom of the chart and the price
as a line at the top. Using separate scales allows plotting data of
vastly different sizes.

Barry

--- In amibroker@xxxxxxxxxxxxxxx , "Tim" <raven4ns@xxx> wrote:
>
> Let's say you have 2 charts on your screen side by side of IBM. 1
> chart is a Constant Volume chart of V117649 and the other chart is a
> Constant Volume chart of V16807. Now below each chart you have the
> Ergodic TSI indicator showing the strength in each chart. What I
want
> to do is to switch the TSI showing the strength in the V16807 to the
> V117649 and eliminate the original TSI for the V117649 chart. What I
> will end up with is the V117649 chart and the TSI showing the
strength
> from the V16807.
> The reason I want to do this is that the V16807 is a faster chart
than
> the V117649 consequently the TSI will be faster as well giving you a
> faster response time for the slower V117649 chart. Both charts are
> fractal charts using 7 as the fractal number thus they both relate
to
> each other. I would very much appreciate your help with this. Thank
you.
>
> Kindest regards,
>
> Tim
>
__._,_.___

**** IMPORTANT ****
This group is for the discussion between users only.
This is *NOT* technical support channel.

*********************
TO GET TECHNICAL 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

*********************************




Your email settings: Individual Email|Traditional
Change settings via the Web (Yahoo! ID required)
Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured
Visit Your Group | Yahoo! Groups Terms of Use | Unsubscribe

__,_._,___