logo
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Options
Go to last post Go to first unread
StorkBite  
#1 Posted : Monday, July 31, 2006 11:14:44 PM(UTC)
StorkBite

Rank: Advanced Member

Groups: Registered, Registered Users
Joined: 3/19/2005(UTC)
Posts: 2,995

Was thanked: 14 time(s) in 10 post(s)

How do I create my own function?

Is it possible to create custom functions? I have many things I like to use in all my systems, and if they were functions I could just call them.

You could create indicators that would only represent a "function" and then use the formula call function to refer to it. For example, you can create an indicator called "test" that does a lot of calculations and then reuse it in all of your custom indicators like this: fml("test"), rather than retyping all the code again. This will however not pass any input you might have programmed in your original indicator and will use the default values.

Note: using the Fml() function does slow down the calculation of an indicator.

Users browsing this topic
Guest (Hidden)
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.