PureBytes Links
Trading Reference Links
|
I have noticed a similar problem when zooming into different time
scales using RT data.
For example, I have some code that plots daily pivot points. As I
move into progressively shorter timeframes the charts will suddenly
rescale so that everything is pretty much a flat line. Eg, it will
look fine on hourly, 15 minute and 5 minute but if you move to 1
minute you have to zoom out (i.e. add more data into the picture) to
be able to be get it to a realistic scale. Unfortunately at this
point, the bars are too small to be of any use in reading.
--- In amibroker@xxxxxxxxxxxxxxx, "Herman van den Bergen"
<psytek@xxxx> wrote:
> It also often happens if you use a styleownscale ahead of other plot
> statements, hence I alway group my StyleownScale statements at the
end of my
> plots.
>
> Sometimes it helps to force scaling the chart by placing a dummy plot()
> ahead of all your other Plot statements with stylenoline|stylenolable.
>
> herman
> -----Original Message-----
> From: Tomasz Janeczko [mailto:amibroker@x...]
> Sent: Wednesday, September 08, 2004 3:10 AM
> To: amibroker@xxxxxxxxxxxxxxx
> Subject: Re: [amibroker] The incredible shrinking chart
>
>
> Hello,
>
> I have managed to reproduce this behaviour in one of the charts
> and I am working to fix this.
>
> Best regards,
> Tomasz Janeczko
> amibroker.com
> ----- Original Message -----
> From: "Gordon" <gordon@xxxx>
> To: <amibroker@xxxxxxxxxxxxxxx>
> Sent: Wednesday, September 08, 2004 5:35 AM
> Subject: [amibroker] The incredible shrinking chart
>
>
> > Hi All,
> >
> > I have some afl code that plots a candle price chart as well as some
> > lines using linearray. Everything draws just fine. However, as I
> > click the slider bar to move different dates in and out of view, the
> > code rexecutes, and the largest value on the Y-axis steadily
> > increases until the entire chart is a flat line. For all of the line
> > plots, I use styleNoRescale, however, I still get the behavior I'm
> > describing. I haven't had this problem with other price charts I've
> > created using afl.
> >
> > Has anyone seen this/know of the solution? Thanks,
> >
> > Gordon
> >
> >
> >
> >
> > Check AmiBroker web page at:
> > http://www.amibroker.com/
> >
> > Check group FAQ at:
> http://groups.yahoo.com/group/amibroker/files/groupfaq.html
> > Yahoo! Groups Links
> >
> >
> >
> >
> >
> >
>
>
> Check AmiBroker web page at:
> http://www.amibroker.com/
>
> Check group FAQ at:
> http://groups.yahoo.com/group/amibroker/files/groupfaq.html
>
>
> Yahoo! Groups Sponsor
> ADVERTISEMENT
>
>
>
>
>
>
----------------------------------------------------------------------------
> --
> Yahoo! Groups Links
>
> a.. To visit your group on the web, go to:
> http://groups.yahoo.com/group/amibroker/
>
> b.. To unsubscribe from this group, send an email to:
> amibroker-unsubscribe@xxxxxxxxxxxxxxx
>
> c.. Your use of Yahoo! Groups is subject to the Yahoo! Terms of
Service.
>
>
>
> [Non-text portions of this message have been removed]
------------------------ Yahoo! Groups Sponsor --------------------~-->
$9.95 domain names from Yahoo!. Register anything.
http://us.click.yahoo.com/J8kdrA/y20IAA/yQLSAA/GHeqlB/TM
--------------------------------------------------------------------~->
Check AmiBroker web page at:
http://www.amibroker.com/
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> 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/
|