PureBytes Links
Trading Reference Links
|
Last time I spoke to a tech at Equis he told me to copy over:
Charts (folder)
Experts(folder)
Explore(folder)
Results(folder)
Form.Dta (That's usually listed as MS70, MS80 or MS90Form.Dta whatever version you have)
Expl.Dta (same applies as above)
Expt.Dta (again)
St_DATA
I don't know about the DLL's but they probably should be copied over unless you want to reload all your external DLL's again.
Hope that helps,
G
-- Metastockusers@xxxxxxxxxxxxxxx wrote: ------------------------ Yahoo! Groups Sponsor --------------------~--> Help Sudanese refugees rebuild their lives through GlobalGiving. http://us.click.yahoo.com/hjNroD/EbOLAA/cosFAA/zMEolB/TM --------------------------------------------------------------------~->
There are 6 messages in this issue.
Topics in this digest:
1. Transferring data to a new computer From: "terry34528" <Terry34528@xxxxxxx> 2. (unknown) From: "ctnbpl2003@xxxxxxxxx" <ctnbpl2003@xxxxxxxxx> 3. Cross over formula From: "glennmis2004" <gamski@xxxxxxxxxxx> 4. RE: Transferring data to a new computer From: "John Doe" <ms001122@xxxxxxxxxxx> 5. RE: Cross over formula From: "John Doe" <ms001122@xxxxxxxxxxx> 6. Re: (unknown) From: "Barry Vincent" <189@xxxxxxxxxxx>
________________________________________________________________________ ________________________________________________________________________
Message: 1 Date: Mon, 05 Sep 2005 04:30:44 -0000 From: "terry34528" <Terry34528@xxxxxxx> Subject: Transferring data to a new computer
I'm transferring to a new computer. I need help finding the correct files to copy that contain my templates, formulas, experts, explorations, etc. Can anybody help? Thanks, Terry
________________________________________________________________________ ________________________________________________________________________
Message: 2 Date: Mon, 5 Sep 2005 04:14:19 -0700 (PDT) From: "ctnbpl2003@xxxxxxxxx" <ctnbpl2003@xxxxxxxxx> Subject: (unknown)
I'm transferring to a new computer. I need help finding the correct files to copy that contain my templates, formulas, experts, explorations, etc. Can anybody help? Thanks
KONRAD KORZENIOWSKI
--------------------------------- Click here to donate to the Hurricane Katrina relief effort.
[This message contained attachments]
________________________________________________________________________ ________________________________________________________________________
Message: 3 Date: Mon, 05 Sep 2005 14:25:24 -0000 From: "glennmis2004" <gamski@xxxxxxxxxxx> Subject: Cross over formula
Purchased Metastock 9.1 EOD and need a little help on this cross over formula. Placed the formula in the filter box. Also, wanted to be able to adjust the Periods. So anytime the 9 day expotential average crosses the 26 day, the stock is highlighted. Also wanted to be able to select the stocks to review. Any comments would be helpful.
My formula is listed below:
periods1 := 9; periods2 := 26; C<5 AND Cross(Mov(C,periods1,E),(Mov(C,periods2,E)))
Thanks
Gamski
________________________________________________________________________ ________________________________________________________________________
Message: 4 Date: Mon, 05 Sep 2005 14:38:22 +0000 From: "John Doe" <ms001122@xxxxxxxxxxx> Subject: RE: Transferring data to a new computer
Terry,
- use Indicator builder/Organizer/Export formula files to export all Custom indicators, System tests, Explorations, etc. I find it easiest to export these to a new directory (e.g. MSbackup) on a hard drive, and then copy them over to a CDRW/DVDRW/external hard disk, if needed. But this process does not export all of the DLLs or your custom charts & templates. For that, just copy the subfolders External Function DLLs and Charts located under Equis\Metastock to another medium (or even the same direcory as above) as described above. After you have installed MS and any plubins or addons you have purchased on the new PC, and have rebooted, just use Indicator builder/Organizer/Import formula files to import those files you exported above. Since many may already exist in the deafult MS installtion, its up to you if you want to overwrite them during this import process. Finally, copy the External Function DLLs and Charts subfolders to the corresponding ones on the new PC - the last time I installed MS on a new PC was ~2-3 yrs ago; back than, I had v7.2 I think. What I did was this: installed MS (and any plugins) on the new PC, rebooted (to allow any registry changes to take effect or DLLs to register), ran MS once or twice till it made all registry entries it needed to. Then I just copied the entire Equis folder from the old PC over to the new PC over the home LAN, replacing everything. Rebooted and started MS. Worked like a charm, with all my custom settings, etc. Whether this process will still work with MS v8.x or v9.x, I don't know but is the easiest way - Whatever you do, make a complete backup of the entire Equis directory (on your old PC) to a CD-RW/DVD-RW/hard disk and keep for atleast a few weeks/months till you are satisfied your new installation is working OK - Don't hesitate to call MS tech support; that's what they are there for!
JD ==================================
From: "terry34528" <Terry34528@xxxxxxx> Reply-To: Metastockusers@xxxxxxxxxxxxxxx To: Metastockusers@xxxxxxxxxxxxxxx Subject: [Metastockusers] Transferring data to a new computer Date: Mon, 05 Sep 2005 04:30:44 -0000
I'm transferring to a new computer. I need help finding the correct files to copy that contain my templates, formulas, experts, explorations, etc. Can anybody help? Thanks, Terry
Yahoo! Groups Links
________________________________________________________________________ ________________________________________________________________________
Message: 5 Date: Mon, 05 Sep 2005 14:56:54 +0000 From: "John Doe" <ms001122@xxxxxxxxxxx> Subject: RE: Cross over formula
Gamski,
OPen a chart of any symbol, right click, choose Expert Advisor...Expert Properties, click on Highlight tab, click new, give a suitable name (e.g 9/26 EMA crossover), paste your entire formula, choose appropriate color, than close clicking OK buttons along the way. Any bar that fulfills the conditions will be highlighted.
Just 1 word though - you don't want to put C<5 in the highlight function; after all, the charts you will be looking at will hopefully be of the price range you're wanting to trade. If you leave the C<5 in your fml, then if you look at at charts of symbols with higher prices (e.g. GOOG), then you won't get any highlighted bar. The C<5 is best used in an exploration to filter out stocks based on your price preference. To create a new exploration: Just click on Explorer, click new, give an appropriate name (e.g. Stock <5 with 9/26 EMA crossover), than paste the entire code (including C<5) in one of the tabs (say A), in the last tab (Filter) write column A (or whichever tab you had posted your code into), save the exploration and run it on your favorite stock list and check out the results.
Lastly, Read the Manual! Do the tutorials!!
JD ======================== From: "glennmis2004" <gamski@xxxxxxxxxxx> Reply-To: Metastockusers@xxxxxxxxxxxxxxx To: Metastockusers@xxxxxxxxxxxxxxx Subject: [Metastockusers] Cross over formula Date: Mon, 05 Sep 2005 14:25:24 -0000
Purchased Metastock 9.1 EOD and need a little help on this cross over formula. Placed the formula in the filter box. Also, wanted to be able to adjust the Periods. So anytime the 9 day expotential average crosses the 26 day, the stock is highlighted. Also wanted to be able to select the stocks to review. Any comments would be helpful.
My formula is listed below:
periods1 := 9; periods2 := 26; C<5 AND Cross(Mov(C,periods1,E),(Mov(C,periods2,E)))
Thanks
Gamski
Yahoo! Groups Links
________________________________________________________________________ ________________________________________________________________________
Message: 6 Date: Mon, 5 Sep 2005 10:51:28 -0600 From: "Barry Vincent" <189@xxxxxxxxxxx> Subject: Re: (unknown)
Just copy the all of the program transfer it to the new computer. ----- Original Message ----- From: ctnbpl2003@xxxxxxxxx To: Metastockusers@xxxxxxxxxxxxxxx Sent: Monday, September 05, 2005 5:14 AM Subject: [Metastockusers] (unknown)
I'm transferring to a new computer. I need help finding the correct files to copy that contain my templates, formulas, experts, explorations, etc. Can anybody help? Thanks
KONRAD KORZENIOWSKI
------------------------------------------------------------------------------ Click here to donate to the Hurricane Katrina relief effort.
SPONSORED LINKS Business finance uk Business finance course Business finance online course Business finance class Small business finance Business finance schools
------------------------------------------------------------------------------ YAHOO! GROUPS LINKS
a.. Visit your group "Metastockusers" on the web. b.. To unsubscribe from this group, send an email to: Metastockusers-unsubscribe@xxxxxxxxxxxxxxx c.. Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
------------------------------------------------------------------------------
[This message contained attachments]
________________________________________________________________________ ________________________________________________________________________
------------------------------------------------------------------------ Yahoo! Groups Links
<*> To visit your group on the web, go to: http://groups.yahoo.com/group/Metastockusers/
<*> To unsubscribe from this group, send an email to: Metastockusers-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/ ------------------------------------------------------------------------
SPONSORED LINKS
YAHOO! GROUPS LINKS
|