Announcement

Collapse
No announcement yet.

Measurement of stochastics

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

  • Measurement of stochastics

    This is a small formula I call SSO(indicator).
    I would like this written in (java) or whichever
    language esignal uses.
    This formula is a measurement of stochastics.
    Thanks- [email protected]

    SSO(indicator)

    Input: L1(40),BZ(1),SZ(1);
    Plot1(SLOWD(L1),"Plot1'');
    Plot2(BZ,"Plot2");
    Plot3(SZ,"Plot3");
    IF CheckAlert Then Begin
    IF Plot1 Crosses Above Plot2 or Plot1 Crosses Below Plot2
    or Plot1 Crosses Above Plot3 or Plot1 Crosses Below Plot3
    or Plot2 Crosses Above Plot3 or Plot2 Crosses Below Plot3
    Then Alert;
    End;
    Last edited by pwetsig; 04-30-2003, 11:16 AM.

  • #2
    Please explain...

    I will try to help, but please explain

    L1
    BZ
    SZ

    Without knowing what these are, I can't begin to help you??

    Brad
    Brad Matheny
    eSignal Solution Provider since 2000

    Comment

    Working...
    X