PureBytes Links
Trading Reference Links
|
Yes, you add stylenorescale to each pivot line.
itmwh wrote:
Hi, apforex@
Thanks a lot for your help, now the LT MA works perfectly.
I have asked another related problems in the reply to Graham, which
is attached as follows, would appreciate if you can shed some light.
=====================================
But I have a similar problem with another chart which have some daily
pivot lines, since the pivot lines calculated with daily data are
fixed during intraday session, and the market price goes up and down
around those pivot levels, therefore I do not know I should
add "|stylenorescale" to which pivot level.
How can I get a similar result with pivot lines, just as the result
in the chart with MAs.
best regards
--- In amibroker@xxxxxxxxxxxxxxx, apforex@xxx wrote:
Plot your long term MA with *stylenorescale*:
plot( array, "", color, styleline|stylenorescale);
itmwh wrote:
Hi, I have a question about chart & scaling.
I have some long term and short term moving averages on my chart.
I need
the long term MA to keep my in line with the big trend, but for a
specific trading, only short term MA is needed to legitimate a
trade.
The problem is : it seems that Amibroker by fault puts all MAs
visible
in the same chart simultaneously, and when the LT MA and ST MA
are too
widely seperated sometimes, I missed the high solution of the
details of
the current short-term trading by including the LT MA.
I know I can manually click the "taller bars" icon in the tools
bar to
enlarge the whole chart , but is there a way to do it in AFL ,
that is
to say , to keep focus on the current shorter-term trading
environment
automatically when I opens a chart.
------------------------------------
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
------------------------------------
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/
__._,_.___
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
__,_._,___
|
|