PureBytes Links
Trading Reference Links
|
Hmmm... you want a biiig MetaStock number?
Try this indicator:
---8<---------------------------------
x:=Input("Input number",
-999999999999,999999999999,999999999999);
x1:=Input("Input multiplier 1",
-999999999999,999999999999,999999999999);
x2:=Input("Input multiplier 2",
-999999999999,999999999999,999999999999);
x3:=Input("Input multiplier 2",
-999999999999,999999999999,340.28233333);
{ Biiig number }
total:=x*x1*x2*x3;
{ Switch off all household appliances,
have fire extinguisher ready,
and plot in own window }
total
---8<---------------------------------
Indicator default plot:
340,282,326,356,119,260,000,000,000,000,000,000,000
(note the rounding errors in both input & output)
In English:
340 undecillion, 282 decillion, 326 nonillion, 356 octillion,
119 septillion, 260 sextillion (, 0 quintillion, 0 quadrillion,
0 trillion, 0 billion, 0 million, 0 thousand)
Handy indicator for the upcoming hyperinflation years... :)
jose '-)
http://www.metastocktools.com
--- In equismetastock@xxxxxxxxxxxxxxx, pumrysh <no_reply@xxx> wrote:
>
> Ron,
>
> Good Question. The input parameters are minimum value, maximum
> value, and default. I checked to see what the highest maximum value
> was and turns out it was 999,999,999,999(without commas) or 1 short
> of a trillion. Turns out that the minimum value is the same but can
> also go negative or -999,999,999,999(without commas). The prompt
> text can be no longer than fifty characters.
>
> Would make good info for a metastock trivia question.
>
>
> Preston
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/
|