Would it be possible to do the following?
(in TickSize units) Joseph Biran ____________________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Tomasz Janeczko Sent: Monday, July 23, 2007 9:18 AM To: [email protected] Subject: Re: [amibroker] set the range bar by ticks [Beta 4.97] Hello, You can, if you control it from the code TimeFrameMode( 3 ); TimeFrameSet( 30 * TickSize ); Plot( C, "Price", colorBlack, styleCandle ); This however gives time-compressed chart with base interval unchanged. In the future I may consider adding per-symbol setting for "preferred" range bar or something along these lines. Best regards, Tomasz Janeczko amibroker.com ----- Original Message ----- From: Clement Chin <mailto:[EMAIL PROTECTED]> To: [email protected] Sent: Monday, July 23, 2007 5:40 PM Subject: RE: [amibroker] Beta 4.97 Hi, Tomasz, Is it possible to have option to set the range bar by ticks? As if we change the symbols from one to another, the Range Bar will display erratically. Thank you. Clement From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Tomasz Janeczko Sent: Monday, July 23, 2007 11:11 PM To: [email protected] Subject: Re: [amibroker] Beta 4.97 Hello, At the moment minimum supported range of the bar is 0.01 To define such range, go to Tools->Preferences, "Intraday" tab and enter 0.01 in one of the "Custom ntick/nvolume/range chart settings" and select "R- $ range" from the combo next to it. Then press OK. Now View->Intraday->0.01 R menu will allow you to select this range. If you need ranges smaller than 0.01 you would need to wait until I change somehow the internal representation of ranges since they currently have limit of from 0.01 to 9999.99 Best regards, Tomasz Janeczko amibroker.com ----- Original Message ----- From: "Paul Yarwood" <[EMAIL PROTECTED] <mailto:pyarwood%40msn.com> > To: <[email protected] <mailto:amibroker%40yahoogroups.com> > Sent: Monday, July 23, 2007 2:39 PM Subject: [amibroker] Beta 4.97 > Thankyou Tomasz for the great new features. > > I have a small problem when setting range bars for the currencies futures. > How do I get 4 decimal places since a tick in the euro future contract is > .0001 and the limit for range bars is set at .01
<<image001.png>>
