PureBytes Links
Trading Reference Links
|
<FONT face=Arial
size=2>If you are using this variable in an indicator type
plot
<FONT face=Arial
size=2>
<FONT face=Arial
size=2>You need to define aa as a variable.
<FONT face=Arial
size=2>
<FONT face=Arial
size=2>One way is to have a state<SPAN
class=435263417-06052004>ment like
<FONT face=Arial
size=2>aa1:=10
<SPAN
class=435263417-06052004>followed by appl<SPAN
class=435263417-06052004>icable coding which will be called something like
functional
<FONT face=Arial
size=2>
<FONT face=Arial
size=2>then repeat this with aa2:= 12. where the function will
be called something similar like
functionaa2
<FONT face=Arial
size=2>
<FONT face=Arial
size=2>At the end you may have to put in something
like
<FONT face=Arial
size=2>
<FONT face=Arial
size=2>functionaa1;
<FONT face=Arial
size=2>functionaa2;
<FONT face=Arial
size=2>
<FONT
face=Arial>in order t<SPAN
class=435263417-06052004>o plot the
results. (Doc Kump of Metastock tech support mentioned
this.)
<SPAN
class=435263417-06052004>
<SPAN
class=435263417-06052004>The if statement is discussed in the
online help and in the manual.
<FONT face=Arial
size=2>
Someone else may
have a better way of doing this
<FONT face=Arial
size=2>
<FONT face=Arial
size=2>Lionel
From: Yarroll [mailto:yarroll999@xxxxxxxxxxxxxx]
Sent: Thursday, May 06, 2004 10:40 AMTo:
equismetastock@xxxxxxxxxxxxxxxxxxxxxx: Re: [EquisMetaStock Group]
Multiple numeric variables
----- Original Message ----- From: "Lionel Issen"
<lissen@xxxxxxxxxxxxx>To:
<equismetastock@xxxxxxxxxxxxxxx>Sent: Thursday, May 06, 2004 5:19
PMSubject: RE: [EquisMetaStock Group] Multiple numeric
variables> I think you need a definition for "aa" and an if
statement>>>Thanks Lionel for your succinct
answer.Would you please share an example of code?I thought I defined
"aa" {aa:=(10 OR 12) }, as simple numeric variables {infact, RSI
lookback}.Any other way to define it?Also where would an "if" statement fit
in?Excuse me for pursuing this matter, I'm trying to code in a rather
largesystem made of custom indicators which require a few different
lookbacks. Ican use all the help I can get.Thanks. Best
regards,Yarroll
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 the Yahoo! Terms of Service.
|