PureBytes Links
Trading Reference Links
|
after some tests I add the following two further steps to have two identical AB sessions without any links between them:
1. change the default database path to ....
2. change the standard include path to C:\Programmi\AB2\Formulas\Include
3. change the formula tree root path to C:\Programmi\AB2\Formulas
otherwise the second session, used for optimization pourpouses, could suffer of changes done in the "main" session.
i.e. could happen that a change done in the CBI.afl file in the include path of the main session could be applied also to the second session that was intended to be "frozen" at the moment you decided to do an optimization
Do you have any suggestion of further steps to be done to separate the two sessions?
I remember that the goal is to have a second session of AB to be used for optimization pourposes "frozen at the T moment" while you can safely continue to develop ideas in the first session not having to think that the second session is running.
After the "freezing moment" no links between the two sessions are desired.
It's not important that changes done is AB2 session will be lost at the next freezing process
PS (not needed): do some coding guru have an idea of a way to change the two above directories paths by some command lines to be added to the batch file?
thanks
Bisto
--- In amibroker@xxxxxxxxxxxxxxx, "bistoman73" <bistoman73@xxx> wrote:
>
> rd C:\programmi\AB2 /S /Q
>
> xcopy c:\programmi\amibroker c:\programmi\AB2 /E /I /H /Y /Q
>
> C:\Programmi\AB2\Broker.exe
>
>
> is better, otherwise old files could survive in AB2 for ever
>
------------------------------------
**** IMPORTANT PLEASE READ ****
This group is for the discussion between users only.
This is *NOT* technical support channel.
TO GET TECHNICAL SUPPORT send an e-mail directly to
SUPPORT {at} amibroker.com
TO SUBMIT SUGGESTIONS please use FEEDBACK CENTER at
http://www.amibroker.com/feedback/
(submissions sent via other channels won't be considered)
For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/amibroker/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:amibroker-digest@xxxxxxxxxxxxxxx
mailto:amibroker-fullfeatured@xxxxxxxxxxxxxxx
<*> 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/
|