TradingView
npietronuto1
19 apr 2022 22:12

Hulk Strategy x35 Leverage 5m chart w/Alerts 

BTCUSDT SPOTBybit

Beskrivning

This strategy is a pullback strategy that utilizes 2 EMAs as a way of identifying trend, MACD as an entry signal, and RSI and ADX to filter bad trades. By using the confirmation of all of these indicators the strategy attempts to catch pullbacks, and it is optimized to wait for high probability setups. Take not that the strategy is optimized for use on BTCUSDT along with 35 times leverage(Using leverage is risky). The Hulk Strategy waits for strong trend confirmation and then attempts to identify pullbacks using MACD and RSI. By using these it identifies strong short term movement against the trend(hence the name Hulk). To use the strategy wait for the strategy to make an entry, and then enter with a stop loss of 1.1% and a take profit of 1.35% with respect to if it is a long or short position. The trade frequency of this strategy is high as it is made for use on the 5m timeframe. But this does not mean you will have to be staring at your computer constantly as an average of 1 trade takes place each day. This will vary a lot though, somedays the strategy enters up to 4 times. I wish you good trading and hope that you like this strategy!

P.S. The indicators on my chart are visualizations of the indicators used in the strategy, they are not necessary for the strategy to work though. Also the colored in cloud on the price chart is an EMA cloud and it comes with the strategy when you add it to your chart. This EMA cloud consists of two EMAs a 50 and a 200 EMA.
Kommentarer
loufie.churchill
Dam!... Looked like a decent concept... shame about the repainting. How/why? from what I understand... Strategy is setup for a 5 min chart and as @loxx points out the first line of quoted code requests a different time frame of 1min for the MACD/s and then I believe miss uses the security command and trys to patch the gaps with a bar merge giving you an INSTANT repaint the first candle that throws a signal ...which you won't actually see unless you reload the screen... and if you don't check your data against your trade actions as you should and don't realise ... you miss the mark, miss trades, miss profits and piss losses... or some shit like that I guess and is my unskilled understanding from skimming over the pine script strategy pages.
tomgoingtousa
Hi, is there a link to the indicator below called "Hulk Ranged Indicators"? thank you very much !
loxx
Its a repainter, these lines of code repaint, no other way around it:

res = input.timeframe("1", group = "MACD")

MACD = request.security(syminfo.tickerid, res, Macdhist, gaps = barmerge.gaps_on)
CarlosGV
@loxx, Turning barmerge.gaps to off should fix the repaint issue? I've tried to do that and resulta are still good.
tomgoingtousa
Hi, is there a link to the indicator below called "Hulk Ranged Indicators"? thank you very much
sharkljz1997
very good !no repaint!
CarlosGV
@npietronuto1 Could you explain this parameter? MacdTickAmountNeeded
TET0RI
Repaint
TET0RI
@TET0RI, Replay and back test results are different
Mer