Announcement

Collapse
No announcement yet.

Wave C ?

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

  • Wave C ?

    hello

    what is efs code recognize "wave c" ???


    var wave = elliott.getValue(GetElliottStudy.MOSTRECENTWAVE);

    if wave = C {
    Alert.playSound("Pairing.wav");
    Alert.addToList(FormatSI(), "Wave C");
    }

    ???

    thanks

  • #2
    The wave count jumps a bit for a-b-c waves...

    wave a up = 7, down = -7
    wave b up = 8, down = -8
    wave c up = 9, down = -9

    Is this enough of an answer?

    Garth
    Garth

    Comment

    Working...
    X