divonn1994

The Secret Sauce [divonn1994]

divonn1994 업데이트됨   
Indicates a positive buy signal when:
1) the ema close is about the ema open
2) Weis Waves are positive
3) There is a Green Candle

Indicates a sell signal when:
1) there is a red candle
2) the ema clos is below the ema open

This helps you get in at the beginning of every trend but mitigates losses if a downtrend occurs

I like to use it with 4 hour candles. I haven't tried it with lower scales.
릴리즈 노트:
Author @divonn1994
Shoutout to @LazyBear for the Weis Waves

I like to use this indicator with 45 minute candles for BTC . I haven't tried it with lower scales.

My apologies if the syntax for some of the code is weird. I'm used to c++ and this is the first time I'm coding using PineScript.

This indicator attempts to tell you when you should buy into or sell out of a position. I combined some of my favorite indicators to make the buy signal.

Indicators used: Stochastic RSI , Weis Wave Volume , EMA open, EMA close, and classification of candle size. As well as a few conditional statements I came up with to try my best to get rid of false uptrend signals.

I’m trying to get in at the beginning of every potential uptrend, while mitigating losses during a potential downtrend.

The main idea is that when the indicator switches to 1 that's when you buy, when the signal switches to 0 that's when you sell. If you want an alert i recommend
setting an alarm for when the indicator crosses 0.5, once per bar close. That's what I do.

The settings I have as default are for the 45 minute time interval for BTC . Also this is for more of a bear market at the moment. Increasing the time intervals or a change to a bull market would need an increase in the input settings for timesBigger, crumbSize, crumbSize2 and bigCandleInputSize. This is due to the fact the candles, on average, can be much bigger when these changes occur. I have yet to mess with the settings so I have no recommendations to give. Again, my apologies.

I am currently working on version 3.0


Any ideas to improve my code? I'm all ears. I want to make an indicator that will just tell me when to trade. I want to get rid of the need to be staring at charts all of the time. Isn't that the dream?

I’m trying to find that “secret sauce” that puts me ahead of the game.

*so sorry, I attached my email to my last version which got me a warning*
오픈 소스 스크립트

이 스크립트의 오써는 참된 트레이딩뷰의 스피릿으로 이 스크립트를 오픈소스로 퍼블리쉬하여 트레이더들로 하여금 이해 및 검증할 수 있도록 하였습니다. 오써를 응원합니다! 스크립트를 무료로 쓸 수 있지만, 다른 퍼블리케이션에서 이 코드를 재사용하는 것은 하우스룰을 따릅니다. 님은 즐겨찾기로 이 스크립트를 차트에서 쓸 수 있습니다.

면책사항

이 정보와 게시물은 TradingView에서 제공하거나 보증하는 금융, 투자, 거래 또는 기타 유형의 조언이나 권고 사항을 의미하거나 구성하지 않습니다. 자세한 내용은 이용 약관을 참고하세요.

차트에 이 스크립트를 사용하시겠습니까?