QUAD DEMAHey Folks,
Just created my first script, It's basically 4 DEMA in one indicator which helps you not to use multiple indicators.
It's more accurate than Exponential Moving Average & give signals much prior to the breakout, very helpful in short timeframes.
Tweak it according to your preference
Instructions to use
-When 55 DEMA crosses all the DEMA it's a clear signal for uptrend or downtrend which can potentially be a entry or exit points.
-Don't depend on this when all the DEMA's are entangled to each other.
-Use Stochastic RSI for better approach in entry.
-Most accurate in 1hr time frame for short term entry.
Enjoy!
Двойная экспоненциальная скользящая средняя (DEMA)
HBDC Multiple EMAMultiple EMA indicator for trading view
This indicator can plot 6 emas using 1 indicator
EMA 9 + ALMA 20 + BB 50 .2COMBINATION OF EMA, ALMA,BB50 .2
Protected script
This script is published closed-source and you may use it freely. You can favorite it to use it on a chart. You cannot view or modify its source code.
Disclaimer
The information and publications are not meant to be, and do not constitute, financial, investment, trading, or other types of advice or recommendations supplied or endorsed by TradingView. Read more in the Terms of Use.
ema gksthis strategy is very simple scripting to buy and sell based on crossover of exponential moving averages
ema_gkstesting my first script
this strategy is very simple scripting to buy and sell based on crossover of exponential moving averages
AR Peti Kemas Candle Cross EMA8 EMA13 EMA21 EMA55 EMA90 EMA200This is implementation of Peti Kemas. Slighly modified for the selection of EMA period, but user can change the period.
The strategy is if the current candle close is below EMA90 and EMA200, the buy signal is generated when the close crosses up EMA13.
When the close above EMA90 and ENA200, then the buy signal is generated when the close crosses up EMA8
Support and Resistance with MACD IndicatorOriginal script from ©akpaswaniitk. I just added MACD to filter out bad trades and alert function so that we get notified whenever indicator gives us an entry signal. Most of the false breakout has been removed but the remaining ones only pop up during consolidation, so it's wait for the retest before entry. Works better in continuous market. Also look at the color of EMA for further confirmation, only focus on buy side when EMA is green and sell when EMA is red or when after the buy signal EMA changes color from red to green. These are the highly profitable setups I've found with this indicator.
Signals
Red or Green solid line with diamond are trailing stoploses
dotted black line is entry level
dotted white line is optimal exit
Titan EMA Averaging Strategy - (DYOR) By MrCryptoTitan EMA Averaging Strategy (VIP Only) Enable Longs or Shorts only Works With Crypto + Forex with correct back tested settings This is not set and forget. This requires you to back test and have relevant Risk Management in place.
The Strategy: The script uses 3EMA with engulfing candle to enter a trade in either short or long direction.
You will need to test the settings and adjust them so there isn't too many - re-entries and make sure you take profit big enough to not trigger on same candle.
When setting alerts you can use once per bar however this may trigger multiple alerts if the candle is moving very fast so this is not recommended. So doing once per bar close will mean entry is confirmed as bar is closed. You will need to select this in drop down menu.
- Max Trade Limit.
- All in one Alert. - Basically add syntax for example- Long/Take Profit/Re-entry/Emergency Stop. Then add one alert and select "Alert() function calls Only" Change Alert name to custom. That's it.
-Built-in Strategy tester.
- Trade Filter - Multi-MA Filters. - MA", "EMA", "WMA", "HullMA", "VWMA", "RMA", "DEMA", "TEMA", VWAP
- ADX Filter based on Level.
Please note when running this strategy you can only trade longs only or shorts only for this setup to be potentially profitable. Also note that setting unrealistic profit targets will make a loss. So it is very important to back test everything.
This Script does not use any Security functions. All indicators which are used part of the strategy are obtained from Trading View indicator Library and have source code has been changed to make this into Strategy.
Please Do Your Own Research before using this.
Anymore information please DM me directly
action zone - ATR stop reverse order strategy v0.1 by 9nckACTION ZONE-ATR MOD v0.1 DOCUMENTATION
Overview
This tradingview pine script strategy is mainly created to enrich my coding skill. It is a combination of “CDC-ACTIONZONE” and my personal studies of trading techniques in various sources e.g.book, course or blog. This strategy purposefully built to connect with my automatic trading bot. However, It will be very useful to aid your trading routine by diminishing mental distraction which possibly leads to bad trades.
How does it work?
This strategy will do a basic simple thing that most traders do by creating entry signals on both sides long/short and also set the stop loss. Furthermore, It will also reverse the order (from long to short and vice versa (if long/short conditions are met). Finally, it will recalculate the stop loss/take profit price in every complete bar to increase the chance of winning and limit our loss.
Entry rules(Long/Short)
If you have no open order, an order will be created when a fast EMA crosses(up(long)/down(short) the slow EMA(It’s as simple as that).
If you have an open order, the current order will be (sold if long, covered if short) and the opposite side order will be created.
Exit and Reverse rules(Long/Short)
If fast EMA cross (DOWN(long), UP(short)), the current order will be closed, THE OPPOSITE SIDE ORDER WILL ALSO BE CREATED.
Risk management
FLEX STOP PRICE : initial value will be set at the bar which order created. It is a fast ema (+/-) MIDDLE ATR value.
If MIDDLE ATR value rises, it will be our new stop price.
If MIDDLE ATR value falls, stop price unchanged
If Price OVERBOUGHT(long)/SOLD(short), LOW of that bar will be a new stop price.
Minimum position hold period
In order to eliminate risk of repeatedly open, close orders in sideway trends. Minimum hold period must be passed to start exit our position. However, It always respects stop loss prices. The value refers to the number of bars.
MUST READ!!!
This strategy uses only MARKET ORDER. If you trade with a bot, make sure you choose only enormous market cap tokens.
This strategy is bi-direction strategy. It will work best in the DERIVATIVE market.
It was initially designed to compete in the cryptocurrency market which has very high volume and volatility.
I only use this strategy in 1HR (acceptable change rate, optimum trade frequency)
How (should) we use it?
Choose crypto future pairs (recommend only top 10-15 market volume pairs in Binance, let’s say 1000M+ trade value)
Choose your time frame (1H is strongly recommended)
Setup your portfolio profile (Setting->Properties) such as Initial cap, order size, commission. DO NOT USE CAL ON EVERY TICK IT WILL CAUSE REPAINTING AND YOUR CAPITAL IS BLEEDING !!!
BACKTEST FIRST!! Back test is a combination of art, math and statis(and a bit of luck). You can apply to train and test methods or whatever you are familiar with. In my opinion, your test period should include UPTREND, SIDEWAY, DOWNTREND. Fine tune fast, slow ema first(my best ema length of 1H timeframe around 7-10, 17-22). Try to eliminate fault breakout trade and use other options only necessary. Hopefully we can use automatic optimization on Pine Script soon.
Don’t forget to turn off using a specific backtest date option to start your strategy.A
THIS IS NOT A PERFECT (OR EVEN PROFITABLE) STRATEGY. USE AT YOUR OWN RISK AND TRADE RESPONSIBLY. DYOR DUDE.
3 EMA/SMA + Colored Candles[C2Trends]// Indicator Features:
// 1) 3 Exponential Moving Averages and 3 Simple Moving Averages.
// 2) Additional EMA input for colored candles(EMA is hidden from chart, input used for coloring of candles only)
// 3) Turn colored candles on/off from main input tab of indicator settings.
// 4) Turn SMA's and EMA's on/off from main input tab of indicator settings.
// 5) Select single color or 2 color EMA and SMA lines from main input tab of indicator settings.
// Indicator Notes:
// 1) 'Candle EMA' input is the trend lookback period for the price candle colors. When price is above desired Candle EMA, price candles will color green. When price is below the Candle EMA, price candles will color fuchsia.
// 2) If you are using another indicator that colors the price candles it may overlap the candle colors applied by this indicator. Trying hiding or removing other indicators to troubleshoot if having candle color issues.
// 3) Using 2-color price moving averages: when price is above an average the average will color green, when price is below an average the average will color fuchsia.
AI Crypto Signals BTCUSD 15m Ultimate ScriptBYBIT:BTCUSD
Hello everyone! Sky First Capital in partnership with AI Crypto Signals is proud to introduce the AI Crypto Signals 15M BTCUSD Ultimate Script . This script works well on the 15M, 30M, 45M and 1HR chart using traditional candles. This means no false data or inaccurate entry/exit points such as with the ones using HA candles.
The script is based upon an initial strategy developed by user Bunghole here on TradingView, but we have optimized it, back-tested it with ideal settings, and added alerts that you can use to connect with your trading bot such as Alertatron, Cornix, etc. This script uses BB (Bollinger Bands) and RSI (Relative Strength Index) as indicators for signals.
Back-testing data for the 15M chart from 7/1/2021 to 10/15/2021 showed a 51.19% profit.
Back-testing data for the 1HR chart from 7/1/2021 to 10/15/2021 showed a 191% profit.
This script does not repaint.
Ideal use is to enter and exit at the close of the candle and take-profit/stop-loss once per candle.
This script has Entry/Exit/Take-Profit/Stop-Loss alerts.
We offer consulting and training services if you need help on using this script or getting it configured with an automated trading system.
We offer a 24 hour free trial of the script, send us a message to request access.
Multi Range Pivots
Multi Range Pivots works by recognizing the high and low of the timeframe selected and plotting range high to MEAN averages and range low to MEAN averages.
This is essentially the VWAP pivots updated to include not only VWAP as a MEAN, but also SMA, EMA, VWMA, DEMA, TEMA, TRIMA, KAMA, MAMA, T3, H/L basis and Donchian basis.
Also, with high and low no longer repainting, I was able to add true reliable signals.
Enjoy
TFi Simple Moving Average Bot V1 - PUBLICThe bot is using 2 moving averages for detecting the trend; the type of moving average is configurable; if the 2 moving averages are crossing it enters a long or short position. A stop-loss and profit-target can be configured; if reaching the profit-target, the bot is closing 50% (configurable) of the position, from this time on it is using a trailing-stop to close the position if the trailing-stop has been crossed.
The following moving-averages can be configured:
DEMA
EMA
HMA
RMA
SMA
TEMA
VWMA
WMA
Overview of features:
Optional stop-loss and profit-target/trailing-stop
Built-in backtesting engine with start balance, position size and pyramiding; each year will be evaluated separately
Inputs for a percentage entry and exit slippage, entry/exit and daily funding fees
Configurable alerts, which follow the exact position of the entry/exit marker
Alert messages contain predefined trading instruction to execute orders via TradeFab's proprietary trading server, which supports Alpaca-Markets, TD Ameritrade, Oanda, CCXT API's, or can be defined by the user
The script renders a performance/status table, which shows the current position status and result of the built-in trading simulation results. The following statistics are shown:
Current position PnL - also background turns green if position is in profit and red if in loss
Average entry price and number of positions
Current percentage distance to the optional stop-loss level
Current Maximum Draw Down
Number of wins and losses and the win/loss ratio per year and overall
Profit and loss amount, paid fees per year and overall
Profit-ratio and Maximum Draw Down per year and overall
Balance and ROI per year and overall
Double Exponential MACDA modification of the classic MACD to use Double EMAs which tends to have less lag than the standard indicator.
Alert conditions are pre-configured for simple line crosses and you can enable/disable the histogram from the indicator options menu.
Enjoy!
DEMA/EMA & VOL (Short strategy)Hello,
I am trying to build a short momentum strategy that is based off of the DEMA crossing under the EMA, but because many momentum strategies send too many signals, I have also implemented a volatility condition based on the average true range percentage (ATRP). Essentially, as momentum moves downwards + volatility (ATRP) moves upwards, it shorts the security. However, I am having an issue with exiting trades. I think this would be a great strategy if I could simply get the strategy to exit the trades. Does anyone mind looking through the source code and tell me what I might be doing wrong? In return, I would hope that this strategy could be useful to you in same way! Thank you for looking!
Devilpool Operational Moving Average ExponentialThis indicator contains the main exponential moving averages (9, 21, 80, 200, 305 and 610), which I use in my operational.
It was developed by my friend Giovani, who is a 10 note guy!
I hope he can help you on your journey to becoming a Professional Trader.
You can modify it the way you prefer, it is very simple.
Neste indicador estão reunidas as principais médias móveis exponenciais (9, 21, 80, 200, 305 e 610), que uso em meu operacional.
Ele foi desenvolvido por meu amigo Giovani, que é um cara nota 10!
Espero que ele possa ajudar a você na jornada para se tornar um Trader Profissional.
Você pode modifica-la do jeito que preferir, é muito simples.
Tillson T3 MakiwaraI've used Tillson T3 based on KIVANÇ fr3762 script and i added some new alert conditions according to buy sell statuses
Stacked Moving AveragesThe Stacked Moving Averages indicator lets you see if a ticker is in an uptrend, downtrend, or no trend based on the condition of the moving averages. If the moving averages are stacked such that MA1>MA2>MA3>MA4>MA5, then that is described as an uptrend. If the moving averages are stacked such that MA5>MA4>MA3>MA2>MA1, then that is defined as a downtrend.
The moving averages can be SMA, EMA, or DEMA, and it’s possible to view all the moving average series in the chart or hide all series and only see if there is an uptrend or downtrend according to the condition.
Note: If length 4 OR length 5 is zero the MA4 OR MA5 will be ignored.
Multi Timeframe Moving Average [xdecow]This indicator plots a moving average of 4 different timeframes.
The types of averages available are: SMA, EMA, DEMA, VWMA, RMA, WMA.
Best Crypto DEMA Strategy Long onlyThis is a crypto strategy suited for big time frames like 3h+.
THIS IS A LONG ONLY STRATEGY , SUITED TO BEAT BUY AND HOLD !
It's a very risky strategy because it has no stop loss at all, so be extremely careful with it.
This strategy is made of 2 DEMA a fast and a slow one.
We have two rules : entry it's when we have a crossunder between the slow DEMA and the fast DEMA. We exit when the opposite happens, in this case, when the slow is above fast.
For this example I used an initial capital of 1000 eur, using 100% of it always, and a commission of 0.2% per each deal.
Moving Average Compilation by CryptonerdsThis 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 (DEMA)
Display Triple Exponential Moving Averages (TEMA)
Display Weighted Moving Averages (WMA)
Display Hull Moving Averages (HMA)
Wilder's exponential moving averages (RMA)
Volume-Weighted Moving Averages (VWMA)
The user can configure what type of moving averages are displayed, including the length and up to five multiple moving averages per type. If you have any other request related to adding moving averages, please leave a comment in the section below.
If you've learned something new and found value, leave us a message to show your support!
Multi Time Frame Moving Averages [Anan]Hello friends,
All your popular moving average now in one indicator, also no need to open a lot of tabs to see where is that moving average at that time frame,
with multi time frame feature, now u can see up to six multi time frame MA in the same chart with option to show/hide it
list of moving averages:
SMA
Smooth SMA
SuperSmooth MA
EMA
DEMA
TEMA
Triangular MA
QEMA
RMA
Hull MA
KAMA
WMA
VWMA
VWAP
CTI
LSMA
VIDYA
Blackman Filter
Adaptive RSI
also there is an option to see the Average of four lengths, i backtest this and found it super great !
MAVC: Moving Averages Combo by Mehmet YildizliMAVC: Moving Averages Combo by Mehmet Yildizli
==========================================
You can use this indicator to add more than one moving average on the same chart. At the beginning of the indicator settings, the "Volume For Tillson" parameter is used only when you select the Tillson moving average.
When you check the "Use (high + low + 2 * close) / 4" checkbox, this value is used as the source data to be included in the calculations of all moving averages. When you clear this check box, calculations are made according to the selection you make in the SOURCE section.
You can add 4 moving averages at the same time to the chart.
You can choose a different period and a different calculation method for each moving average.
In this way, you can make a buying / selling decision by considering the relative positions of more than one moving average.
The risks you may be exposed to as a result of your transactions will be entirely at your own risk, as the buy / sell signals you will receive through this indicator will be revealed by your interpretation of the curves that will emerge according to the parameters and calculation methods you choose.
Moving Average Calculation Methods:
1. "S: Simple": Simple Moving Average (SMA)
2. "E: Exponential": Exponential Moving Average (EMA)
3. "DE: Double Exponential": Double Exponential Moving Average (DEMA)
4. "W: Weighted": Weighted Moving Average (WMA)
5. "VIDYA 1: VIDYA via St Dev": Variable Index Dynamic Average - by standard deviation (VIDYA)
6. "VIDYA 2: VIDYA via CMO": Variable Index Dynamic Average - via CMO (VIDYA)
7. "T: Tillson": Tillson - T3
8. "RMA: Running Mov Av": Running Moving Average (RMA)
Hope you will benefit from the indicator.
TÜRKÇE AÇIKLAMA
=================
MAVC: Moving Averages Combo by Mehmet Yildizli
==========================================
Bu indikatör ile birden fazla hareketli ortalamayı aynı grafik üzerine ekleyebilirsiniz. İndikatör ayarlarının başında, "Volume For Tillson" parametresi sadece Tillson hareketli ortalama seçimi yaptığınız zaman kullanılmaktadır.
"Use (high+low+2*close)/4" onay kutusunu onayladığınızda ise, bütün hareketli ortalamaların hesaplamalarına dahil edilecek kaynak veri olarak bu değer kullanılır. Bu onay kutusundaki onayı kaldırdığınızda ise KAYNAK kısmında yapacağınız seçime göre hesaplamalar yapılır.
Aynı anda 4 hareketli ortalamayı grafiğe ekleyebilirsiniz.
Her hareketli ortalama için farklı bir periyot ve farklı bir hesaplama yöntemi seçimi yapabilirsiniz.
Bu şekilde birden fazla hareketli ortalamanın birbirine göre durumlarını dikkate alarak alış/satış kararı verebilirsiniz.
Bu indikatör yoluyla alacağınız alış/satış sinyalleri, tamamen sizin belirleyeceğiniz parametre ve seçtiğiniz hesaplama yöntemlerine göre ortaya çıkacak eğrilerin sizin tarafınızdan yorumlanarak ortaya çıkacağı için işlemleriniz sonucunda maruz kalabileceğiniz riskler tamamen size ait olacaktır.
Hareketli Ortalama Hesaplama Yöntemleri:
1. "S:Simple" : Basit Hareketli Ortalama (SMA)
2. "E:Exponential" :Üstel Hareketli Ortalama (EMA)
3. "DE:Double Exponential": İkili Üstel Hareketli Ortalama (DEMA)
4. "W:Weighted": Ağırlıklı Hareketli Ortalama (WMA)
5. "VIDYA 1: VIDYA via St Dev": Değişken Hareketli Ortalama - standart sapma yoluyla (VIDYA)
6. "VIDYA 2: VIDYA via CMO": Değişken Hareketli Ortalama - CMO yoluyla (VIDYA)
7. "T:Tillson": Tillson - T3
8. "RMA:Running Mov Av": Running Moving Average (RMA)
İndikatörden faydalanmanız dileğiyle.