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
What is EffDI? Effective Divergence Indicator(EffDI) is a modified Momentum indicator designed to detect divergences in stocks, futures, forex, and crypto, just to name a few. How does it work? It uses the EMA of daily velocity. Isn't this the same as Momentum No. Momentum compares the price x days ago, while this takes the EMA of the daily velocity. ...
Introducing Krown Moving Averages with Crossover levels. This indicator Plots 5 Ema's and 3 SMA's ( Default Krown Periods ) It calculates the price levels at which each pair of moving averages would be equal . That means that if price closes the other side of that level the pair of moving will cross also. These levels can therefore be considered as "...
System is based on TMA Bands + OSMA + EMA Zone. Signal is generated when: - price recently touched lower or upper band - price is crossing EMA Zone - OSMA is aligned in direction of trade to be taken Natural Target would be opposite band set by TMA.
Moving average crossover systems measure drift in the market. They are great strategies for time-limited people. So, why don't more people use them? I think it's due to poor choice in choosing EMA lengths: Market Wizard Ed Seykota has a guideline for moving average crossovers: the slow line should be at least 3x the fast line. This removes a lot of the whipsaws...
This script contains all commonly used types of moving averages in a single script. To our surprise, it turned out that there was no script available yet that contains multiple types of moving averages. The following types of moving averages are included: Simple Moving Averages (SMA) Exponential Moving Averages (EMA) Double Exponential Moving Averages...
Here we have 2 simple conditions for long and short. Once a condition is met, it ignores the same signal until the other condition is met and vice versa. Had this issue in a script of mine, but couldn't find any published idea regarding this. Cheers.
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.
Here's a strategy for low time frames (30min suggested) for BTC , based on momentum Analysis using Stochastic RSI By default the strategy will use the 50% of the specified capital for each trade; if "Gamble Sizing" is enabled, it will add the specified amount of capital (25% by default, until reaching the 100% limit or lower) for the next trade after having...
PMA (Pivot Moving average) is a set of 3 EMAs on HLC3 data. When all PMAs are rising, market is considered bullish and the color of PMA becomes green. When all PMAs are falling, market is considered bearish and the color of the PMA becomes red. Otherwise, market is considered ranging and the color becomes orange. It's also possible to set the resolution of...
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 recent data points. The script produces uptrend and downtrend signals...
EMA Clouds are used for identifying trends. It helps to see moving averages as in a range especially when you look at them in Micro time frames like 1/5/10/15/30 mins. So these Clouds could be used for Intraday trading for identifying trends and pullbacks. For example, on a 10min chart, once you see a parabolic move, don't take trade until the bar touches 5/13...
This is an improved version of Fisher, which use as a source the distance from EMA , compared to the initial source which was on the close of a candle. It can be used in any market, any time frame . For conditions we have multiple conditions for the logic, in this case initially if our fisher is above 0 is a long direction ,if its belowe 0 its a short...
This script is a custom visualization tool to plot 4 Moving Averages (MA). Each MA is customizable; you can: enable (disable) the plot of MA; select whether the MA is an EMA or an SMA; the length; the source (open, close, ...); the offset value (default is 0). Note: The 1st MA is an EMA with length 50. The others MAs are SMA with length 9, 30...
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...
Overview: This momentum and trend-following strategy captures the majority of any trending move, and works well on high timeframes. It uses an equal-period EMA and SMA crossover to detect trend acceleration/deceleration, since an EMA places a greater weight and significance on the most recent data. This version is optimized for longs, and designed to cut...
This is a custom ema cloud script with a 5/12 cloud and a 34/50 cloud. Personally, I used to trade with the 20 ema and 50 ema, but wanted something with a little more robust. These clouds are especially great for the first hour of market open since strong bullish stocks that have gapped up overnight tend to follow these trends. ...
This version its made for 8-12h and works amazingly on the ETH pairs. Can be adapted to others as well For this example, I used an initial 1$ account, using always full capital on each trade(without using any leverage), together with a 0.1% commission/fees for each deal, on Coinbase broker. This is a long only strategy The components for the inside of the...
*** Use it at your own risk This indicator has 3 indicators and gives a buy/sell signal depending on the EMA. 3 indicators: - Ichimoku - Bollinger Band - EMA It also shows the value on the candle as a warning in the Buy and Sell signals. This value is calculated with a special formula I have created. On the other hand Bollinger Band and Ichimoku...