Posts

Showing posts with the label Trading

Metode Kalkulator Classic, Woodie, and Camarilla dengan program java

Java program  untuk  menghitung  gold market levels resitan dan support (R4, R3, R2, R1, Pivot, S1, S2, S3, S4) menggunakan metode  Classic , Woodie , and Camarilla   berdasarkan pergerakan harga kemarin . 📥 Diberikan  Input harga hari kemarin: OPEN = 3237.91 HIGH = 3269.20 LOW = 3222.90 CLOSE = 3238.00 📊 Formulas ✅ Classic (Floor Pivot) P = (High + Low + Close) / 3 R1 = (2 * P) - Low R2 = P + (High - Low) R3 = High + 2*(P - Low) R4 = R3 + (R2 - R1) S1 = (2 * P) - High S2 = P - (High - Low) S3 = Low - 2*(High - P) S4 = S3 - (S1 - S2) ✅ Woodie P = (High + Low + 2*Close) / 4 R1 = (2 * P) - Low R2 = P + (High - Low) R3 = High + 2*(P - Low) R4 = R3 + (R2 - R1) S1 = (2 * P) - High S2 = P - (High - Low) S3 = Low - 2*(High - P) S4 = S3 - (S1 - S2) ✅ Camarilla R1 = Close + (High - Low) * 1.1 / 12 R2 = Close + (High - Low) * 1.1 / 6 R3 = Close + (High - Low) * 1.1 / 4 R4 = Close + (High - Low) * 1.1 / 2 S1 = Close - (High - Low) * 1.1 / 1...

WHO IS W.D. Gann ?

 W.D. Gann, also known as William Delbert Gann, was a prominent trader and analyst in the early 20th century. He is famous for his work in technical analysis and his theories on market forecasting and trading strategies. Gann developed several unique trading techniques, including the use of geometric patterns, angles, and time cycles to predict future price movements in financial markets. One of Gann's notable contributions was his concept of "Gann angles" or "Gann lines." These angles were drawn on charts to indicate the relationship between price and time. Gann believed that certain angles, such as 45 degrees or 90 degrees, had significant meaning in determining future price trends. Traders who followed Gann's methods would use these angles as indicators to make trading decisions. Gann also emphasized the importance of time cycles in market analysis. He believed that the markets followed repeating patterns and that specific time intervals could be used to ...