Jump to content

⤴️-Paid Ad- Check advertising disclaimer here. Add your banner here.🔥

Recommended Posts

Posted (edited)

Please change the colors of the objective lines.

 

{Elliott Wave ABC Bullish Pattern (Third Wave)}

MinA := Input(“Minimum of wave A =”, 0, 1000000, 6316.9);
MaxA := Input(“Maximum of wave A =”, 0, 1000000, 6618.3);
RetracementB := Input(“Wave B Retracement =”, 0, 1000000, 6534.6);
WaveCMinTarget := RetracementB + ((MaxA - MinA) * 0.618);
WaveCMedTarget := RetracementB + ((MaxA - MinA));
TargetCTip:=RetracementB+((MaxA-MinA)*1.272);
TargetCHigh:=RetracementB+((MaxA-MinA)*1.618);
TargetCHigh;
TargetCTip;
WaveCMedTarget;
WaveCMinTarget

 

 

{Bearish Elliott Wave ABC (Third Wave)}

MaxA := Input(“Maximum of wave A =”, 0, 1000000, 7002.3);
MinA := Input(“Minimum of wave A =”, 0, 1000000, 6130);
RetracementB := Input(“Wave B Retracement =”, 0, 1000000, 6525);
WaveCMinTarget := RetracementB - ((MaxA - MinA) * 0.618);
WaveCMedTarget := RetracementB - ((MaxA - MinA));
TypicalTargetWaveC := RetracementB - ((MaxA - MinA) * 1.272);
MaxTargetWaveC := RetracementB - ((MaxA - MinA) * 1.618);
WaveCMinTarget;
WaveCMedTarget;
TypicalTargetWaveC;
MaxTargetWaveC

 

 

{Bullish Elliott Waves (Fifth Wave)}

Min1 := Input(“Wave 1 Low =”, 0, 1000000, 6316.9);
Max1 := Input(“Wave 1 High =”, 0, 1000000, 6618.3);
Retracement2 := Input(“Wave 2 Retracement=”, 0, 1000000, 6534.6);
Max3 := Input(“Wave 3 High=”, 0, 1000000, 7180.9);
Retracement4 := Input(“Wave 4 Retracement=”, 0, 1000000, 6970);
FifthWaveMinTarget := (Max3 - Min1) * 0.618 + Retracement2;
FifthWaveTip:= (Max3-Min1)+Retracement2;
FifthWaveHigh:=(Max3-Min1)*0.618+Max3;
FifthWaveHigh;
FifthWaveTip;
FifthWaveMinTarget

 

 

{Bearish Elliott Waves (Fifth Wave)}

Max1 := Input(“Wave 1 High =”, 0, 1000000, 7002.3);
Low1 := Input(“Wave 1 Low =”, 0, 1000000, 6775.5);
Retracement2 := Input(“Wave 2 Retracement=”, 0, 1000000, 6952.5);
Minimum3 := Input(“Wave 3 Minimum=”, 0, 1000000, 6316.9);
Retracement4 := Input(“Wave 4 Retracement=”, 0, 1000000, 6618.1);
FifthWaveMinTarget := Retracement2 - (Max1 - Minimum3) * 0.618;
FifthWaveTipTarget := Retracement2 - (Max1 - Minimum3);
MaxFifthWaveTarget := Retracement2 - (Max1 - Minimum3) * 1.272;
FifthWaveMinTarget;
FifthWaveTipTarget;
MaxFifthWaveTarget

Edited by Atomo12345
Posted

Thanks for sharing, that's great information.

When it comes to Elliott Wave theory, I think the main issue is the correlation between large and small waves. It would be great to be able to do this in a healthy way.

Posted

I think that the best are these four waves.
For example this {Bullish Elliott Waves (Fifth Wave)} for S&P500, forecast the actual objective for the Fifth Wave to 7500 7600 probably to the end of August 2026.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

⤴️-Paid Ad- Check advertising disclaimer here. Add your banner here.🔥

×
×
  • Create New...