PureBytes Links
Trading Reference Links
|
try this , its not ideal ..... until a better solution arrives
replace : Graph1=RS;
by
Plot(RS, "" , 1,8+styleLeftAxisScale);
--- In amibroker@xxxxxxxxxxxxxxx, das300@xxxx wrote:
>
> yes would be nice if it could remain static in auto till changed...
> my problem is overlaying two custom functions with drag drops..
> they just dissapear after 2nd is overlayed..i use plot function
>
>
>
>
>
> --- In amibroker@xxxxxxxxxxxxxxx, "Herman van den Bergen"
> <psytek@xxxx> wrote:
> > Try this. Right click on the chart and select edit formula, then
> change
> > settings for Scaling to Automatic. it often defaults to a weird
> custom
> > setting and that can cause the charts to be compacted.
> >
> > herman.
> > -----Original Message-----
> > From: Collectable Images [mailto:telecard@x...]
> > Sent: Monday, November 01, 2004 7:53 PM
> > To: amibroker@xxxxxxxxxxxxxxx
> > Subject: [amibroker] How to get this indicator plotted
> >
> >
> > Hi,
> >
> > I drag indicators onto the main chart window and sometimes
they
> work fine
> > (like a MA) and other times a straight line results and all
the
> indicators
> > including price are squished up in the window.
> >
> > I tried putting this one in and same proble, how do I get it
to
> plot on
> > the
> > price chart just like the mA does?
> >
> > /*Relative Slope*/
> > /*by Dimitris Tsokakis*/
> > K=EMA((H+L+C)/3,10);
> > S1=2*(K-Ref(K,-1))/(K+Ref(K,-1));
> > RS=100*EMA(S1,3);
> > Graph1=RS;
> >
> >
> > thx
> >
> >
> >
> >
> > 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
> >
> > Get unlimited calls to
> >
> > U.S./Canada
> >
> >
> >
> >
> > -----------------------------------------------------------------
---
> --------
> > --
> > 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 --------------------~-->
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/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/
|