PROTECTED SOURCE SCRIPT
indicator:BITMEXMAC BUY1&BUY4

This indicator shows the entry signal and timing of profit determination under specific conditions.
This indicator shows high performance in 3 hours of XBTUSD of BITMEX.
/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / /
* longCondition 1
// Zero Lag MACD
crossover (ZeroLagMACD, signal)
(Display Alert signal when Zero Lag MACD makes a golden cross.)
* CloseCondition1
crossunder (ZeroLagMACD, signal)
/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / /
* longCondition 2
// SAR
longentry4 = From SARdown to SARUP and uptrend of moving average line
(A signal is issued when the parabolic SAR shows an uptrend.)
* CloseCondition 2
closelong4 = From SARUP to SARdown
/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / /
In general, if only MACD and signal cross timing or SAR signal conversion is used as the entry timing, our account balance will be increasingly reduced.
So I added some filters to longCondition1 and longCondition2.
Of course this logic is no repaint.
It does not employ multi-time frames.
/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / /
Entry filter
* Filter 1
When fighting against resistance lines with closing or high prices.
* Filter 2
MACD Divergence
* Filter 3
When market volatility is low.
This indicator shows high performance in 3 hours of XBTUSD of BITMEX.
/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / /
* longCondition 1
// Zero Lag MACD
crossover (ZeroLagMACD, signal)
(Display Alert signal when Zero Lag MACD makes a golden cross.)
* CloseCondition1
crossunder (ZeroLagMACD, signal)
/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / /
* longCondition 2
// SAR
longentry4 = From SARdown to SARUP and uptrend of moving average line
(A signal is issued when the parabolic SAR shows an uptrend.)
* CloseCondition 2
closelong4 = From SARUP to SARdown
/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / /
In general, if only MACD and signal cross timing or SAR signal conversion is used as the entry timing, our account balance will be increasingly reduced.
So I added some filters to longCondition1 and longCondition2.
Of course this logic is no repaint.
It does not employ multi-time frames.
/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / /
Entry filter
* Filter 1
When fighting against resistance lines with closing or high prices.
* Filter 2
MACD Divergence
* Filter 3
When market volatility is low.
Skrip dilindungi
Skrip ini diterbitkan sebagai sumber tertutup. Akan tetapi, anda boleh menggunakannya dengan percuma dan tanpa had – ketahui lebih lanjut di sini.
Penafian
Maklumat dan penerbitan adalah tidak dimaksudkan untuk menjadi, dan tidak membentuk, nasihat untuk kewangan, pelaburan, perdagangan dan jenis-jenis lain atau cadangan yang dibekalkan atau disahkan oleh TradingView. Baca dengan lebih lanjut di Terma Penggunaan.
Skrip dilindungi
Skrip ini diterbitkan sebagai sumber tertutup. Akan tetapi, anda boleh menggunakannya dengan percuma dan tanpa had – ketahui lebih lanjut di sini.
Penafian
Maklumat dan penerbitan adalah tidak dimaksudkan untuk menjadi, dan tidak membentuk, nasihat untuk kewangan, pelaburan, perdagangan dan jenis-jenis lain atau cadangan yang dibekalkan atau disahkan oleh TradingView. Baca dengan lebih lanjut di Terma Penggunaan.