PureBytes Links
Trading Reference Links
|
Haven't tried it (and will hate to see the look of all of them tucked in to one chart).
But you should be able to do so, by using the Fml("YourFormulaNameHere") Function.
Eg, create your custom indicators by splitting them up in sets each holding 10 or 15 MA's.
(The maximum MA's depending on your progress in testing the whole process).
Then call each set by its custom indicator Name via the FML() function, eg this calling
then is done from within your "final" custom indicator.
Example:
{In this instance 60 MA's are used for maximum.}
-First you will have to create each of the separatly here called upon 4 custom indicators(ci).
Fml("Set1-MA's1to15"); Fml("Set2-MA's16to30"); Fml("Set3-MA's31to45");
Fml("Set4-MA's46to60")
-Then create the above "final" as a stand alone ci.
-Then drag this "final" ci onto a Chart.
Regards,
Ton Maas
ms-irb@xxxxxxxxxxxxxxxx
Dismiss the ".nospam" bit (including the dot) when replying.
Homepage http://home.planet.nl/~anthmaas
----- Oorspronkelijk bericht -----
Van: "Lars Widlund" <Lars.Widlund@xxxxxxxxxxxxxxxxx>
Aan: <metastock@xxxxxxxxxxxxx>
Verzonden: maandag 16 oktober 2000 9:53
Onderwerp: Re: Modified 50 Day Moving Average
A.J.
Thanks for the new indicator. It works fine. Do you know if it is possible to write an indicator that draw up to 300 MA in an
chart. From 2 days upp to 300 days.
Best regard.
Lars Widlund
"A.J. Maas" skrev:
-snip-
|