Announcement

Collapse
No announcement yet.

ema() on internal function()

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

  • ema() on internal function()

    I want to do something like this:
    PHP Code:
    main() {
    ...
       var 
    xx emacustom() );
    ...
    }

    function 
    custom() {
        return (
    close(0) - close(-1)) * 3.14;

    But I can't seem to get that syntax to work. Any ideas?
    Standing on the shoulders of giants.

  • #2
    wildfiction
    You need to use efsInternal() to call the function. See the EFS Help in the Formula Editor for more information on the function
    Alex

    Comment


    • #3
      Thanks Alexis - that worked a charm.
      Standing on the shoulders of giants.

      Comment

      Working...
      X