MAGAZINE LUIZA S.A, PETROBRAS PN N2, VIAVAREJO ON NM, BANCO INTER PN N2, VALE S.A, ITAUSA PN N1
Petróleo Brent, Petróleo bruto, Ouro, Prata, Gás natural, Bitcoin
Títulos Americano de dez anos, Título Português de dez anos, Juros de Título Britânico de dez anos, Alemanha 10A, Japão Rendimento 10A, Títulos Europeus
Ouro, Petróleo Brent, Petróleo bruto, CFD de gás natural, Paládio, Prata
This is an experiment I did a while back ago. I often think On Balance Volume is a great indicator as trend direction and volume cannot lie. However, I bumped into a few problems. It is slow, doesn't show volatility and often time it is prone to chop. That's why I added ATR to the equation. Original OBV calculation src > 0? : +volume : src < 0?...
This is an indicator I have been working on for the past 2 years, developed specifically for cryptocurrency. It is primarily a trend following indicator with great success and it performs the best in 4hrs to the weekly chart. There are two components of this indicator. The baseline from Ichimoku cloud and volatility stop . baseline period = 26 volatility...
HI BIG PLAYERS, this script I wrote for an enquiry of a tradingview-user. It should represent the Filtered Waves idea from Arthur Merril and used by Linda Raschke. It's similar like a visualization of Elliott Waves. On YouTube title "MTA UK Chapter Presentation with Linda Raschke" between 34-36 minutes Linda Raschke shows the rules for her Filterd Waves. Any...
Dear all, Free strategy again. I found using 3 volatility stop with different settings could be very helpful when trading an intraday trending market. With the ATR setting or 5, 10, 15, we can weed out many false break. Vstop setting is OHLC4. On the other hand, this strategy also utilize Renko as part of the strategy, so you could say this strategy is...
The Coppock Curve is a zero-centered momentum oscillator that relies primarily on rate of change calculations. The Coppock Curve in its most basic form is already a great indicator, especially for spotting shifts in momentum. But, we wanted to see how we could modify it to get some better performance out of it. As the ‘cop’ function demonstrates, the Coppock...
A lot of times I don't like my chart crowding with indicators, thus the reason for creating this script for my strategy QuarryLake. This script also comes with alert. Below is the explanation for QuarryLake I have also updated the script in version 4. This strategy consists...
Here's a (forgotten but still useful) Sentiment Zone Oscillator. The Sentiment Zone Oscillator takes a sum of positive price candles over a user-specified window length. Normally, a triple exponential moving average of the sum is used, but we opted to just go with a double EMA for the sake of more responsiveness. When the histogram is green it is bullish and...
Modificación de la estrategia “GetTrendStrategy” optimizada para Bitcoin.
This tool is simple yet very effective. It creates new candles on the chart based on the MACD. Candles are green when MACD is increasing and red when it is decreasing. All lengths can be adjusted in the input menu and there is an option to plot the signal line. The rules for using it are pretty simple: 1.Buy on Green 2.Sell on red ~Happy Trading~
Almost identical to the one I published before, but this one includes short orders as well. I didn't spend much time backtesting, so there may be a different set of parameters that gives better results. Please let me know if you find something!
BTC World Price: Multi-Exchange VWAP __________________________ WHAT IT DOES What you see above are not Bitmex candles, but this indicator's. Bitcoin is listed on multiple exchanges. Many people have called for a single global index that would quote BTC price and volume across all exchanges: this script is such a virtual aggregate (formerly: Multi-Listed,...
This script looks at times where MACD is within a specified range (very close to 0 values) and price action is very constrained (under 2%). Historically price has made a strong move after these conditions. I typically run this on an 8H timeframe. Review on BTCUSD and other cryptos.
Here's a modified version of the Elder Ray Index created by the famed Dr.Alexander Elder. This indicator has proven to be especially helpful lately given the crazy state of crypto. Slow Moving Average: The top chart shows the moving average used to filter trends. I recommend using a higher window length(can be adjusted with the 'lenSlowMA' input option). I...
This is an indicator I created recently, with the mind of spotting where price might reverse and where the price is trending. You can see this as the primary indicator for your system, however, it is recommended you use this in conjunction with other confirmation indicators. This script focus solely on ATR or Average True Range. This indicator is the...
A handy tool for those who need Multiple Moving Averages in a single indicator! A great collection of 8 very powerful EMAs and SMAs including: 50MA 9EMA 100MA 13EMA 200MA 26EMA 500MA 55EMA Of course, completely customizable to your own needs. No need to upgrade your Tradingview account...
I've been working on a top and bottom picker script over the past couple of weeks, based on RSI of multiple timeframe closing price. It've been a pretty good trading system that's tested over the last meteoric rise from 220~270 and back down to 230 right now, and I think it should be released to the community. Sure, I'm not worried about this strategy not working...
Uses two sets of MACD plus an RSI to either long or short. All three indicators trigger buy/sell as one (ie it's not 'IF MACD1 OR MACD2 OR RSI > 1 = buy", its more like "IF 1 AND 2 AND RSI=buy", all 3 match required for trigger) The MACD inputs should be tweaked depending on timeframe and what you are trading. If you are doing 1, 3, 5 min or real...