Crypto Market Cap, BTC/USD, ETH/USD, USDT/USD, XRP/USD, Bitcoin
FINGERPRINT CARDS AB SER. B, ABB LTD, KINDRED GROUP PLC, SOLTECH ENERGY SWEDEN AB, VOLVO, AB SER. B, HENNES & MAURITZ AB, H & M SER. B
OMX Stockholm 30 Index, S&P 500, Dow 30, Nasdaq Composite, Nikkei 225, DAX-indexet
SWEDEN GOVERNMENT BONDS 10 YR, US 10Y, Euro Bund, Tyskland 10ÅR, Japan 10Y, UK 10Y
This script uses the functions plot(), cross(), plotcandle(), pivothigh() and pivotllow(). You can see the candles in the color green, above EMA 72 (Exponetional Move Average), and the color red, below EMA72. You can identify the position of the crossing UP and DOWN of the EMA 08 x EMA 17, EMA 17 x EMA72. You can identify the TRADE ENTRY points with the pivot high...
long entry when ema 20 crossover over ema 50 short entry when ema 20 cross under over ema 50 tested on niifty 50 index
A moving averages SandBox strategy where you can experiment using two different moving averages (like KAMA, ALMA, HMA, JMA, VAMA and more) on different time frames to generate BUY and SELL signals, when they cross. Great sandbox for experimenting with different moving averages and different time frames. == How to use == We select two types of moving averages on...
I'm a little surprised I couldn't find a BB crossover script on here since I've always used it on other charting software. So of course I had to write one in for TradingView. Essentially what this script signifies are price breakouts when price crosses over the upper BB band. So what it shows is that market conditions are entering overbought territory. Length is...
This script is for three moving averages with as many features as I can possibly fit into a single moving average. Features: - Three moving averages (MA1, MA2, MA3). - Standard MA inputs. - MA type. - MA period. - MA price. - MA resolution (time frame). - Visibility toggle. - MA Candle Type - Fancy MA inputs. - Toggle to show only candles included in the MA...
Renko Strategy with Ema against price crossover/under
I realized that the zone changes in the stoploss remained slow, so I couldn't make enough use of the characteristics of technical indicators when opening positions. This pushed me to keep stop-loss under the influence of a dependent variable. This script helped me a lot (everget) : I've redesigned the...
EMA Crossover Strategy This strategy will enter a long trade when the 21 EMA crosses over the 55 EMA and both EMAs and the close price are above the 200 EMA (long-term trend). It will enter a short trade when the 21 EMA crosses under the 55 EMA and both EMAs and the close price are below the 200 EMA. It will exit a long trade when the RSI crosses under from...
SSL Channel with cross alert when channels cross up or down. Built on ErwinBeckers SSL Channel script.
This script is for a triple moving average strategy where the user can select from different types of moving averages, price sources, lookback periods and resolutions. Features: - 3 Moving Averages with variable MA types, periods, price sources, resolutions and the ability to disable each individually - Crossovers are plotted on the chart with detailed...
This is a combination of my MACD Leader script and MAC-Z with option to add Laguerre filter. The advantage of the MAC-Z over MACD is that it is a more accurate and “assumption-free” indicator that can more accurately describe how a market actually perform. But you can use this as a regular MACD indicator. Crossovers signals The MAC-Z line and signal line can...
Hi everyone I didn't publish on Friday because I was working on an Expert Advisor in MT4. The day I don't publish, some scripts spamming guys published many (not useful) scripts the same to kick me out of the TOP #1 ranking. So what I'm going to do about it? crying or sharing more quality scripts than before? :) I guess you know the answer :) I'm gonna share a...
So my goal here was to combine all of my RSI ideas into a single indicator in order to make kind of a "Swiss Army Knife" version of the Relative Strength Index...
This is a strategy based on the Mcginley Dynamic Moving Average indicator, a type of moving average that was designed to track the market better than existing moving average indicators. It is a technical indicator that improves upon moving average lines by adjusting for shifts in market speed. Moving averages used: EMA: 21 EMA: 42 The chart used for the...
Hello my friends Sorry yesterday I couldn't post an indicator because I was travelling. So here's the today indicator inspired from that one Moving-Average-Heatmap-Visualization/ This will gives an interesting representation of a Double Moving Average cross That's all for me Let's resume the free indicators publishing next Monday with the MA heatmap (Triple...
This is a script where I tried to check the following things: Even thought the tick of an asset is, for example 0.5, there are calculated prices, like SMA's that have even more decimals. Leading to crosses happening that for example happen at the same price. Consequently triggering totally useless in side markets. What happens if SMA values are restricted to...
This script is beta 0.1 - will update as soon as the script is tradable This script is based on AST on a 10 minute timeframe. You can change the asset and the timeframe for any asset you want to trade, but for it to work correct ALL settings have to be testes in the Strategy section of the TradingView. Each assets and timeframe require a different mixture of...