Re: [amibroker] Maintaining cursor position between time frames

2009-11-19 Thread Potato Soup
+1. -Original Message- From: "Anthony" Date: Wed, 18 Nov 2009 07:43:24 To: Subject: [amibroker] Maintaining cursor position between time frames Is there a way that one can maintain your current cursor position on the screen so that the chart re-organises itself around the current posi

Re: [amibroker] Maintaining cursor position between time frames

2009-11-19 Thread reinsley
+1 Ctrl 1, Ctrl 5, Ctrl 6, Ctrl h etc. may help to switch quickly but no way to center around the cursor. Anthony a écrit : > > > Is there a way that one can maintain your current cursor position on the > screen so that the chart re-organises itself around the current position > on the s

RE: [amibroker] Maintaining cursor position between time frames

2009-12-06 Thread Joris Schuller
You want what we all want: Expansion/contraction around the current point of interest when switching time frames. No, there is no such capability. The best way to not get lost when switching time frames is clicking on your selected time, thus creating a vertical line and hunt for that vertical li

RE: [amibroker] Maintaining cursor position between time frames

2009-12-06 Thread Neil Wrightson
ining cursor position between time frames You want what we all want: Expansion/contraction around the current point of interest when switching time frames. No, there is no such capability. The best way to not get lost when switching time frames is clicking on your selected time, thus creat

Re: [amibroker] Maintaining cursor position between time frames

2009-12-06 Thread reinsley
Joris, +1 In a variation on the same theme, I made many attempts between floating windows displaying two different futures. I was not successful, not yet... Could you please share your code ? Thank in advance. Best regards Joris Schuller a écrit : > > > _You want what we all want_: Exp

RE: [amibroker] Maintaining cursor position between time frames

2009-12-06 Thread Joris M.schuller
Behalf Of reinsley Sent: Sunday, December 06, 2009 8:43 AM To: amibroker@yahoogroups.com Subject: Re: [amibroker] Maintaining cursor position between time frames Joris, +1 In a variation on the same theme, I made many attempts between floating windows displaying two different futures. I was not

RE: [amibroker] Maintaining cursor position between time frames

2009-12-08 Thread Joris Schuller
mer) ZoomSync( False ); //====End of Code============ -Original Message- From: amibroker@yahoogroups.com [mailto:amibro...@yahoogroups.com] On Behalf Of reinsley Sent: Sunday, December 06, 2009 8:43 AM To: amibroker@yahoogroups.com Subje

Re: [amibroker] Maintaining cursor position between time frames

2009-12-09 Thread reinsley
tr + " - " + > Curendstr ); > OADW = OADoc.Windows; > // Document window count assumed to be 1 > OADocWin = OADW.Item( 0 ); > OADocWin.ZoomToRange( FirstDateTimestr, LastDateTimestr ); > } > } > res = True; > } > } > return res; > } > > UseZoomer = Pa

Re: [amibroker] Maintaining cursor position between time frames; Trivia for Reinsley

2009-12-11 Thread reinsley
ginal Message- > > From: amibroker@yahoogroups.com [mailto:amibroker@yahoogroups.com > <mailto:amibroker@yahoogroups.com>] On Behalf Of reinsley > > Sent: Wednesday, December 09, 2009 3:40 AM > > To: amibroker@yahoogroups.com > > Subject: Re: [amibroker] M