PureBytes Links
Trading Reference Links
|
Larry,
Change the default to whatever you wish. For example
maperiods:= input("Enter periods",1,39,10); gives a default of 10,
changing to maperiods:= input("Enter periods",1,39,15); will yield a
default of 15. You could also try using a defined default in the
formula, such as this:
default:= 15;
maperiods:= input("Enter periods",1{min},39{max},default);
Preston
--- In equismetastock@xxxxxxxxxxxxxxx, "Larry Carhartt" <lc@xxxx>
wrote:
> Hi all,
>
> I have numerous custom indicators that use the "input" function
where the
> user puts in the specific values he wants. These custom indicators
are
> charted with specific "input" values and the chart saved as a
template. On
> the computer where these templates are originally constructed,
everything
> works fine (when applied to a new chart). BUT when I export these
templates
> using the MetaStock Organizer, these Templates lose the user
inputted
> values. I realize that I am only able to include templates in the
export
> because I have the MDK installed, but thought someone may know
where these
> user input values are stored. It is obviously not in the template
itself.
> You can normally copy a template or layout to another computer
without the
> Organizer and they generally work fine. When I tried doing this
with the
> subject templates the inputted values again were lost. The custom
> indicators were there but the inputted numbers were the default
values not
> the ones saved in the template.
>
> Any ideas or fixes would be greatly appreciated. Or if you know
where these
> values are stored, that might give me an idea for a work around.
>
> Thanks.
>
> Best,
>
> Larry Carhartt
> Index & ETF Component Analysis
> <http://www.masterdata.com/> www.MasterDATA.com
> <mailto:lc@x...> lc@xxxx
> 818-701-6686
------------------------ Yahoo! Groups Sponsor --------------------~-->
$9.95 domain names from Yahoo!. Register anything.
http://us.click.yahoo.com/J8kdrA/y20IAA/yQLSAA/BefplB/TM
--------------------------------------------------------------------~->
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/
|