TOTAL, ERAMET, AIRBUS, Apple, TESLA INC, UBER TECHNOLOGIES INC
CAC 40, Indice DAX, Euro Stoxx 50, FTSE 100, Dow Jones, S&P 500
France 10Y, Allemagne 10Y, Italie 10Y, UK 10Y, US 10Y, Japon rendement 10Y
Calculates fast and slow moving averages of lengths(inputs= 'n_fast', 'n_slow'). Plots the price level of the most recent cross. If bullish cross (fast crosses up over slow), color = green, and color=red if cross was bearish.
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...
This is an updated version of the profit maximizer indicator. I have noticed that in general to get a better and exit is better to use HA candles, however you have to backtest before and be very careful with this type of candles. For this we use a 15 min candles, and you can work with any asset, like forex, crypto, stock and so on. For the logic of entries :...
Double EMA CROSS (DEC) Useful for identifying and receiving alerts about uptrends and downtrends. This script uses two Exponential Moving Averages (EMAs) to find price uptrends and downtrends. An Exponential Moving Average ( EMA ) is a type of moving average that places a greater weight and significance on the most...
It is just a basic 50/100 MA cross indicator but since I work with these values, well I thought that there must be others wanting to use the same MA periods as me. So here it is !
RSI output signals are displayed with color change to reflect the plotted value. This makes evaluating RSI conditions require but a glance. RSI momentum buy signals are given on the cross of the 50 level, whereas sell signals are given on a fall below. Default values a 5 period RSI which gives more timely entrances and exits for swing traders. This can be...
Prices high above the moving average (MA) or low below it are likely to be remedied in the future by a reverse price movement as stated in an Article by Denis Alajbeg, Zoran Bubas and Dina Vasic published in International Journal of Economics, Commerce and Management Here comes a study to indicate the idea of this article, Price Distance to its Moving Averages...
Fill indicates Strong Trend Cross indicates End of Trend -- El relleno indica una fuerte tendencia cuando el Di supera "Level Trend" El cruce de Di+ con Di- indica el fin de la tendencia Cuando el valor del ADX es menor a "Level Range", estamos en Rango
This is a Non Repaint version of my ever popular "Open Close Cross Strategy R5 revised by JustUncleL". After many comments/PMs on repainting issues of the original script, I decided to create this Non Repaint version for those that require non-repainting signals. Backtesting performance will not be as good as the repaint version, but some script maybe still...
This revision is an open Public release, with just some minor changes. It is a revision of the Strategy "Open Close Cross Strategy R2" originally published by @JayRogers. *** USE AT YOUR OWN RISK *** JayRogers : "There are drawing/painting issues in pinescript when working across resolutions/timeframes that I simply cannot fix here.. I will not be putting any...
The MA cross is probably one of my favourite strategies because of its simplicity but it often gets overlooked for more complex strategies. The original author of this script is ChartArt, I have just added some extra controls and functions which are outlined below. I would just like to add that this is my first published script, everything I have learned about...
Ichimoku_cloud + Daily-Candle_cross(DT) + HuLL-MovingAverage_cross + MacD any timeframe, all indicators settings adjustable for fine tuning to pair/timeframe Target Point and Stop Loss settings set SL low to reduce repaint
A simple scalping indicator, based on Highs and Lows. It's working in any timeframe, the only condition is ... volatility . Values are already set, but you can change them according to your preferences and to your chart. Alerts are enabled. Enjoy! @ Zekis
moving average crossover with added functions: if you want crossover with price set ma1 length to 1, or use as dual ma with both lengths, ability to turn ma's on and off leaving the crossover signals behind, ability to chose ma mode (sma, ema, rma, wma, vwma, swma and alma), ability to chose source (open, high, low, close, hl2, hlc3 or ohlc4).
Hello Traders This is a script to detect the crossover/crossunder of two moving averages It's generic as all standard moving averages are accepted and can be crossed between each other Enjoy Dave
This is a Non Repaint version of my ever popular "Open Close Cross Alert R6 by JustUncleL" and is normally used in conjunction with my strategy script "Open Close Cross Strategy NoRepaint Version by JustUncleL", to provide alerts for the TradingView Alarm subsystem.
Hi, I hope you're well! At the request of my friend @jansrbtc I'm going to publish a simple emas crossing strategy. We will do long or short at the cross of the two ema. Good strategy for when an asset is in trend. Warm: In choppy periods this indicator can be very affected by large drawdowns. Enjoy!