EMA Bot Trigger - 14,26,55Work In Progress - Currently will send Long/Short triggers when EMA 14 Crosses EMA 26 - whether the cross is above the EMA 55 determines whether to Long or Short.
Cerca negli script per "ema"
Ema cross strat / Turtle Trading This is just a simple EMA cross strategy which is meant to be similar to Turtle Trading Strategy.
It uses in default 4 Hour 21 / 10 EMA to long or short. This is not perfect but in the long run it will profit. Works best in bull market.
LINK TO ALERT :
EMA 50, 100 and 200Draw a set of 3 EMA: 50, 100 and 200. It highlight with a circle the crossing of EMA(50) with other EMAs
EMAs Crypto InvestidorExponential Moving Averages - EMAs Crypto Investor
Indicator developed to facilitate the use of 5 EMAs in a single indicator.
EMAs: 17, 34, 72, 100 and 200 Periods
Developed by Diego do Youtube Channel Crypto Investor
EMA Hierarchy Alternating Alert MarkersThis script allows you to set EMA 5, 13 & 26 in a single indicator
// It allows you to set an alert when PCO or NCO happens where 5>13>26 (PCO) or 5<13<26 (NCO)
// It has been deisgned in such a way that the alert will only be sounded on the first PCO or NCO
// Once a PCO has happened then the next PCO alert will only come after the NCO has happened
// This feature helps you to avoid getting multiple alerts specially if you are using a lower timeframe
// EMA crossover strategy has been one of the favorite strategy which helps traders understand the trend in various timeframes and accordingly ride the wave - both upside and downside. This indicator helps to time your trade once you get an alert on crossover happening and eliminates the need for constant monitoring of the screen
// Scripts: Equities, F&O, Commodity, Crypto, Currency
// Time Frame: All
// By TrustingOwl83470
EMA Distance Scanner with Multi-TimeframesThis indicator was created for personal use because I wanted to see, within the five-minute time frame, what is happening with the 15-minute, 1 hour, and 4 hour EMA9 and EMA200.
When the number is green, we are above the EMA value, and when it is red, we are below it. This also helps to get a clearer picture of the short- and long-term trends. When the number is close, within 0.00-0.01%, it turns blue, indicating a potential support level. You can also change the EMA values to your preference in the settings.
Hopefully, this will be helpful for you as well.
EMA RSI Strategy
Simple strategy
=============
If the last two closes are in ascending order, the rsi is below 50 and ascending, and the current candle is above 200 ema, then LONG. If the last two closes are in descending order, the rsi is above 50 and descending, and the current candle is below 200 ema, then SHORT.
LONG Exit strategy:
ATR: Last 14 day
Lowest: The lowest value of the last 14 candles
Limit points = (Trade Price - Lowest + ATR) * 100000
trail_points : Limit/2
trail_offset = Limit/2
SHORT Exit strategy:
ATR: Last 14 day
Highest: The higher value of the last 14 candles
Limit points = (Trade Price - Highest + ATR) * 100000
trail_points : Limit/2
trail_offset = Limit/2
Backtest results for the AUDUSD pair gave positive results over the last three months.
I am testing this strategy using a python bot in a real environment this week and will update the results at the end of the week.
Disclaimer
This is not financial advice. You should seek independent advice to check how the strategy information relates to your unique circumstances.
We are not liable for any loss caused, whether due to negligence or otherwise arising from the use of, or reliance on, the information provided directly or indirectly by this strategy.
EMA GradientA method of visualising whether an EMA is moving at a faster rate than in previous bars. It uses a linear regression analysis to plot a line of best fit to an exponential moving average of the price (the purple dashed line on the chart).
The gradient of this line of best fit is then compared to the gradient of the line of best fit over a range of previous candles. If the absolute value of the EMA gradient is greater than 75% (configurable) of the set of previous gradients then the line is coloured green for positive gradients and red for negative gradients. A yellow line indicates that the gradient is lower than the threshold.
EMA/Session/ATR/LotSizeSeveral indicators combined
1. 6 Exponential Moving Averages - Identifying the trend direction or using EMAs as a dynamic support/resistance.
2. Session on Chart - Highlighting session for day trading. London, New York, Tokyo, and Sydney.
3. Average True Range - display the Average True Range on recent price to calculate the volatility.
4. Lot Size Calculator - to calculate lot size based on account balance, risk per trade, atr stop-loss, and art multiplier.
5. ATRX - ATRX is an indicator that gives the value of the (close price - EMA 27)/ATR (14)
It tells how strong the trend is compared to its volatility
According to AJ. BANK FTMO Trader Thailand, if the value of ATRX is between 2X-3X or -2X-3X, you should consider trading using climax zone on timeframe H1.
If the ATRX is more than 3X or less than -3X but does not exceed 4X or -4X, you should consider trading using timeframe M15 in the climax zone.
However, if the ATRX exceeds 4X or -4X, use M5 instead.
EMA 5/10/150/200This is a simple script with EMA 5/10/150/200. You can also change the source code and set the desired values of the EMA indicator.
EMA Ribbon - low clutter, configurable [aspiers]This script improves on many of the existing EMA ribbon scripts out there:
Reduces visual clutter with shorter labels / titles, and thinner, transparent lines which don't obscure the actual price chart
Two beautiful color gradients for up and down trends
All colors and EMA periods are fully configurable, using the new input grouping / inline features
Uses Pine Script v4, which makes it more future-proof and allows new functionality, e.g.
It allow configurable period resolution, e.g. so user can fix at day resolution even when chart is being viewed at hour or minute resolution (this is the default)
Code clean-up: remove redundant ternary conditionals, improve variable names
Allow smoothing threshold for changes in trend direction to be configurable
EMA Cross StrategyThis double EMA crossover strategy aims to illustrate a good strategy design.
It is currently the only published script that:
supports a proper date picker for the backtest period
is able to test in short and long mode only
EMA 20/100/200 alwaysThis script will always show the EMA 20/100/200 daily values across any time frame chart (e.g. showing daily 20 EMA while viewing the 5 minute chart)
EMA Cross x3 (7, 77, 231)Exponential Moving Average at periods, 7, 77, 231. You will see a blue cross when the short EMA crosses the medium EMA, and a green cross when it crosses the long EMA.
EMA Envelope StepgainThis indicator shows a close approximation to what Gunbot would use in its GAIN and STEPGAIN strategies.
The middle two lines are the EMA(2h) and EMA(4h) lines. The inner two grey lines are BUYLVL2/SELLLVL2, the outer grey lines are just there to constrain the color bands. The green and red bands are indicators of where the candle has exceeded your setting and Gunbot would start considering buying or selling.
EMA Time-FrameThis EMA allows you to specify a time-frame for the price used to calculate the moving average. For example, you can create 1 hour EMAs on your 5 minute chart.
NOTE: This indicator only works on intraday charts. The time-frame specified for the indicator must be greater than or equal to the time-frame of the chart.
EMA 10,55,200 (CriptoAprendices) CriptoAprendices
Media Móvil Exponencial (EMA'S )de 10,55 Y 200 en Un Solo Indicador
EMA scalping - PapamallisEma of highs and low and macd.
Can be used as
*macd filter
*breakout
*range market filter