[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Gann Swing charts



PureBytes Links

Trading Reference Links

<x-html><!DOCTYPE HTML PUBLIC "-//W3C//DTD W3 HTML//EN">
<HTML>
<HEAD>

<META content=text/html;charset=iso-8859-1 http-equiv=Content-Type><!DOCTYPE HTML PUBLIC "-//W3C//DTD W3 HTML//EN">
<META content='"MSHTML 4.71.2016.0"' name=GENERATOR>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT color=#000000 face=Arial size=2>Adam -</FONT></DIV>
<DIV><FONT color=#000000 face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I spent some time, but got frustrated with trying 
to use the MetaStock languange, and ended up switching&nbsp; to C.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I'm having trouble getting the expert to display 
the HiLo Reversal days.&nbsp; I've tried several approaches, but the current 
condition I've got is:</FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&nbsp;&nbsp;&nbsp;&nbsp; 
FmlVar(&quot;GANN-HiLo&quot;,&quot;HLd&quot;) &lt;&gt; 
<BR>&nbsp;&nbsp;&nbsp;&nbsp; 
FmlVar(&quot;GANN-HiLo&quot;,&quot;HLv&quot;)</FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Can you give a hint as to how you coded 
it?</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Also, I'm curious about why, in your code for the 
Gann-Trend indicator, you compute the trend direction and store it in Td, but 
you use the *previous* value of the variable, Tdv, for the final value of the 
indicator.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Thanks,</FONT></DIV>
<DIV><FONT face=Arial size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
Barry</FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<BLOCKQUOTE 
style="BORDER-LEFT: #000000 solid 2px; MARGIN-LEFT: 5px; PADDING-LEFT: 5px">
    <DIV>&nbsp;</DIV></BLOCKQUOTE></BODY></HTML>
</x-html>From ???@??? Sun Mar 07 16:16:55 1999
Received: from listserv.equis.com (204.246.137.2)
	by mail02.rapidsite.net (RS ver 1.0.2) with SMTP id 6105
	for <neal@xxxxxxxxxxxxx>; Sun,  7 Mar 1999 01:56:13 -0500 (EST)
Received: (from majordom@xxxxxxxxx)
	by listserv.equis.com (8.8.7/8.8.7) id OAA28904
	for metastock-outgoing; Sun, 7 Mar 1999 14:32:36 -0700
X-Authentication-Warning: listserv.equis.com: majordom set sender to owner-metastock@xxxxxxxxxxxxx using -f
Received: from freeze.metastock.com (freeze.metastock.com [204.246.137.5])
	by listserv.equis.com (8.8.7/8.8.7) with ESMTP id OAA28901
	for <metastock@xxxxxxxxxxxxxxxxxx>; Sun, 7 Mar 1999 14:32:33 -0700
Received: from smtp.email.msn.com (cpimssmtpu02.email.msn.com [207.46.181.18])
	by freeze.metastock.com (8.8.5/8.8.5) with ESMTP id XAA25829
	for <metastock@xxxxxxxxxxxxx>; Sat, 6 Mar 1999 23:30:13 -0700 (MST)
Received: from VonHef - 208.250.174.81 by email.msn.com with Microsoft SMTPSVC;
	 Sat, 6 Mar 1999 22:18:06 -0800
Message-ID: <002401be6862$567bf300$51aefad0@xxxxxxxxxxxxxxxxx>
From: "Adam Hefner" <VonHef@xxxxxxxxxxxxx>
To: <metastock@xxxxxxxxxxxxx>
Subject: Re: Gann Swing charts
Date: Sun, 7 Mar 1999 00:18:36 -0600
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0021_01BE6830.0ABC8B00"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 4.72.3155.0
X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3155.0
Sender: owner-metastock@xxxxxxxxxxxxx
Precedence: bulk
Reply-To: metastock@xxxxxxxxxxxxx
X-Loop-Detect: 1
X-UIDL: 82bf940326f74f8d40471de6cb416594.b3

<x-html><!DOCTYPE HTML PUBLIC "-//W3C//DTD W3 HTML//EN">
<HTML>
<HEAD>

<META content=text/html;charset=iso-8859-1 http-equiv=Content-Type><!DOCTYPE HTML PUBLIC "-//W3C//DTD W3 HTML//EN"><!DOCTYPE HTML PUBLIC "-//W3C//DTD W3 HTML//EN">
<META content='"MSHTML 4.72.3110.7"' name=GENERATOR>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT color=#000000 size=2>Hello Barry,</FONT></DIV>
<DIV><FONT color=#000000 size=2></FONT><FONT size=2>&nbsp;Here is how I set up 
my expert.... </FONT><FONT size=2>I'll try not to leave anything out. 
</FONT></DIV>
<DIV>
<DIV><FONT size=2>1. First create a new expert and name it whatever you 
want.</FONT></DIV>
<DIV><FONT size=2>2a. under &quot;trends&quot; tab put this code for 
bullish:</FONT></DIV>
<DIV><FONT size=2>&nbsp; </FONT></DIV>
<DIV><FONT size=2>ut:=FmlVar(&quot;GANN-Trend&quot;,&quot;TDV&quot;);<BR>&nbsp; 
uplot:=If(BarsSince(Ut=1)&lt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
BarsSince(Ut=-1),1,0);<BR>&nbsp; uplot=1;</FONT></DIV>
<DIV><FONT size=2>&nbsp;</FONT></DIV>
<DIV><FONT size=2>2b. and this for bearish:</FONT></DIV>
<DIV><FONT size=2>&nbsp;</FONT></DIV>
<DIV><FONT 
size=2>&nbsp;dt:=FmlVar(&quot;GANN-Trend&quot;,&quot;TDV&quot;);<BR>&nbsp;dplot:=If(BarsSince(dt=1)&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
BarsSince(dt=-1),1,0);<BR>&nbsp;dplot=1;</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2>Then click on the &quot;ribbon&quot; option and turn off 
&quot;Display Vertical Lines&quot;, I also turn off</FONT></DIV>
<DIV><FONT size=2>the corner option.</FONT></DIV>
<DIV><FONT size=2>3a. Under highlights tab create a new and call it &quot;HiLo 
Change&quot;, choose color, and enter this code:</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT 
size=2>&nbsp;HLd:=If(CLOSE&gt;Ref(Mov(H,3,S),-1),<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
{then}1,<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
{else}If(CLOSE&lt;Ref(Mov(L,3,S),<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
-1),<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
{then}-1,<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
{else}0));<BR>&nbsp;HLv:=ValueWhen(1,HLd&lt;&gt;0,HLd);<BR>&nbsp;HLv&lt;&gt;Ref(HLv,-1);</FONT></DIV>
<DIV><FONT size=2><STRONG><FONT 
color=#000000></FONT></STRONG></FONT>&nbsp;</DIV>
<DIV><FONT size=2>3b. Create new and call it &quot;Up-Trend&quot;, choose color, 
and enter this code:</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2>&nbsp;<FONT 
color=#000000>ut:=FmlVar(&quot;GANN-Trend&quot;,&quot;TDV&quot;);<BR>&nbsp;uplot:=If(BarsSince(Ut=1)&lt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
BarsSince(Ut=-1),1,0);<BR>&nbsp;uplot=1;</FONT></FONT></DIV>
<DIV><FONT size=2><FONT color=#000000></FONT></FONT>&nbsp;</DIV>
<DIV><FONT size=2>3c. Create new and call it &quot;Down-Trend&quot;, choose 
color, and enter this code:</FONT></DIV>
<DIV><FONT size=2>&nbsp;</FONT></DIV>
<DIV><FONT 
size=2>&nbsp;dt:=FmlVar(&quot;GANN-Trend&quot;,&quot;TDV&quot;);<BR>&nbsp;dplot:=If(BarsSince(dt=1)&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
BarsSince(dt=-1),1,0);<BR>&nbsp;dplot=1;</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2>4a. Under &quot;Symbols&quot; tab create new and call it 
&quot; UpSwing&quot;, enter this code:</FONT></DIV>
<DIV><FONT size=2>&nbsp;</FONT></DIV>
<DIV><FONT 
size=2>&nbsp;FmlVar(&quot;GANN-Swing&quot;,&quot;SD2&quot;)=1;</FONT></DIV>
<DIV><FONT size=2>&nbsp;</FONT></DIV>
<DIV><FONT size=2>&nbsp;then under graphic choose &quot;Buy Arrow&quot;, choose 
color (Dark Green), and small size, then pick &quot;Above Price 
Plot&quot;.</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2>4b. Create new and call it &quot;DownSwing&quot;, enter this 
code:</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2>&nbsp; 
FmlVar(&quot;GANN-Swing&quot;,&quot;SD2&quot;)=-1;</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT color=#000000 size=2>then under graphic choose &quot;sell 
arrow&quot;, choose color (Dark Red), and small size, then pick &quot;Below 
Price Plot&quot;.</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2>As for the HiLo ....just plot it as a regular indicator&nbsp; 
and choose the last &quot;style&quot; option under &quot;color/style&quot; 
tab.</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2>You asked .....</FONT></DIV>
<DIV><FONT size=2>&nbsp;<FONT face=Arial size=2><EM>Also, I'm curious about why, 
in your code for the Gann-Trend indicator, you compute the trend direction and 
store it in Td, but you use the *previous* value of the variable, Tdv, for the 
final value of the indicator.</EM></FONT></FONT></DIV>
<DIV><FONT size=2><FONT face=Arial size=2><EM></FONT></FONT></EM><FONT 
color=#000000 size=2>......lets take a look at it:</FONT><EM></EM></DIV>
<DIV><FONT color=#000000 size=2><EM></FONT><FONT size=2>&nbsp;&nbsp;&nbsp;&nbsp; 
Td:=If(H&gt;ValueWhen(1,Pv&gt;0,Pv),<BR>&nbsp;&nbsp;&nbsp; 
{then}1,<BR>&nbsp;&nbsp;&nbsp; 
{else}If(L&lt;ValueWhen(1,Tv&gt;0,Tv),<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
{then}-1,<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
{else}0));<BR>&nbsp;&nbsp;&nbsp; {UpTrend=1 DownTrend =-1}<BR>&nbsp;&nbsp;&nbsp; 
Tdv:=ValueWhen(1,Td&lt;&gt;0,Td);<BR>&nbsp;&nbsp; Tdv</FONT></EM></DIV>
<DIV><FONT size=2>Td <U>only</U> returns a value of &quot;1&quot; when the high 
is greater than the previous &quot;Peak Value&quot;(Pv) or</FONT></DIV>
<DIV><FONT size=2>returns a value of &quot;-1&quot; <U>only</U> when the low is 
less than previous &quot;Trough Value&quot;(Tv), if neither </FONT></DIV>
<DIV><FONT size=2>is true </FONT><FONT size=2>it will return a value of 
&quot;0&quot;. Tdv will look at the most recent value of Td <U>when</U> it 
is</FONT></DIV>
<DIV><FONT size=2></FONT><STRONG><FONT size=2>not</STRONG> equal to 
&quot;0&quot; and return a value of 1 or -1. I am not sure what you are 
referencing when </FONT></DIV>
<DIV><FONT size=2>you say &quot;*previous* value of the variable, Tdv&quot;. 
</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV></DIV>
<DIV><FONT color=#000000 size=2><BR>&nbsp; Best 
wishes,<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Adam Hefner.<BR><A 
href="mailto:VonHef@xxxxxxxxxxxxx";>VonHef@xxxxxxxxxxxxx</A> </FONT></DIV>
<DIV><FONT color=#000000 size=2></FONT>&nbsp;</DIV>
<DIV><FONT color=#000000 
size=2>---------------------------------------</FONT></DIV>
<BLOCKQUOTE 
style="BORDER-LEFT: #000000 solid 2px; MARGIN-LEFT: 5px; PADDING-LEFT: 5px">
    <DIV><FONT face=Arial size=2><B>-----Original Message-----</B><BR><B>From: 
    </B>Barry Marx &lt;<A 
    href="mailto:bmarx@xxxxxxxxx";>bmarx@xxxxxxxxx</A>&gt;<BR><B>To: </B><A 
    href="mailto:metastock@xxxxxxxxxxxxx";>metastock@xxxxxxxxxxxxx</A> &lt;<A 
    href="mailto:metastock@xxxxxxxxxxxxx";>metastock@xxxxxxxxxxxxx</A>&gt;<BR><B>Date: 
    </B>Saturday, March 06, 1999 10:28 PM<BR><B>Subject: </B>Re: Gann Swing 
    charts<BR><BR></DIV></FONT>
    <DIV><FONT color=#000000 face=Arial size=2>Adam -</FONT></DIV>
    <DIV><FONT color=#000000 face=Arial size=2></FONT>&nbsp;</DIV>
    <DIV><FONT face=Arial size=2>I spent some time, but got frustrated with 
    trying to use the MetaStock languange, and ended up switching&nbsp; to 
    C.</FONT></DIV>
    <DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
    <DIV><FONT face=Arial size=2>I'm having trouble getting the expert to 
    display the HiLo Reversal days.&nbsp; I've tried several approaches, but the 
    current condition I've got is:</FONT>&nbsp;</DIV>
    <DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
    <DIV><FONT face=Arial size=2>&nbsp;&nbsp;&nbsp;&nbsp; 
    FmlVar(&quot;GANN-HiLo&quot;,&quot;HLd&quot;) &lt;&gt; 
    <BR>&nbsp;&nbsp;&nbsp;&nbsp; 
    FmlVar(&quot;GANN-HiLo&quot;,&quot;HLv&quot;)</FONT>&nbsp;</DIV>
    <DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
    <DIV><FONT face=Arial size=2>Can you give a hint as to how you coded 
    it?</FONT></DIV>
    <DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
    <DIV><FONT face=Arial size=2>Also, I'm curious about why, in your code for 
    the Gann-Trend indicator, you compute the trend direction and store it in 
    Td, but you use the *previous* value of the variable, Tdv, for the final 
    value of the indicator.</FONT></DIV>
    <DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
    <DIV><FONT face=Arial size=2>Thanks,</FONT></DIV>
    <DIV><FONT face=Arial size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    Barry</FONT>&nbsp;</DIV>
    <DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
    <BLOCKQUOTE 
    style="BORDER-LEFT: #000000 solid 2px; MARGIN-LEFT: 5px; PADDING-LEFT: 5px">
        <DIV>&nbsp;</DIV></BLOCKQUOTE></BLOCKQUOTE></BODY></HTML>
</x-html>From ???@??? Sun Mar 07 16:16:59 1999
Received: from listserv.equis.com (204.246.137.2)
	by mail05.rapidsite.net (RS ver 1.0.2) with SMTP id 4084
	for <neal@xxxxxxxxxxxxx>; Sun,  7 Mar 1999 03:12:27 -0500 (EST)
Received: (from majordom@xxxxxxxxx)
	by listserv.equis.com (8.8.7/8.8.7) id PAA29288
	for metastock-outgoing; Sun, 7 Mar 1999 15:36:29 -0700
X-Authentication-Warning: listserv.equis.com: majordom set sender to owner-metastock@xxxxxxxxxxxxx using -f
Received: from freeze.metastock.com (freeze.metastock.com [204.246.137.5])
	by listserv.equis.com (8.8.7/8.8.7) with ESMTP id PAA29285
	for <metastock@xxxxxxxxxxxxxxxxxx>; Sun, 7 Mar 1999 15:36:26 -0700
Received: from basecamp1.netquest.net (netquest.net [204.140.219.1])
	by freeze.metastock.com (8.8.5/8.8.5) with ESMTP id AAA25914
	for <metastock@xxxxxxxxxxxxx>; Sun, 7 Mar 1999 00:34:05 -0700 (MST)
Received: from p400.netquest.net (dsl0074.netquest.net [206.117.109.74]) by basecamp1.netquest.net (8.8.8/8.8.6) with SMTP id XAA17453 for <metastock@xxxxxxxxxxxxx>; Sat, 6 Mar 1999 23:22:30 -0800 (PST)
From: "Guy Tann" <grt@xxxxxxxxxxxx>
To: <metastock@xxxxxxxxxxxxx>
Subject: RE: permanent DDE links: How?
Date: Sat, 6 Mar 1999 23:21:27 -0800
Message-ID: <002d01be686b$1d21db20$4a6d75ce@xxxxxxxxxxxxxxxxx>
MIME-Version: 1.0
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Priority: 3 (Normal)
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook 8.5, Build 4.71.2377.0
X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2120.0
In-Reply-To: <022e01be682f$10d68b40$292779c3@xxxxx>
Importance: Normal
Sender: owner-metastock@xxxxxxxxxxxxx
Precedence: bulk
Reply-To: metastock@xxxxxxxxxxxxx
X-Loop-Detect: 1
X-UIDL: 2d0d4843d8e53041d39e1618d00662e0.b4

Ton

I saved all of your posts so that I can play with them this week.

The problem I have with the OLE link between MS and Excel is that MS is
using the security name as well as the chart name in the link.

Since I create my own modified continuous securities, whenever I change
months 9like from Mar T-Bonds to Jun T-Bonds0, the link breaks.  It would be
so much easier if all I had to worry about was the chart name.

Regards

Guy


-----Original Message-----
From: owner-metastock@xxxxxxxxxxxxx
[mailto:owner-metastock@xxxxxxxxxxxxx]On Behalf Of A.J. Maas
Sent: Saturday, March 06, 1999 3:00 PM
To: metastock@xxxxxxxxxxxxx
Subject: Re: permanent DDE links: How?


For any of the persistant MS to MS OLE problems, I can only suggest not to
use the SAVE AS as Smart Charts file type Option that is given, but to
create
fresh new standard Charts and then to SAVE AS as Charts. It will then
automatically also be saved as Smart Charts(if this option is applied in the
Programs' Options), but since this is also a special Metastock feature
(the "Smart" part), I cannot oversee what influence or effects this has/will
have on programs' own "real" Smart Charts.
They (the Smart Charts) are also used as being a different file type,
obviously
then more extended loaded with the smart "luxuries" features, and files get
written to with these extra luxurious "smart" contents for the compilers to
interpret.
One thing to know also is, that Smart Charts(like Templates and standard
Charts)
are also already linked(as some kind of Smart layout) to the securities held
in
the MS Data Files.

So, suggest to create and put the to be OLE linked Chart(standard version
but
having the Programs Option "Use Smart Charts" applied), into their own
working
folder, then to link these Charts to their consequtive Smart Charts(usualy
have a
number "in their name", but that is here irrelevant, unlike in Excel), or to
link the
Smart Charts to their consequetive Charts, and then to test these method(s).

As to the Excel to Ms question:
Note that the to be linked indicator dates will have to match the base
security's
dates, at least to guarantee proper OLE link outcome results.
Suggest to Link the base security's dates to Excel first, have the Excel
indicator
streamlined with these dates, and then to Link the Excel indicator to MS.
This
way, tho, requires for both the files to be Opened, eg to get updated
simultaniously.
Also a CSV layout(comma's in seperate columns or used in the cells
properties)
being used in Excel might be preferable and keeping it down to one or two
columns as well (see further MS-Manual p. 11+13).
Otherwise in Excel Selecting, Copying and in Metastock Pasting Special
as CSV in a freshly new created Inner Window(from the WorkMenu's Window)
and later to SAVE AS as Chart, will not give major problems.
Updating will then be automatically done when you Open the Chart(or both the
Chart and Excel files should you choose to use the base security link
above).

Regards,
Ton Maas
ms-irb@xxxxxx

----- Original Message -----
From: rudolf stricker <rst@xxxxxxxxxxx>
To: <metastock@xxxxxxxxxxxxx>
Sent: zaterdag 6 maart 1999 13:45
Subject: Re: permanent DDE links: How?


>On Sun, 28 Feb 1999 21:46:12 +0100, you wrote:
>
>>Dynamic Data Exchange - DDE
>>
>>A way of communication between processes, implimented in the Operating
>
>[...]
>
>>Object - OLE
>>
>>A component that is recoqnisable for the operating system and user and can
>>only be made distinguasable by
>
>[...]
>
>>As to your burning question, suggest to create single seperate Charts
>>only(OLE use) and/or use the Smart Charts for
>>Layouts(Internal use).
>>Both ways, the links are then definitly stored in the consequtive Chart or
>>Layouts files (MWC+MWL) on disk.
>
>Thank you for your extended material on DDE & OLE. (Unfortunately,
>because I'm a WIN user since V1, I used the "ancient" shortcut "DDE"
>instead of the correct "OLE").
>
>But the problem is still there (c.f. my original posting): Even if I
>follow the correct CUT&PASTE SPECIAL procedure and store my charts as
>SMART CHARTS (as usual), the links are often broken, when I open the
>chart again the next day. Sometimes it works for some days, but then
>the links have crashed again: they are no longer updated or may even
>show erratic behavior for the data transferred up to then.
>
>This behavior shows up only for OLE-connections from Metastock to
>Metastock. Links from Metastock to Excel are very reliable.
> (BTW: Can I also set-up  links from Excel to Metastock for e.g.
>single indicators calculated in Excel? Up to now I have to use this
>inconvenient import procedure via DOWNLOADER CONVERT several times per
>day.)
>
>mfg rudolf stricker
>| Disclaimer: The views of this user are strictly his own.