I see how to get the wave 5 projections using GetElliottStudy, but is there a way to get the wave 3 projections as well? I've tried things like:
ElliottWave = new GetElliottStudy(300,17,50,5,35,0);
var nW3Proj1 = ElliottWave.getValue(GetElliottStudy.W3PROJECTION1 );
but that doesn't work. Any ideas?
ElliottWave = new GetElliottStudy(300,17,50,5,35,0);
var nW3Proj1 = ElliottWave.getValue(GetElliottStudy.W3PROJECTION1 );
but that doesn't work. Any ideas?
Comment