Scalping BerkinAlex 1
--------Inglés---------
Updated to Pine Script v4. 👌
Added labels (indicators) of Purchase and Sale according to moving averages for scalping and intraday. 🤑
Fusion of the "Scalping BerkinAlex 3" indicator with the "Scalping BerkinAlex 1", so as not to occupy a slot of indicators unnecessarily if you have a free account. 😜
Alert system designed, now you can create an alert in free mode according to the possibility of buying or selling an asset.🔔
Errors found fixed.💪
---------Español---------
Actualizado a Pine Script v4. 👌
Añadidas etiquetas (indicadores) de Compra y Venta según medias móviles para scalping e intradía. 🤑
Fusión del indicador "Scalping BerkinAlex 3" con el "Scalping BerkinAlex 1", para así no ocupar un slot de indicadores innecesariamente en caso de disponer cuenta gratuita. 😜
Sistema de alertas diseñado, ahora podrás crear una alerta en modo gratuito según exista la posibilidad de comprar o vender un activo.🔔
Errores encontrados solucionados.💪
E-signal
Signal To Noise Ratio IndicatorThis is a trend indicator at its core so combine with rsi or a moving average of your choice to see which direction the stock is trending in.
Only enter a position (long or short) when signal to noise ratio is above the signal line
This is one of my first indicators posted on here so be sure to leave me feedback
Modified Signal to Noise Ratio (SNR) - EhlersThis is my "Modified Signal to Noise Ratio" (SNR) indicator using Pine Script version 4.0, freely available to ALL! While creating my "Enhanced Instantaneous Cycle Period" detector, within the same document entitled "SIGNAL ANALYSIS CONCEPTS" written by Dr. John Ehlers, there was code for a signal to noise indicator. So, I adapted it to Pine Script v4.0.
Notice: Consider this to be experimental, but it may come in handy for a few traders who figure out how to use it.
Overviewing it's display on multiple assets with the "Original" formulation, I noticed the "Signal to Noise Ratio" looked commonly hunky-dory all too often except for on a few occasions. You will see that displayed above in the upper indicator and notice how smooth it is. Hmm... The original formulation utilizes three EMAs, and I pondered if that was providing too much smoothing and additional lag. I figured I would try another filter in it's place that may be favorable, and the results seemed more likely as I originally expected, for the most part.
Displayed above, the second indicator from the top, is the "Modified Formulation" that is selectable in the indicator "Settings". You will notice on the left, the highlighting is revealing itself while encountering volatile areas of the assets price. When I encounter this, I switch to a lower time frame to see in more detail what is transpiring. The signal to noise ratio may have a better appearance after doing so. On the 1 second time frame, many assets look like a trading nightmare and that is reflected in the SNR indicator. While on the 30 second time frame, many price fluctuations often look reasonable, but this depends always on the asset too. The point is, if there is an abundance of yellow and/or especially red across the indicator, it may be a good time to consider switching time frames. Some assets are just highly volatile and that's just the way it is. I provided a range smoothing control for ONLY the modified formulation in the indicator "Settings" to attempt to mitigate a choppy SNR signal, but that typically has minimal effect. Setting it too low just makes the SNR worse.
How is the highlighting set up? Yellow is cautionary and red is worst case signal to noise. Keep in mind the scale is ranged in decibels. Anything below 6 decibels in red, below the red dotted line, is an indication of high noise detection. Below the yellow line of 10dB is definitely a cautionary zone down to 6dB. Ideally, above 12dB is ordinarily a signal that may be worth analyzing. The red and yellow dotted lines are adjustable in "Settings" too, and I provided three types of highlighting selectable in the indicator "Settings".
I sourced my "Simple Sine Wave Generator" to the signal to noise indicator, and the signal to noise ratio is upwards towards an astounding 90dB signal to noise on both SNR formulations. 90dB is a SUPERB signal level to pump through a loudspeaker without any audible "noise" to hear, FYI. If only the stock market gave signals like my "Simple Sine Wave Generator"...
I hope that explains how this indicator may be used with the potential to assist you with finding a suitable time frame for trading on certain assets.
Features List Includes:
I.P.O.C.S.(Initial Public Offering Clean Start) Technology
Enable/disable dark background for enhanced visibility
"Source" selection with multiple time frame adjustments
"SNR Formulation" adjustment
"Smooth Range" tweak
Threshold adjustments
"Highlighting Methods" selection
The comments section below is solely just for commenting and other remarks, ideas, compliments, etc... regarding only this indicator, not others. If you do have any general questions or comments regarding this indicator, I will consider your inquiries, thoughts, and ideas presented below in the comments section, when time provides it. As always, "Like" it if you simply just like it with a proper thumbs up, and also return to my scripts list occasionally for additional postings. Have a profitable future everyone!
Smart Labelling - Range FilterThis is a labelling module based on a range filter . Notice that the trick here is to use fibonachi numbers . Use smaller range multiplier for higher TFs. This module may serve as a signal generator to be passed through a signal filter.
Quote from the original author:
This is an experimental study designed to filter out minor price action for a clearer view of trends. Inspired by the QQE's volatility filter, this filter applies the process directly to price rather than to a smoothed RSI. First, a smooth average price range is calculated for the basis of the filter and multiplied by a specified amount. Next, the filter is calculated by gating price movements that do not exceed the specified range. Lastly the target ranges are plotted to display the prices that will trigger filter movement.
PPO Divergence and Aggregate Signal ComboThis is a further development of the last two posts on aggregated signal generation. It shows how to implement the idea in conjunction with another indicator. In this case general rule for long and short entry: the aggregated curve (gray) must cross the mid-line. Colored columns serve as an early warning. Settings were tested with EURUSD in 5m, 30m and 1H TFs.
Algorithm Builder (Signal version)Gentlemen traders
As promised, here's the Algorithm Builder (Signal Version) that is an alternative version of that previous indicator : Strategy-Builder-Crypto-Single-Trend-Plots/
This one was quite successful and already 11 person bought for me which is unbelievable. Thank you so much guys for your appreciation of my work
The script of this present post is still invite-only because it required years in the making (it's the fruit of all my errors and trials while trading for the past 7 years and when developing trading bots for traders professionally)
What's the Algorithm Builder?
Simply put, the indicator will detect the confluence/convergence of multiple unrelated indicators and alert you when the ones YOU selected will be in the same direction. (if you didn't understand this it's because I'm french)
For example, let's say you select a MM cross and MACD, whenever the MM cross will be green/bullish AND MACD green/bullish also, you'll get a nice .... wait for it..... green/bullish /diamond. Starting to see what I meant before now :)
Not sure if I should go as far as introducing the other example but let's go for it. Still, in the same spirit, a confluence of red/bearish MM cross and red/bearish MACD will give .... (finish the sentence and you'll get my appreciation. hint: the color of the diamond will be red)
So what's cool about it now ... or I should say even cooler... even more awesome (Barney Stinson, please hive five me for this tool...) is that it can be plugged in a single click to a complete Backtest engine
I inspired myself greatly from the Pinescripters Backtesting-Trading-Engine-PineCoders/ but had to make changes to adapt it to my tool.
It took me a few days of work and I'll share it also tomorrow so please stay tuned and give me a follow so that you'll be updated
In the Backtester itself, I added some features like :
- Stop-loss based on supertrend
- Hard Exit based on indicators used by the Algorithm Builder
I just made it more relevant for my indicator
Performance sir?
The period selected for the screenshot below is the last 3 months
Here's a preview of what you should expect tomorrow as well imgur.com
There isn't a BEST configuration for the tool. I made one that matches my psychology and capital. You'll have to find yours by playing with it or asking me for a bit of help if you're lost
Will require a bit of work but could be very worth it in the end :)
What's next sir?
I'm perfectly aware that the indicator doesn't give a lot of signals and that's because it's an entry-level version of all the Algorithm Builders I'm selling now and will be available on my website by end of August (along with the website itself)
More advanced versions already made allow to :
- get more entries
that one is the best addition, in my opinion, it multiplies the gains (and losses :P) as it allows some orders pyramiding and to reinforce a position if the trend is very strong. You won't have to do anything, just to wait for the alerts by email/sms from TradingView
- multiple take profit levels
- connected to systems like Autoview/ProfitView to automatize even more your trading and send those signals to your broker directly (I will strongly advise starting with a demo account for 1 week or 2 here, I don't want you to burn your capital if any unexpected bad event will happen)
- screener
If you're interested please message me. I can develop your custom indicator/strategy/backtest/automatic system or if you're ready the take the leap of faith and try this indicator or the more advanced versions
And before I get asked, yes this is the tool I use for my own trading as initially, I made it for me. Now sharing a bit of my work (and too much of my life) with the community
PS
____________________________________________________________
Feel free to hit the thumbs up as it shows me that I'm not doing this for nothing and will motivate to deliver more quality content in the future.
- I'm an officially approved PineEditor/LUA/MT4 approved mentor on codementor. You can request a coaching with me if you want and I'll teach you how to build kick-ass indicators and strategies
Jump on a 1 to 1 coaching with me
- You can also hire for a custom dev of your indicator/strategy/bot/chrome extension/python
- if you like my work and wants to buy me some coffee :
- BTC TipJar: 3MKDve7stWTe1io99oFxeQXvP8XB4zCQ8m
- LTC TipJar: MC5oeBAhw9BLqyi65TR3J1Lid8io9uHADw
Inside Bar and Outside Bar Simple indicator, to show outside bars and inside bars
inside sellbar = "I" in red color
inside buybar = "I" in green color
Outside sellbar = "O" in red color
Outside buybar = "O" in green color
----------//---------------
PT-BR
Indicador simples, para mostrar outside bars e inside bars
inside sellbar = "I" na cor vermelha
inside buybar = "I" na cor verde
Outside sellbar = "O" na cor vermelha
Outside buybar = "O" na cor verde
Setup 9.1 by Larry Williams Setup 9.1 by Larry Williams.
The indicator will give text signal and change the color of the signal candle, being based exclusively on the setup 9.1
----------//---------------
PT-BR
Setup 9.1 do Larry Williams.
O indicador irá dar sinal de texto e alterar a cor do candle de sinal, se baseando exclusivamente no setup 9.1
Two MM Cross + MACDHello traders
This is a dummy example showing how you can combine 2 indicators and display a signal when there is a convergence
In this case, it will display a blue BUY diamond when both the MM cross and MACD are in the same BUY direction. Same with a PURPLE diamond when both subsequent indicators are bearish
Please note it will display only the first occurence. It won't be displayed every time the convergence is true otherwise it will pollute the graph quickly with a lot of useless signals
Enjoy
Dave
Multi-TF Avg BBandsMULTI-TF AVERAGE BBANDS - with signals (BETA)
Overall, it shows where the price has support and resistance, when it's breaking through, and when its relatively low/high based on the magic of standard deviation.
created by gamazama. send me a shout if u find this useful, or if you create something cool with it.
%BB: The price's position in the boilinger band is converted to a range from 0-1. The midpoint is at 0.5
Description of parameters
"BB:Window Length" is the standard BB size of 20 candles.
The indicator plots up to 7 different %BB's on different timescales
They are calculated independently of the timescale you are viewing eg 12h, 3d, 30m will be the same output
You can enter 7 timescales, eg. if you want to plot a range of bbands of the 12h up to 3d graphs, enter values between 0.5 and 3 (days) - you can also select 0 to disable and use less timescales, or select hours or minutes
Take note if you eg. double the main multiplier to 40, it is the same as doubling all your timescales
You can turn the transparency of the 7 x %BB's to 100 to hide them, their average is plotted as a thick cyan line
"Variance" is a measure of how much the 7 BB's agree, and changes colour based on the thresholds used for the strategy
---- TO START FROM SCRATCH ----
- set all except one to ZERO (0), set to 0, and everything after to 0.
Turn ON and right click -> move the indicator to a new pane - this will show you the internal workings of the indicator.
Then there is a few standard settings
"Source Smoothing Amount" applies a basic small sma on the price.
It should be turned down when viewing candles with less information, like 1D or more.
Standard BBands use an SMA, there one uses a blend between VWMA or SMA
Volume Weight settings, the same as SMA at 0, and the same as VWMA at 1
BB^2 is a bband drawn around the average %BB. Adjust the to change its window length
The BB^2 changes color when price moves up or down
Now its time to look at the parameters which affect the buy/sell signals
turn on "show signal range" - you see some red lines
buy and sell each have 4 settings
min/max variance will affect the brigtness of the signal range
range adjust will move the range up/down
mix BB^2 blends between a straight line (0) and BB^2's top or bottom (1)
a threshold of "variance" and "h/l points" is available to generate weaker signals.
these thresholds can be increased to show more weak signals
ONCE YOU ARE HAPPY WITH THE SIGNALS being generated, you can turn OFF , and move it back to the price pane
the indicator then draws a bband around the price to maps some info into the chart:
fills a colour between 0.5 & the mid BB^2 and converts relative to the price chart
draws a line in the middle of the midband.
controls how much these lines diverge from the price - adjust it to reduce noise
converts the signal range (red lines) to be relative to the price chart
if you like, you can adjust the sell & buy signals in the tab from and to and to match the picture. It messes with auto-scaling when moving back to though
enjoy, I hope that is easy enough to understand, still trying to make this more user-friendly.
If you want to send me some token of appreciation - btc: 33c2oiCW8Fnsy41Y8z2jAPzY8trnqr5cFu
I promise it will put a fat smile on my face
CR MTF True Sight V1.0 [Signal Script]
Signal script for MTF True Sight strategy: CR MTF True Sight V1.0
When creating alarm, select the signal script and use other fields like this (Change Sell and Sell Alert to Buy and Buy Alert for buy signals):
imgur.com
Trend StepJust a modification of my old auto-line script, lot of errors fixed and a correction in the standard deviation. Also changed the tittle because "auto-line" was really confusing.
Money Maker [Buy/Sell Signals] | Easy To UseThis script will give you simple buy and sell signals based on price, moving averages and volume.
The diamonds shaped signals are for you to watch for a breakout. Green to upside and pink to the downside.
If the breakout occurs, then you will see either a Buy signal or a Sell signal.
Examples:
Enjoy!
ATR based Pivots mcbwHey everyone this is an exciting new script I have prepared for you.
I was reading an old forex bulletin article some time ago when I came across this: solar.murty.net (or you can download the full bulletin with lots of other good articles here: www.forexfactory.com).
You can already buy this for metatrader (www.mql5.com) so I figured to make it for free for tradingview.
This bulletin suggested that you can reasonably predict daily volatility by adding or subtracting multiples of the daily ATR to the daily opening. Using this you can choose multiples to use as price targets and alternatively as stop losses. For example, if you already have a sense of market direction you can buy at market open place a stop loss at - 1 daily ATR and a profit target at + 3 ATRs for a risk to reward ratio of 3. If you are looking for smaller/quicker moves with a ratio of 3 you can have a stop loss at -0.25 ATR and a take profit at +0.75 ATR.
Alternatively this article also suggests to use this method to catch volatility breakouts. If price is higher than the + 1 ATR area then you can safely assume it will be going to the +2 ATR area so you can put a buy stop at + 1 ATR with a profit target at + 2 ATR with a stop loss at +0.5 ATR to catch a volatility breakout with a risk to reward ratio of 2!
Even further there are methods that you can use with ATRs of multiple window sizes, for example by opening two copies of this indicator and measuring recent volatility with a 1 week window and long term volatility within a 1 month window. If the short term volatility is crossing the long term volatility then there is a high probability chance that even more price movement will occur.
However I have found that this method is good for more than daily volatility , it can also be used to measure weekly volatility , and monthly volatility and use these multiples as good long term price targets.
To select if you want daily, weekly, or monthly values of the ATR of volatility you're using go to the settings and click on the options in the "Opening period". The default window of the ATR here is 14 periods, but you can change this if you want to in "ATR period". Most importantly you are able to select which multiples of the ATR you would like to use in the settings in "ATR multiple 1" which is the green line, "ATR multiple 2" which is the blue line, and "ATR multiple 3" which is the purple line. You can select any values you want to put in these, the choice of 0.25, 0.5, and 1 is not special, some people use fibonacci numbers here or simply 0.33, 0.66, and 0.99.
Repainting issue: This script uses the daily value of the Average True Range (ATR), which measures the volatility that is happening today. If price becomes more volatile then the value of the ATR can increase throughout the day, but it can never decrease. What this means is that the ATR based pivots are able to expand away from the opening price, which should not affect the trades that you take based on these areas. If you base your take profit on one of these ATR multiples and the daily volatility increase this means that your take profit area will be closer to your entry than the ATR multiple. Meaning that your trades will be more conservative.
While this all may sound very technical it is super intuitive, throw this on your chart and play around with it :)
Happy trading!
Dominant Cycle Tuned Rsi BackgroundBackground version of the Dominant Cycle Tuned Rsi Background published here
yutas_Bollinger Band Touchver.1.0
Bollinger Bands ±2(figures changeable)σ × 2(MTF)
Show / hide candlesticks.
BB touch sign display / non-display.
BB①② composite sign display / non-display.
Alert function.
-----------------------------------------------------------------
ボリンジャーバンド ±2(数値の変更可)σ × 2(マルチタイムフレーム)
ローソク足の表示・非表示。
BBタッチサイン表示・非表示。
BB①②の複合サイン表示・非表示。
アラート機能。
-----------------------------------------------------------------
Exhausted-This algorithm takes in consideration Media averages, Volatility Movements, trend direction and other Mathematical Properties.
-After adding this signal on TradingView, you will get notified when it is suggested to protect profit or exits long and short positions.
-Meaning of colors:
Dark Red: suggestion protect profits Long
Red: suggestion exit Long
Dark green: suggestion protect profits Short
Green: suggestion exit Short
-You can activate notification alerts for any of the conditions.
-Works in any timeframe or market like Forex, Crypto, Commodities even Stocks.
-Recommended manual trading.
Do you need an Script or an expert adviser for Forex, contact our coding service!
Get this indicator today! contact us.