IF IT AIN'T BROKE, DON'T FIX IT

FX Markets

Custom Fibonacci Channel By Pseudo

 

Calculate the Support levels (S1–S3)

These are extensions below the Down Fib level:

double s1 = lowerFibo - (range * 0.382); // S1 = Down Fib - 0.382 × range double s2 = lowerFibo - (range * 0.618); // S2 = Down Fib - 0.618 × range double s3 = lowerFibo - (range * 1.000); // S3 = Down Fib - 1.000 × range

📊 Example Calculation

Let's say:

  • prevDayHigh = 1.2000

  • prevDayLow = 1.1900

  • So range = 0.0100


➤ Step-by-step:

Fibo Retracements:

  • upperFibo = 1.2000 - (0.0100 × 0.618) = 1.2000 - 0.00618 = 1.19382

  • lowerFibo = 1.1900 + (0.0100 × 0.618) = 1.1900 + 0.00618 = 1.19618

Resistance Levels:

  • R1 = 1.19382 + (0.0100 × 0.382) = 1.19382 + 0.00382 = 1.19764

  • R2 = 1.19382 + (0.0100 × 0.618) = 1.19382 + 0.00618 = 1.20000

  • R3 = 1.19382 + (0.0100 × 1.000) = 1.19382 + 0.0100 = 1.20382

Support Levels:

  • S1 = 1.19618 - (0.0100 × 0.382) = 1.19618 - 0.00382 = 1.19236

  • S2 = 1.19618 - (0.0100 × 0.618) = 1.19618 - 0.00618 = 1.19000

  • S3 = 1.19618 - (0.0100 × 1.000) = 1.19618 - 0.0100 = 1.18618


🧠 Why Use This Method?

This is a custom extension-based support/resistance calculation that uses Fibonacci logic, but starts from the 0.618 retracement level rather than directly from the high/low.

It gives a more centered view of market reaction zones around the 61.8% retracement, with extensions plotted above and below that level.


✅ Summary Table

LevelFormula
Up FibprevHigh - 0.618 × range
Down FibprevLow + 0.618 × range
R1Up Fib + 0.382 × range
R2Up Fib + 0.618 × range
R3Up Fib + 1.000 × range
S1Down Fib - 0.382 × range
S2Down Fib - 0.618 × range
S3Down Fib - 1.000 × range
Share:

No comments:

Post a Comment

S&P 500

Crypto

World Clock

Bloomberg

MTV Rocks

    Wikipedia

    Search results

    News

    Powered by Blogger.

    Blog Archive

    Popular Posts

    Pages