PureBytes Links
Trading Reference Links
|
Angelo, your formula is missing the semicolon (;) at the end of ecah line
of code.
Try this:
angka:=Input("Masukkan",2,100,10)*2;
Mov(C,angka,S);
jose '-)
http://www.metastocktools.com
--- In equismetastock@xxxxxxxxxxxxxxx, "Angelo Michel" <angelo@xxx> wrote:
>
>
>
> I am trying to make a formula using moving average.
> But the funcion doesn't accept a character variable for the parameter.
>
> angka:=input("Masukkan",2,100,10)
> kalidua:=angka*2
> mov(c,kalidua,s)
>
> It doesn't work. How to deal with it?
>
> Best regards,
> Angelo
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/equismetastock/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/equismetastock/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:equismetastock-digest@xxxxxxxxxxxxxxx
mailto:equismetastock-fullfeatured@xxxxxxxxxxxxxxx
<*> 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/
|