Mastering the Slope Direction Line Indicator for MetaTrader 4

Mike 2016.03.07 18:54 30 0 0
Attachments

If you're looking to enhance your trading strategy, the Slope Direction Line (SDL) indicator is a fantastic tool to consider. It's been integrated into the Hammering EA, available in the Market section of MetaTrader 4. This nifty indicator helps traders identify the direction of the trend, making it easier to make informed trading decisions.

Input Parameters:

  • period = 32: This defines the period used for the moving average calculations. A longer period can smooth out the noise.
  • FilterNumber = 2: This is the size of the filter applied to the indicator, helping to refine the signals.
  • ma_method = 3: Choose your averaging method! Options include:
    • 0 — SMA (Simple Moving Average)
    • 1 — EMA (Exponential Moving Average)
    • 2 — SMMA (Smoothed Moving Average)
    • 3 — LWMA (Linear Weighted Moving Average)
  • applied_price = 0: This sets the price used for calculations. The options are:
    • 0 — CLOSE
    • 1 — OPEN
    • 2 — HIGH
    • 3 — LOW
    • 4 — MEDIAN ((high + low) / 2)
    • 5 — TYPICAL ((high + low + close) / 3)
    • 6 — WEIGHTED ((high + low + close + close) / 4)

Utilizing the Slope Direction Line can give you that extra edge in your trading. It’s all about finding the right indicators that fit your style. Happy trading!

List
Comments 0