5. 11. 2022

5 5

Slope Direction Line – SDL

The Slope Direction Line indicator is a technical analysis tool that helps traders identify the direction and strength of a trend in a financial market. It is a simple indicator that plots a line on a chart based on the slope of a weighted moving average. The slope of the line can be used to determine whether a market is trending up, down, or sideways, and the strength of the trend can be determined by the angle of the line. The Slope Direction Line indicator can be used in conjunction with other technical indicators, such as oscillators and volume, to confirm trend direction and strength and make more informed trading decisions.

 

The indicator has four parameters:

 

  • Period – refers to the number of periods on which the modified moving average line is based.
  • MA method – refers to the type of modified moving average line used.
  • Computed From – refers to the source of the price data on each bar

The indicator has one line:

  1. SDL

 

Indicator is implemented for: MT4/MT5/Tradestation/ Multicharts.How to import custom blocks:
  1. Open the Algo Wizard in SQX
  2. Select Customize
  3. Select Custom Blocks
  4. Import Custom Blocks
  5. Save them

 

You can easily do your conditions in Custom blocks. More information you can find here:

In this module, you can also modify the custom blocks – change the periods, change the steps, etc.

 

How to import custom indicators to SQX:

Subscribe
Notify of
5 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
Emmanuel
18. 11. 2022 3:52 pm

Awesome !!!!! Thank you Clonex !

Rio
Rio
16. 1. 2023 4:22 pm

Whenever SDl is in the strategy it would not match tradestation report, therefore I removed this block, but I do appreciate clonex fro ideas.

Sweatstrad
25. 1. 2023 8:07 pm

Please, how can I define a buy or sell signal when the color of the Slope Direction Line changes? I can tell that SDL is rising or falling, but I can’t tell that if SDL[2] was red and SDL[1] was green = buy. Thank you.

tomas262
Admin
Reply to  Sweatstrad
26. 1. 2023 7:25 pm

Hi,
to get the current slope you need to check two different values of SDL using different shift values. For example IF SDL[1] > SDL[2] it is rising … while when SDL[1] < SDL[2] then you know SDL is falling