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

[amibroker] Re: Identifying Pnf Patterns



PureBytes Links

Trading Reference Links

1. I get Endless loop error .

It works just fine for me, however try to replace:

while ( LastValue (bot)< LastValue (top)-0.5*box)
with :
for  ( n=LastValue (bot); n< LastValue (top);  n = n+box)


2.  I can not see the Axis price.

easy fix:
You need to set Preferences\Charting\Blank bars in right margin >= 10.

or you can control the right margin of axis price form:

xposition = BarCount+2;

for example:
xposition = BarCount-3;

you can control the right margin grid  assigning the variable shift a value different from 7:

example:
shift = 3;







__._,_.___

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





SPONSORED LINKS
Investment management software Investment property software Investment software
Investment tracking software Return on investment software

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

__,_._,___