スロープ・ディレクション・ライン – 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:
- ピリオド – 修正移動平均線の算出に使用される期間の数を指します。.
- 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
インジケーターには1本の線があります:
- SDL
- SQXでアルゴウィザードを開く
- カスタマイズを選択
- カスタムブロックを選択
- カスタムブロックをインポート
- 彼らを救え
カスタムブロックを使えば、条件分岐を簡単に行うことができます。詳細はこちらをご覧ください:
- https://strategyquant.com/doc/strategyquant/custom-blocks/
- https://strategyquant.com/doc-category/strategy-templates-custom-blocks/
- https://www.youtube.com/watch?v=CGkn5kh_etc
このモジュールでは、カスタムブロックを変更することもできます。ピリオドの変更、ステップの変更などを行います。.
SQXにカスタムインジケーターをインポートする方法:
Awesome !!!!! Thank you Clonex !
Whenever SDl is in the strategy it would not match tradestation report, therefore I removed this block, but I do appreciate clonex fro ideas.
Hey .I will check it and fix today.
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.
こんにちは、,
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