PROTECTED SOURCE SCRIPT
Aggiornato indicator:StrategyBITMEX5 FOR LONG BUY1

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.
//////////
version up
2019/07/04 - Responding to falling long entries
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.
//////////
version up
2019/07/04 - Responding to falling long entries
Note di rilascio
Implemented an entry filter using super trend.I will refrain from the entry immediately after the price soars.
Note di rilascio
Partial script changeNote di rilascio
Partial script change************************
Hello everyone!
I am very pleased with your evaluation.
This script is a masterpiece of the current stage of successful development of a technical analysis of cryptocurrencies over two years.
This has been published for cryptocurrency fans like you, but it may be closed in the near future.
If you like this indicator, please support money for my activities.
We would like to use that money as an activity cost for further indicator updates and better strategy development.
This development work is very hard and requires careful attention, but I am passionate about making them successful.
The amount of money does not matter.
The value you felt was that amount.
BTC
39LbiVReUjxX7k2gqWxQeDAVJtYfTCREzB
LTC
MVAJG4ubzugi2jxZ6P6wqXJXA3RqzmNqYK
ETH
0x7c5715b87a268993c4d78086016015b39985c835
USDC
0x7c5715b87a268993c4d78086016015b39985c835
Thank you.
Note di rilascio
The entry condition was optimized using CM_Williams_Vix_Fix created by ChrisMoody.Note di rilascio
Entry filter adjustmentNote di rilascio
New Entry Filter: Tall POSITIVE CandlesNote di rilascio
Added Dip buying filter.Note di rilascio
Filtering on soaring candlesticksNote di rilascio
A new entry logic has been added today.Script protetto
Questo script è pubblicato come codice protetto. Tuttavia, è possibile utilizzarlo liberamente e senza alcuna limitazione – per saperne di più clicca qui.
Declinazione di responsabilità
Le informazioni ed i contenuti pubblicati non costituiscono in alcun modo una sollecitazione ad investire o ad operare nei mercati finanziari. Non sono inoltre fornite o supportate da TradingView. Maggiori dettagli nelle Condizioni d'uso.
Script protetto
Questo script è pubblicato come codice protetto. Tuttavia, è possibile utilizzarlo liberamente e senza alcuna limitazione – per saperne di più clicca qui.
Declinazione di responsabilità
Le informazioni ed i contenuti pubblicati non costituiscono in alcun modo una sollecitazione ad investire o ad operare nei mercati finanziari. Non sono inoltre fornite o supportate da TradingView. Maggiori dettagli nelle Condizioni d'uso.