ダブルチャネルキッチン - 富の成長に焦点を当てたアルゴリズム取引戦略

作者: リン・ハーンチャオチャン,日付: 2023年10月10日 15:25:53
タグ:

概要

ダブルチャネルキッチン戦略は,価格動向と多買い/多売状態を異なる時間枠で分析するために,スーパートレンドおよびストックRSI指標を使用し,潜在的な買い/売シグナルを特定することを目的としています.この戦略は,主要なトレンド方向に沿って取引し,中長期間の主要な価格動きを把握することを目的としています.

戦略の論理

この戦略は,1時間および4時間のタイムフレームの両方でスーパートレンド指標を使用し,価格トレンド方向を決定します.両方のタイムフレームにおけるスーパートレンドが同じ方向を指す場合,それは比較的強い価格トレンドを示します.

さらに,StockRSIインジケーターは,過剰購入/過剰販売状態を検出するために使用されます.StockRSIは,RSIとストカスタスティックオシレーターインジケーターの両方の強みを組み合わせます.StockRSIラインが過剰購入値を超えると,価格の潜在的な過剰販売状態を示します.StockRSIラインが過剰販売値を下回ると,潜在的な過剰購入状態を表示します.

価格動向の二重スーパートレンドの確認とともに,StockRSIが過買い/過売シグナルも示す場合,購入または売却の良い機会を提示する.シグナルをさらに検証するために,StockRSI過買い/過売シグナルの後,過去数バーの価格動きがチェックされるバックバック期が実装されます.StockRSI信号が確認された場合,購入または売却が誘発されます.

概要すると,この戦略は,主要なトレンドを決定するために2つのタイムフレーム Supertrend と,ローカル逆転を特定するために StochRSI を使用し,中長期間のトレンドをフォローする取引を行います.

戦略 の 利点

  • 複数の時間枠にわたる指標を使用することで,誤った信号をフィルタリングすることができます
  • トレンドとオーバー買い/オーバーセール分析のためのスーパートレンドとストックRSIの強みを組み合わせます
  • チェックバックの検証は,不必要な取引を避ける
  • 中期から長期間の取引は,過剰な取引やスライドを避ける
  • 柔軟なパラメータ調節で,理解しやすい二重指示装置

戦略 の リスク

  • 中長期の傾向が明確でない不安定な市場は 誤った信号を生む可能性があります
  • 過剰な見返り期間が良いエントリー機会を逃す可能性があります
  • StochRSI パラメータの設定が不適切である場合,誤った過剰購入/過剰売却信号が発生する可能性があります.
  • 不適切なスーパートレンドパラメータは,間違ったトレンド方向判断を引き起こす可能性があります.
  • メカニカル・シグナルが 根本的な変化を無視する

改善:

  • StochRSI と Supertrend パラメータの組み合わせを最適化
  • 異なる市場状況に基づいて回顧期間の調整
  • シグナル検証用の音量指標を追加する
  • 重要なニュースイベントを監視し,必要に応じて手動介入

強化 分野

  • 多段階スクリーニングのための異なるタイムフレームにより多くのスーパートレンド指標を追加
  • StochRSIを他の過買い/過売指標に置き換える.例えば,KD,RSI
  • トレイルストップ・ロスの戦略を組み込み,トレンドに乗る
  • 主要な傾向を決定するために,主要な移動平均を組み合わせます.例えば,30期のMA
  • 安定性のための自動パラメータ最適化を開発

結論

ダブルチャネルキッチン戦略は,信頼性の高いトレンドフォローシステムを実装するために,主要なトレンドのためのスーパートレンドとローカル逆転のためのストックRSIを効果的に利用する.過剰な取引と滑り込みを避けるために中長期の保有に重点を置く.パラメータ最適化,指標の組み合わせを通じて,この戦略は安定したポジティブな結果を達成することができる.しかし,投資家は,単に指示信号を機械的にフォローするのではなく,依然として主要な根本的な変化に注意すべきである.全体的に,この戦略は,積極的な投資家に適切なリスク認識でポジティブなリターンを生み出すための効果的な技術分析アプローチを提供しています.


/*backtest
start: 2023-09-09 00:00:00
end: 2023-10-09 00:00:00
period: 4h
basePeriod: 15m
exchanges: [{"eid":"Futures_Binance","currency":"BTC_USDT"}]
*/

// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © Baby_whale_to_moon

//@version=5
strategy('Kitchen [ilovealgotrading]', overlay=true, format=format.price, initial_capital = 1000)

// BACKTEST DATE
Start_Time = input(defval=timestamp('01 January 2017 13:30 +0000'), title='Start_Time', group = " ################# BACKTEST DATE ################ " )
End_Time = input(defval=timestamp('30 April 2024 19:30 +0000'), title='End_Time', group = " ################# BACKTEST DATE ################ " )

// supertrend 
atrPeriod = input(10, 'ATR Length', group = " #################  Supertrend  ################ ")
factor = input(3, 'Factor', group = " #################  Supertrend  ################ ")

time1 = input.string(title='Short Time Period', defval='07 1h', options=['01 1m','02 3m','03 5m',  '04 15m', '05 30m', '06 45m', '07 1h', '08 2h', '09 3h', '10 4h', '11 1D', '12 1W' ], group = " #################  Supertrend  ################ ",tooltip = "this timeframe is the value of our short-time supertrend indicator")
time2 = input.string(title='Long Time Period', defval='10 4h', options=[ '01 1m','02 3m','03 5m', '04 15m', '05 30m', '06 45m', '07 1h', '08 2h', '09 3h', '10 4h', '11 1D', '12 1W' ], group = " #################  Supertrend  ################ ",tooltip = "this timeframe is the value of our long-time supertrend indicator")


res(Resolution) =>
    if Resolution == '00 Current'
        timeframe.period
    else
        if Resolution == '01 1m'
            '1'
        else
            if Resolution == '02 3m'
                '3'
            else
                if Resolution == '03 5m'
                    '5'
                else
                    if Resolution == '04 15m'
                        '15'
                    else
                        if Resolution == '05 30m'
                            '30'
                        else
                            if Resolution == '06 45m'
                                '45'
                            else
                                if Resolution == '07 1h'
                                    '60'
                                else
                                    if Resolution == '08 2h'
                                        '120'
                                    else
                                        if Resolution == '09 3h'
                                            '180'
                                        else
                                            if Resolution == '10 4h'
                                                '240'
                                            else
                                                if Resolution == '11 1D'
                                                    '1D'
                                                else
                                                    if Resolution == '12 1W'
                                                        '1W'
                                                    else
                                                        if Resolution == '13 1M'
                                                            '1M'


// supertrend Long time period 
[supertrend2, direction2] = request.security(syminfo.tickerid, res(time2), ta.supertrend(factor, atrPeriod))
bodyMiddle4 = plot((open + close) / 2, display=display.none)
upTrend2 = plot(direction2 < 0 ? supertrend2 : na, 'Up Trend', color=color.new(color.green, 0), style=plot.style_linebr, linewidth=2)
downTrend2 = plot(direction2 < 0 ? na : supertrend2, 'Down Trend', color=color.new(color.red, 0), style=plot.style_linebr, linewidth=2)

// supertrend short time period 
[supertrend1, direction1] = request.security(syminfo.tickerid, res(time1), ta.supertrend(factor, atrPeriod))
bodyMiddle = plot((open + close) / 2, display=display.none)
upTrend = plot(direction1 < 0 ? supertrend1 : na, 'Up Trend', color=color.new(color.yellow, 0), style=plot.style_linebr)
downTrend = plot(direction1 < 0 ? na : supertrend1, 'Down Trend', color=color.new(color.orange, 0), style=plot.style_linebr)


// Stochastic RSI
low_limit_stoch_rsi = input.float(title = 'Stoch Rsi Low Limit', step=0.5, defval=15, group = " #################  Stoch RSI   ################ ", tooltip = "when Stock rsi value crossover Low Limit value we get Long")
up_limit_stoch_rsi = input.float(title = 'Stoch Rsi Up Limit', step=0.5, defval=85, group = " #################  Stoch RSI   ################ ", tooltip = "when Stock rsi value crossunder Up Limit value we get Short")
stocrsi_back_length = input.int(20, 'Stoch Rsi retroactive length', minval=1, group = " #################  Stoch RSI   ################ ", tooltip = "How many candles are left behind, even if there is a buy or sell signal, it will be valid now")
smoothK = input.int(3, 'Stochastic RSI K', minval=1, group = " #################  Stoch RSI   ################ ")
lengthRSI = input.int(14, 'RSI Length', minval=1, group = " #################  Stoch RSI   ################ ")
lengthStoch = input.int(14, 'Stochastic Length', minval=1, group = " #################  Stoch RSI   ################ ")
src_rsi = input(close, title='RSI Source', group = " #################  Stoch RSI   ################ ")
rsi1 = request.security(syminfo.tickerid, '240', ta.rsi(src_rsi, lengthRSI))
k = request.security(syminfo.tickerid, '240', ta.sma(ta.stoch(rsi1, rsi1, rsi1, lengthStoch), smoothK))

// Strategy settings 
dollar = input.float(title='Dollar Cost Per Position ', defval=20000, group = " #################  Strategy Settings  ################ ")
trade_direction = input.string(title='Trade_direction', group = " #################  Strategy Settings  ################ ", options=['LONG', 'SHORT', 'BOTH'], defval='BOTH')
Long_message_open = input('Long Open', title = "Long Open Message", group = " #################  Strategy Settings  ################ ", tooltip = "if you write your alert window this code {{strategy.order.alert_message}} .When trigger Long signal you will get dynamically what you pasted here for Long Open Message ")
Short_message_open = input('Short Open', title = "Short Open Message", group = " #################  Strategy Settings  ################ ", tooltip = "if you write your alert window this code {{strategy.order.alert_message}} .When trigger Long signal you will get dynamically what you pasted here for Short Open Message ")
Long_message_close = input('Long Close', title = "Long Close Message", group = " #################  Strategy Settings  ################ ", tooltip = "if you write your alert window this code {{strategy.order.alert_message}} .When trigger Long signal you will get dynamically what you pasted here for Long Close Message ")
Short_message_close = input('Short Close', title = "Short Close Message", group = " #################  Strategy Settings  ################ ", tooltip = "if you write your alert window this code {{strategy.order.alert_message}} .When trigger Long signal you will get dynamically what you pasted here for Short Close Message ")

Time_interval = true
bgcolor(Time_interval ? color.rgb(255, 235, 59, 95) : na)

back_long = 0
back_short = 0

for i = 1 to stocrsi_back_length by 1
    if ta.crossover(k, low_limit_stoch_rsi)[i] == true 
        back_long += i
        back_long
    if ta.crossunder(k, up_limit_stoch_rsi)[i] == true 
        back_short += i
        back_short

// bgcolor(back_long>0?color.rgb(153, 246, 164, 54):na)
// bgcolor(back_short>0?color.rgb(246, 153, 153, 54):na)

buy_signal = false
sell_signal = false

if direction2 < 0 and direction1 < 0 and back_long > 0
    buy_signal := true
    buy_signal

if direction2 > 0 and direction1 > 0 and back_short > 0
    sell_signal := true
    sell_signal


//bgcolor(buy_signal  ? color.new(color.lime,90) : na ,title="BUY bgcolor")
plotshape( buy_signal[1] == false and  strategy.opentrades == 0 and Time_interval and buy_signal  ? supertrend2 : na, title="Buy", text="Buy", location=location.absolute, style=shape.labelup, size=size.tiny, color=color.green, textcolor=color.white)

//bgcolor(sell_signal  ? color.new(color.red,90) : na ,title="SELL bgcolor")
plotshape(sell_signal[1] == false and strategy.opentrades == 0 and Time_interval and sell_signal  ? supertrend2 : na , title="Sell", text="Sell", location=location.absolute, style=shape.labeldown, size=size.tiny, color=color.red, textcolor=color.white)


// Strategy entries 
if strategy.opentrades == 0 and Time_interval and buy_signal and ( trade_direction == 'LONG' or trade_direction == 'BOTH')
    strategy.entry('Long_Open', strategy.long, qty=dollar / close, alert_message=Long_message_open)

if strategy.opentrades == 0 and Time_interval and sell_signal and ( trade_direction == 'SHORT' or trade_direction == 'BOTH')
    strategy.entry('Short_Open', strategy.short, qty=dollar / close, alert_message=Short_message_open)


// Strategy Close
if close < supertrend1 and strategy.position_size > 0 
    strategy.exit('Long_Close',from_entry = "Long_Open", stop=close, qty_percent=100, alert_message=Long_message_close)

if close > supertrend1 and strategy.position_size < 0 
    strategy.exit('Short_Close',from_entry = "Short_Open", stop=close, qty_percent=100, alert_message=Short_message_close)



もっと