PureBytes Links
Trading Reference Links
|
Thanks...didnt realize that.
Mike
--- In amibroker@xxxxxxxxxxxxxxx, "Tomasz Janeczko" <amibroker@xxxx>
wrote:
>
> Mike,
>
> This is NOT due to the fact that you are running on 64 bit Windows.
>
> It behaves THE SAME on 32 bit windows.
>
> Simply because you must NOT run 2 instances from the very same
installation directory.
>
> If you do, each instance keeps their own copy of indicator table
loaded in RAM
> and when you close the instance this table is written back to
broker.newcharts
> file, so effectively the LAST one overwrites previous writes.
> Now if you inserted different indicators in each running instance
only changes
> made to the LAST running instance will be saved (previous saves
will be overwritten).
>
> If you want to prevent it either:
> a) run from SEPARATE directories
> b) do NOT insert new indicators when you are running multiple
instances.
>
> Best regards,
> Tomasz Janeczko
> amibroker.com
> ----- Original Message -----
> From: "mikelaurataylor" <mikelaurataylor@xxxx>
> To: <amibroker@xxxxxxxxxxxxxxx>
> Sent: Sunday, December 11, 2005 9:20 PM
> Subject: [amibroker] Re: XP Professional 64 bit - almost 100% but
not quite
>
>
> > I've been running on XP 64 for about 4 months.
> >
> > For the most part it works fine.
> >
> > Every now and then, though, it seems to get confused if I have
> > multiple instances of AmiBroker running. For instance,
sometimes I
> > have an Intraday version open and an EOD version open. When
I am
> > opening/closing things in the editor, sometimes the editor or
> > something related to it loses its place (or an indicator on the
> > screen does) and won't work and when I go into "edit" to look
the
> > forumula it's blank and tells me it doesn't exist (I'll have to
copy
> > the error message down).
> >
> > Usually if I just shut down AmiBroker and then restart at that
point
> > things are fine.
> >
> > That is the only problem I've had so far.
> >
> > Mike
> >
> > --- In amibroker@xxxxxxxxxxxxxxx, "Tomasz Janeczko"
<amibroker@xxxx>
> > wrote:
> >>
> >> Hello,
> >>
> >> Yes I have tested it on Windows Pro 64 bit and it works fine.
> >>
> >> Best regards,
> >> Tomasz Janeczko
> >> amibroker.com
> >> ----- Original Message -----
> >> From: "me_rayme" <rayme9@xxxx>
> >> To: <amibroker@xxxxxxxxxxxxxxx>
> >> Sent: Sunday, December 11, 2005 9:04 PM
> >> Subject: [amibroker] XP Professional 64 bit
> >>
> >>
> >> > Will AB released version 4.70 work on 64 bit??
> >> >
> >> > Was reformatting a HD and wondered if this would work, if I
get
> > the 64
> >> > bit version XP up on a new mother board.
> >> >
> >> > Ray
> >> >
> >> >
> >> >
> >> >
> >> >
> >> >
> >> > 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 other support material please check also:
> >> > http://www.amibroker.com/support.html
> >> >
> >> >
> >> > Yahoo! Groups Links
> >> >
> >> >
> >> >
> >> >
> >> >
> >> >
> >> >
> >> >
> >>
> >
> >
> >
> >
> >
> >
> >
> > 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 other support material please check also:
> > http://www.amibroker.com/support.html
> >
> >
> > Yahoo! Groups Links
> >
> >
> >
> >
> >
> >
> >
>
------------------------ Yahoo! Groups Sponsor --------------------~-->
Try Online Currency Trading with GFT. Free 50K Demo. Trade
24 Hours. Commission-Free.
http://us.click.yahoo.com/RvFikB/9M2KAA/U1CZAA/GHeqlB/TM
--------------------------------------------------------------------~->
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 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/
<*> 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/
|