Announcement

Collapse
No announcement yet.

MESA Indicators

Collapse
This topic is closed.
X
This is a sticky topic.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • MESA Indicators

    Syntax for the MESA indicators:


    MesaDomCycle(PriceSource);
    MesaDomCycle(Series, SeriesIndex)
    DOMCYCLE

    MesaMaOut(PriceSource)
    MesaMaOut(Series, SeriesIndex)
    MAOUT


    MesaPhaseOut(PriceSource)
    MesaPhaseOut(Series, SeriesIndex)
    PHASEOUT

    MesaSineOut(PriceSource)
    MesaSineOut(Series, SeriesIndex)
    SINEOUT
    LSINEOUT

    MesaKalman(PriceSource)
    MesaKalman(Series, SeriesIndex)
    KALMAN

    MesaMode(PriceSource)
    MesaMode(Series, SeriesIndex)
    MODE


    Usage Example:

    PHP Code:
    var study = new MesaMaOut("Close");

    function 
    main() {
        var 
    vValue study.getValue(MesaMaOut.MAOUT);
        return 
    vValue;

    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
Working...
X