Amibroker For Dummies........a Beginner's Forum On How To Use Amibroker

will this thread serve its purpose?

  • yes

    Votes: 397 93.2%
  • no

    Votes: 29 6.8%

  • Total voters
    426

VJAY

Well-Known Member
Nothing special required Vjay. Open two instances of Ami, choose diff DBs. Donot update any data in either. I hv never tried , so unsure.

:)
Dear Hari,
thats I know :).....I need when RT data active that time need to look EOD charts :)...when data updating ami will crash :(....
 

ocil

Well-Known Member
Dear ami experts,
Can I open/use 2 ami with diferent data base in one system ?How can I install 2 diferent ami for this?Is there any other technic to this?Please share the procedures if any one using this type setups.....:)
NB:I want to use 1 ami for RT chart another one for EOD data ...need to look charts in EOD data when opened RT data ami...
You can do it without any issue
simple install one ami in c drive and second one in d drive.
I am tested in both drive and working fine...
 
pls.........................help...plz

:confused:
hello i m new here..
i want to know that is there any process is there...in odin that
if i want to place sell order in nse equity on monday and it wil valid till next 3-4 days.....
means how to place the order with validity of 3-4 days...?

plzzzzzzzzzzzzzzzzzzzzzz help me:confused:
 

VJAY

Well-Known Member
You can do it without any issue
simple install one ami in c drive and second one in d drive.
I am tested in both drive and working fine...
Thanks ocil
...SO when both ami opened ...there is no problem 1st ami which is in llive mode as getting RT data updating?
 

yusi

Well-Known Member
Dear ami experts,
Can I open/use 2 ami with diferent data base in one system ?How can I install 2 diferent ami for this?Is there any other technic to this?Please share the procedures if any one using this type setups.....:)
NB:I want to use 1 ami for RT chart another one for EOD data ...need to look charts in EOD data when opened RT data ami...
I think this is slightly more tricky. When you install AmiBroker, it write some information to the registry. This information also points to the location where you installed Ami. So, if you "install" Ami a second time (say in D drive), the registry information is overwritten to point to the new location in D drive.

For a single installation, you can start multiple copies of AmiBroker and open different databases in each of them. No issues there.

However, if you have a datafeed going that uses COM, it will pick up the Ami pointed to in the registry. When multiple such AmiBrokers have been started the normal way, it results in confusion.

The more appropriate way is to install one AmiBroker in say C drive. Then simply copy this Ami to another location (say, in D drive) so that the registry is not affected. The datafeed that uses COM will work with the AmiBroker installed in C drive. You could manually (using a shortcut, say) open the AmiBroker in D drive and continue to view EOD charts without affecting the datafeed.

But I think that the datafeed that you are using is over-smart, and will not work but report an error saying that duplicate Amis are detected. You should tell the author of the datafeed to make this possible.
 

Similar threads