Announcement

Collapse
No announcement yet.

EFS 2 builtin studies???

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • EFS 2 builtin studies???

    At http://esignal.com/esignal/features/...st/default.asp
    says "EFS2 allows you to include a study within a study using "Built-Ins" (e.g., an MOV of RSI). This feature reduces the amount of work involved in creating certain formulas and provides additional CPU relief."
    There is a directory under Formulas named EFS2 and Builtins,, which one is this referring too???? Is there any instruction on how to make a MOV of RSI? This is what I want to do.

  • #2
    Hello georged49,

    That statement is not referring to a specific formula but rather the capability of EFS2. If you visit our reference material for the Moving Averages, you will find a basic study-of-study code example.

    In the most basic form, a simple moving average of an RSI could be a single line as follows.

    PHP Code:
    function main() {
        return 
    sma(10rsi(20));

    You may find other examples here in the forums using the search feature of the forums. Try a search on the phrase: moving AND average AND rsi*.

    If you are interested in learning more about developing custom indicators in EFS, please start with the resources listed below my signature.
    Jason K.
    Project Manager
    eSignal - an Interactive Data company

    EFS KnowledgeBase
    JavaScript for EFS Video Series
    EFS Beginner Tutorial Series
    EFS Glossary
    Custom EFS Development Policy

    New User Orientation

    Comment

    Working...
    X