PureBytes Links
Trading Reference Links
|
Hello
I am trying to take a screenshot of the chart. it works fine except
for 1 minor detail which is inconsistent.
i have some text plotted by Plottext. this text appears in some
screenshots and not in others. however it always appears in the chart
at all times.
How can i trouble shoot this discrepency.
oADoc=application.Documents.open( tradeObj.Symbol) #open the symbol
to see
application.LoadLayout
("E:\\Data\\stocks\\Layouts\\DailyLayout.awl") #load the template to
take screenshot
oAWnd = oADoc.ActiveWindow
oAWnd.ZoomToRange(Time.parse(tradeObj.entryDateTime) - (40 *
NO_OF_SECONDS_IN_DAY) ,Time.parse(tradeObj.exitDateTime) + (40 *
NO_OF_SECONDS_IN_DAY))
oAWnd.exportImage
("c:\\temp\\pictures\\Dailyyahooshot.bmp",800,600)
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/
|