I have both Norgate and DTN IQFeed. When I open DTN IQFeed and run an optimization, Amibroker shuts down. I'm running 6.90.5. The workarounds I'm considering are creating separate Windows users accounts or using a VM where each database resides on a separate instance. This is not optimal and if there's a way to run both databases on one instance, I'd like to know how. Thanks.
It is unclear because subject says something else than body of the message. Putting them together suggests that you are switching DBS while optimization is I
progress . Obviously switching databases while optimization is under way is really bad idea
- I open the Norgate database.
- I run an optimization. The optimization finishes.
- I click File->Database settings
- I select Data source: DTN IQFeed data Plug-in.
- I change the Base time interval to 5 Minute. I hit Ok.
- I get a warning about the number of bars, in this case 40 years worth.
- I change the Analysis settings Periodicity from Daily to 5 minutes. I hit Ok.
- I run an Optimization using the same AFL as I did with Norgate.
- Amibroker crashes.
Clear enough?
That is incorrect way of doing things.
Data source (plugin) in File->Database Settings should be SET ONCE.
If you want to change data sources, you should create TWO DATABASES,
one with Norgate as data source and second database with IQFeed as data source.
And from now on change databases / data sources using
File->Open Database