• C++ Programming for Financial Engineering
    Highly recommended by thousands of MFE students. Covers essential C++ topics with applications to financial engineering. Learn more Join!
    Python for Finance with Intro to Data Science
    Gain practical understanding of Python to read, understand, and write professional Python code for your first day on the job. Learn more Join!
    An Intuition-Based Options Primer for FE
    Ideal for entry level positions interviews and graduate studies, specializing in options trading arbitrage and options valuation models. Learn more Join!

How to calculate Jaw value of "Alligator Indicator" by daily OHLC data?

Joined
1/9/22
Messages
1
Points
11
For personal technical analysis purposes, I try to figure out how to calculate the Jaw(/Teeth/Lips) value of the Alligator Indicator by daily OHLC prices. But I just can not get the correct Jaw value by the definition I found.

I have input:
1) the daily stock OHLC prices of 0050.TW;
2) SMMA's definition and formula;
3) Alligator indicator's definition and formula;
4) my (incorrect) calculation results by both of Close price and Median price;
5) the actual (correct) Jaw value (comes from the securities software)
in the attached Excel file.

Would you please show me what is the correct way to calculate the daily Jaw value?

Really appreciate your help.
 

Attachments

  • Question of SMMA calculation_2022.1.2.xlsx
    18.7 KB · Views: 41
Back
Top