TradingView
Batosbados
10 Th05 2022 13:49

Big Snapper Alerts R3.0 + Chaiking Volatility condition + TP RSI 

YFIUSDT SPOTBybit

Mô tả

//@version=5
//
// Bannos
// #NotTradingAdvice #DYOR
// Disclaimer.
// I AM NOT A FINANCIAL ADVISOR.
// THESE IDEAS ARE NOT ADVICE AND ARE FOR EDUCATION PURPOSES ONLY.
// ALWAYS DO YOUR OWN RESEARCH
//
// Author: Adaptation from JustUncleL Big Snapper by Bannos
// Date: May-2022
// Version: R1.0

//Description of this addon - Script using several new conditions to give Long/short and SL levels which was not proposed in the Big Snapper strategy "Big Snapper Alerts R3.0"
//"
//This strategy is based on the use of the Big Snapper outputs from the JustUncleL script and the addition of several conditions to define filtered conditions selecting signal synchrones with a trend and a rise of the volatility.
//Also the strategy proposes to define proportional stop losses and dynamic Take profit using an RSI strategy.

// After delivering the temporary ong/short signal and ploting a green or purple signal, several conditions are defined to consider a Signal is Long or short.
//Let s take the long signal as example(this is the same process with the opposite values for a short).
//step 1 - Long Definition:
// Snapper long signal stored in the buffer variable Longbuffer to say that in a close future, we could have all conditions for a long
// Now we need some conditions to combine with it:
//the second one is to be over the Ma_medium(55)
//and because this is not selective enough, the third one is a Volatility indicator "Chaikin Volatility" indicator giving an indication about the volatility of the price compared to the 10 last values
// -> Using the volatility indicator gives the possibility to increase the potential rise if the volatility is higher compared to the last periods.
//With these 3 signals, we get a robust indication about a potential long signal which is then stored in the variable "Longe"

//Now we have a long signal and can give a long signal with its Stop Loss
// The Long Signal is automatically given as the 3 conditions above are satisfied.
// The Stop loss is a function of the last Candle sizes giving a stop below the 70% of the overall candle which can be assimilated to a Fibonacci level. Below this level it makes sense to stop the trade as the chance to recover the complete Candle is more than 60%

//Now we are in an open Long and can use all the mentioned Stop loss condition but still need a Take Profit condition
//The take profit condition is based on a RSI strategy consisting in taking profit as soon as the RSI come back from the overbought area (which is here defined as a rsi over 70) and reaching the 63.5 level to trigger the Take Profit
//This TP condition is only active when Long is active and when an entry value as been defined.

//Entry and SL level appreas as soon as a Long or short arrow signal does appears. The Take profit will be conidtioned to the RSI.

//The final step in the cycle is a reinitialization of all the values giving the possibility to detect and treat any long new signal coming from the Big Snapper signal.

Phát hành các Ghi chú

SL added on shorts

Phát hành các Ghi chú

Buffer reinit condition to skip a long activated after a short signal has appeared.

Phát hành các Ghi chú

hide MAs
adapt volatility trigger to be more reactive

Phát hành các Ghi chú

SL level update giving a better return

Phát hành các Ghi chú

long and short signal condition added: signals only for the trend.

Phát hành các Ghi chú

better results with both direction independently from the overal trend.
Just let the slow MA as indication but still show signals as the signal are acc. to the trigger EMA 55 for the considered timeframe.

Phát hành các Ghi chú

better win rate with a volatility trigger at -9 than -40 and higher avg %

Phát hành các Ghi chú

10% better avg % using a rsi lenght of 15 instead of 11. giving a lower reactivity but more profitable.

Phát hành các Ghi chú

new rsi lenght required a threshold chamges

Phát hành các Ghi chú

71 29 allow higher avg %

Phát hành các Ghi chú

trigger to close trade adapted

Phát hành các Ghi chú

restructuration to get the close before the entry

Phát hành các Ghi chú

strucuture daptation

Phát hành các Ghi chú

wording

Phát hành các Ghi chú

Update
Added:
- RVWAP to better define the trend relatively to the EMA89
- Volatility Oscillator to detect only high volatility singals

Phát hành các Ghi chú

Name changed

Phát hành các Ghi chú

shape changed

Phát hành các Ghi chú

Super Trend Oscillator condition added

Phát hành các Ghi chú

close on supertrend oscillator condition a dded

Phát hành các Ghi chú

plot retired
Bình luận
Ethereum99
Hi bro, I have an idea that I think can improve your strategy a lot. I use 3commas then I choose an option to take profit using RSI but only when I have a minimum profit. It helped a lot with trades that your script finished so fast with small profit but after some time the price goes in the correct direction. If you can, try that for a test.
Batosbados
@Ethereum99, Hi, thanks for share your idea!
The problem ist, when the script goes the opposite direction of the signal and do not come back, then there is no profit...
Ethereum99
@Batosbados I use this indicator with BTCUSD Heikin Ashi 10min. Its very precise the moment to start the trade, but take profit does not make a good job. Can you improve with the option fixed take profit and trailing stop? I think this will improve a lot.
Batosbados
@Ethereum99, Thanks for the idea. I will try it!
Mallet87
Have you seen your backtest results on BTC 15min Heikin Ashi Candles? I think this is incredible!!!
Batosbados
@Mallet87, Looks great :) Any feedback to improve it would be welcome. Do you use it in 15min?
Ethereum99
@Batosbados, to be honest, I'm testing using an old version on BTCUSD and ETHUSD 1h Heikin Ashi Candles. I will test the last version soon.
Batosbados
@Ethereum99, thanks for any feedback
Mallet87
Awesome man! But, I have some difficult to send alarms to Bots like 3commas, Wundertrading, etc. Can you help?
Batosbados
@Mallet87, sorry I don t use bots, cannot help.
Thêm nữa