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精神,该脚本的作者将其开源发布,以便交易者可以理解和验证它。为作者喝彩!您可以免费使用它,但在出版物中重复使用此代码受网站规则的约束。 您可以收藏它以在图表上使用。

免责声明

这些信息和出版物并不意味着也不构成TradingView提供或认可的金融、投资、交易或其它类型的建议或背书。请在使用条款阅读更多信息。

想在图表上使用此脚本?