PureBytes Links
Trading Reference Links
|
Yes, your first statement is correct.
Per your second question, most external formulas (dlls) are
indicators, and therefore are applied without any knowledge or concern
for the indicator's name, they only care about the price data.
However, this price structure that is passed in contains lots of
information that can be accessed by the dll, including the price data,
the security name, the security symbol, the periodicity (tick, daily,
weekly, etc.), the start date/time, the end date/time, and a few others.
Information regarding this is available in the Metastock developers
kit, but beware it requires a pretty hefty knowledge of C++ (or
Delphi) and is generally pretty tough to work with. And Equis charges
for it.
I think that I may work on a util function where you can pass in a
name and get back a true or false. Would that be useful?
Has anyone else out there got an alternative to this? Maybe something
with MSFL? I will admit that I know more about the MDK than "tricks"
and "workarounds" in Metastock.
Brad
The DML, LLC
--- In equismetastock@xxxxxxxxxxxxxxx, "mr. bryan mccormick"
<deepfoobar@xxxx> wrote:
> Very helpful indeed thanks. So really the .dll can
> have access to this record for its own purposes but it
> cannot pass this back to MS because it has no string
> handling facility?
>
> When a chart is loaded, how does an external formula
> "know' the symbol? Does it? Or does this come from the
> record structure you talked about?
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/equismetastock/
<*> To unsubscribe from this group, send an email to:
equismetastock-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|