Strategi ini mengintegrasikan indikator Ichimoku Kinko Hyo, daily breakout, Gaussian smoothed moving average, MACD dan indikator teknis lainnya untuk menentukan arah tren dan menemukan titik masuk yang andal.
Ichimoku Kinko Hyo putusan: Conversion Line crossover di atas Base Line adalah sinyal bullish.
Penghakiman setiap hari: Penutupan hari ini lebih tinggi dari kemarin penutupan dengan ambang batas tertentu menegaskan bullish.
Penghakiman MA yang disederhanakan oleh Gaussian: Crossover harga di atas MA bullish.
Pertimbangan MACD: DIFF crossover di atas DEA bullish.
Menggabungkan faktor-faktor di atas untuk menentukan perubahan tren dan titik masuk.
Beberapa indikator meningkatkan akurasi.
Konfirmasi intraday dan multi-timeframe menghindari kebocoran palsu.
Ichimoku Kinko Hyo secara handal menentukan tren.
Gaussian meluruskan MA memiliki sedikit lag.
MACD menilai perubahan momentum.
Beberapa kondisi bersamaan mengurangi kemungkinan masuk.
Parameter indikator yang salah dapat menghasilkan sinyal yang salah.
Sinyal intraday dan multi-timeframe mungkin bertentangan.
Pelarian palsu masih terjadi, menimbulkan kerugian.
Solusi yang mungkin:
Sesuaikan parameter untuk meningkatkan entri.
Mengoptimalkan parameter untuk produk dan kerangka waktu yang berbeda.
Koordinasi sinyal dari kerangka waktu yang berbeda.
Gunakan stop loss untuk membatasi kerugian.
Uji kombinasi indikator yang berbeda untuk sinyal yang lebih baik.
Tambahkan pembelajaran mesin untuk meningkatkan penilaian dari lebih banyak data.
Tambahkan deteksi tren untuk menghindari perdagangan kontra-tren.
Mengoptimalkan manajemen uang untuk ketahanan.
Optimalkan stop loss dan mengambil keuntungan untuk profitabilitas.
Strategi ini mengintegrasikan beberapa indikator untuk menentukan arah tren, dan masuk pada sinyal bullish probabilitas tinggi yang diverifikasi di seluruh kerangka waktu dan indikator.
/*backtest start: 2022-09-17 00:00:00 end: 2023-09-23 00:00:00 period: 1d basePeriod: 1h exchanges: [{"eid":"Futures_Binance","currency":"BTC_USDT"}] */ //@version=2 // Any timeFrame ok but good on 15 minute & 60 minute , Ichimoku + Daily-Candle_cross(DT) + HULL-MA_cross + MacD combination 420 special blend strategy("Ichimoku + Daily-Candle_X + HULL-MA_X + MacD", shorttitle="٩(̾●̮̮̃̾•̃̾)۶", overlay=true, default_qty_type=strategy.percent_of_equity, max_bars_back=26, default_qty_value=100, calc_on_order_fills= true, calc_on_every_tick=true, pyramiding=0,precision=6) keh=input(title="Double HullMA",defval=14, minval=1) dt = input(defval=0.0010, title="Decision Threshold (0.001)", type=float, step=0.0001) SL = input(defval=-500.00, title="Stop Loss in $", type=float, step=1) TP = input(defval=25000.00, title="Target Point in $", type=float, step=1) ot=1 p = input(7, minval=1, title="Length") pi=3.1415926535 w=2*pi/p beta = (1 - cos(w))/(pow(1.414,2.0/3) - 1) alfa = -beta + sqrt(beta*beta + 2*beta) ret1= pow(alfa,4)*close+4*(1-alfa)*nz(ret1[1])-6*pow(1-alfa,2)*nz(ret1[2])+4*pow(1-alfa,3)*nz(ret1[3])-pow(1-alfa,4)*nz(ret1[4]) ret2= pow(alfa,4)*close[1]+4*(1-alfa)*nz(ret1[1])-6*pow(1-alfa,2)*nz(ret1[2])+4*pow(1-alfa,3)*nz(ret1[3])-pow(1-alfa,4)*nz(ret1[4]) confidence=(security(syminfo.tickerid, 'D', close)-security(syminfo.tickerid, 'D', close[1]))/security(syminfo.tickerid, 'D', close[1]) conversionPeriods = input(9, minval=1, title="Conversion Line Periods") basePeriods = input(26, minval=1, title="Base Line Periods") laggingSpan2Periods = input(52, minval=1, title="Lagging Span 2 Periods") displacement = input(26, minval=1, title="Displacement") donchian(len) => avg(lowest(len), highest(len)) conversionLine = donchian(conversionPeriods) baseLine = donchian(basePeriods) leadLine1 = avg(conversionLine, baseLine) leadLine2 = donchian(laggingSpan2Periods) LS=close, offset = -displacement MACD_Length = input(9) MACD_fastLength = input(12) MACD_slowLength = input(26) MACD = ema(close, MACD_fastLength) - ema(close, MACD_slowLength) aMACD = ema(MACD, MACD_Length) closelong = ret1<ret2 and close<ret2 and confidence<dt or strategy.openprofit<SL or strategy.openprofit>TP if (closelong) strategy.close("Long") longCondition = ret1>ret2 and strategy.opentrades<ot and confidence>dt and close>ret2 and leadLine1>leadLine2 and open<LS and MACD>aMACD if (longCondition) strategy.entry("Long",strategy.long) // /L'-, // ,'-. /MM . . / L '-, // . _,--dMMMM\ /MMM `.. / '-, // : _,--, )MMMMMMMMM),. `QMM ,<> /_ '-,' // ; ___,--. \MM( `-' )M//MM\ ` ,',.; .-'* ; .' // | \MMMMMM) \MM\ ,dM//MMM/ ___ < ,; `. )`--' / // | \MM()M MMM)__ /MM(/MP' ___, \ \ ` `. `. /__, ,' // | MMMM/ MMMMMM( /MMMMP'__, \ | / `. `-,_\ / // | MM /MMM---' `--'_ \ |-' |/ `./ .\----.___ // | /MM' `--' __,- \"" |-' |_, `.__) . .F. )-. // | `--' \ \ |-' |_, _,-/ J . . . J-'-. `-., // | __ \`. | | | \ / _ |. . . . \ `-. F // | ___ / \ | `| ' __ \ | /-' F . . . . \ '` // | \ \ \ / | __ / \ | |,-' __,- J . . . . . \ // | | / |/ __,- \ ) \ / |_,- __,--' |. .__.----,' // | |/ ___ \ |'. |/ __,--' `.-;;;;;;;;;\ // | ___ \ \ | | ` __,--' /;;;;;;;;;;;;. // | \ \ |-'\ ' __,--' /;;;;;;;;;;;;;;\ // \ | | / | __,--' `--;;/ \;-'\ // \ | |/ __,--' / / \ \ // \ | __,--' / / \ \ // \|__,--' _,-;M-K, ,;-;\ // <;;;;;;;; '-;;;; //a1=plot(n1,color=c) //a2=plot(n2,color=c) //plot(cross(n1, n2) ? n1 : na, style = circles, color=b, linewidth = 4) //plot(cross(n1, n2) ? n1 : na, style = line, color=d, linewidth = 4) //plot(conversionLine, color=#0496ff, title="Conversion Line") //plot(baseLine, color=#991515, title="Base Line") //plot(close, offset = -displacement, color=#459915, title="Lagging Span") //p1=plot (leadLine1, offset = displacement, color=green, title="Lead 1") //p2=plot (leadLine2, offset = displacement, color=red, title="Lead 2") //fill(p1, p2, color = leadLine1 > leadLine2 ? green : red) // remove the "//" from before the plot script if want to see the indicators on chart