PureBytes Links
Trading Reference Links
|
Mike,
Thank you for the detailed instructions. I'll give this a try as a
potential solution. I use Microsoft Paint for various bitmap images
and it does have the capability of resizing and printing.
Inspired by your suggestion, I'm wondering if using an 'automation
script' of some sort to control AB in a 'sequential procedure' might
work, such as: 0) select a desired watchlist, 1) get watchlist
symbol, 2) display its chart (any residual default timeframe), 3)
select 'D(aily)' button to display this timeframe, 4) Print, 5)
select 'W(eekly)' button, 6) Print, 7) select 'M(onthly)' button, 8)
Print, 9) check for next symbol in watchlist, 10) if present, get
symbol and go to step #2 to repeat, else, terminate. Then initiate
script (of some sort) to retrieve print images from print buffer, use
some kind of 'template page layout' formatting procedure, and print
each set of three-image groups on a sheet of paper per group. My
programming experience tells me this should be 'doable', but I'm not
familiar enough with specific details of Windows API functions to
know how to do this. (Nor do I know if AB can be controlled in this
fashion.) Any comments by 'those in the know' regarding this idea
would be greatly appreciated.
Mike, in any case, thank you for your helpful suggestion!! (;->)
Buzz
--- In amibroker@xxxxxxxxxxxxxxx, "Mike" <sfclimbers@xxx> wrote:
>
> Buzz,
>
> I wasn't able to do what you wanted within AmiBroker alone. But, if
> you have any kind of program that can resize/rotate a bitmap,
> including Microsoft Word, you can get the end result that you are
> asking for.
>
> Note that I have very little experience with the charting features
of
> AmiBroker, so there may be an easier way. But, if nobody else can
> provide a cleaner answer, this will get you going.
>
> In AmiBroker (probably wise to do this in a new layout):
> - Create 3 new blank charts
> - Tile windows horizontally (using Window menu from main menubar)
> - Drag drop Price into each of the charts above
> - Set desired timeframes for each chart (i.e. one daily/one
> weekly/one monthly)
> - Set all charts to have the same symbol link using "s" icon at
> bottom of chart window (e.g. all using red "link 1").
> - Type desired symbol in symbol field of main toolbar (note all 3
> charts refresh to current symbol)
> - Close or unpin any AmiBroker windows (e.g. symbols, layout, etc.)
> that you do not want in your printout
> - Press CTRL and ALT and PrtScr keys (this will create a bitmap
image
> of the entire AmiBroker window in your computer's clipboard)
>
> Within bitmap capable program (e.g. Microsoft Word):
> - Choose Paste from Edit menu (you should see image of your
amibroker
> window) get pasted into your document.
> - Rotate the image 90 degrees (e.g. from Picture toolbar in Word)
> - Change image width to about 10 inches (e.g. from Format |
> Picture... | Size in Word).
> - Print Preview from File menu to verify everything fits on single
> page.
> - Print
>
> Mike
>
> --- In amibroker@xxxxxxxxxxxxxxx, "Buzz M. Ross" <buzzmr@> wrote:
> >
> > I've attempted to find an answer in various documentation areas
for
> AB
> > to the following question, but have been unsuccessful. Can
anyone
> shed
> > some fruitful light on a solution to this:
> >
> > For a single ticker symbol, and at a glance, I'd like to be able
to
> see
> > the charts for Daily, Weekly, and Monthly bar time frames all on
a
> > single sheet of paper. Can AB be set up to print all 3 charts
> > (Daily,Weekly,Monthly) on one sheet of paper? If so, what is the
> > earliest version of AB that can be configured to do this, and
what
> > setup procedure is required?
> >
> > I'd appreciate any help and/or suggestions to solve this
problem.
> > Thanks!!
> >
> > Buzz
> >
>
------------------------------------
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/
|