----- Original Message -----
Sent: Tuesday, June 12, 2007 3:55
AM
Subject: RE: [amibroker] OT embeding
picture into message (was Stuck in a loop..)
The simplest would be to copy active window to clipboard
{alt}PrtScn then paste it ({Ctrl}V) into your HTML
message.
That might be large size.
Alternative would be to use screen capture program i.e
HyperSnap (my preference)
or Snagit, then set format of the capture to
most efficient (need to try to save as jpg, gif or png to see resulting
size)
then paste it into your message (has to be HTML, not
txt!)
Joseph
Biran
____________________________________________
From: amibroker@xxxxxxxxxxxxxxx
[mailto:amibroker@xxxxxxxxxxxxxxx] On Behalf Of Steve
Dugas
Sent: Monday, June 11, 2007 12:21 PM
To:
amibroker@xxxxxxxxxxxxxxx
Subject: Re: [amibroker] Stuck in a
loop
Well, I wondered if embedded pictures might show
up in the post on the Yahoo site, but it seems they don't...thought
possibly this might be an alternative to attaching pictures since they
don't keep attachments. Too bad...
Steve
----- Original Message -----
Sent: Monday, June 11, 2007 1:37
PM
Subject: Re: [amibroker] Stuck in a
loop
Thanks a lot Bill, works great. I have
searched that help file so many times for "embed", "image", etc and
never found anything. Definitely helps to know what you are looking
for! I am happy now...
----- Original Message -----
Sent: Monday, June 11, 2007 1:03
PM
Subject: Re: [amibroker] Stuck in a
loop
Detailed instructions given in OE's help under
"insert a picture."
Bill
----- Original Message -----
Sent: Monday, June 11, 2007 12:21
PM
Subject: Re: [amibroker] Stuck in a
loop
Hi Bill - Could you please tell me how you
embed your picture in the message itself rather than attach it as a
seperate file? Thanks very much!
Steve
----- Original Message -----
Sent: Monday, June 11, 2007 11:57
AM
Subject: Re: [amibroker] Stuck in
a loop
To get the date column just add
addcolumn(datenum(), ... ) to your code (or first convert to any
date format that you like).
As for only getting the last bar, I don't
know what is going on because I get all bars just as you indicated
that you want. Must be something to do with your
settings.
Here is a screen shot of what I get with
datenum() included showing decreasing dates from
6/8/07: