Better BollingersThe Bollinger Band strategy is a powerful and effective tool for automated trading in high volatility markets. The trouble is that, by itself, it is not very profitable. We need a way to know if the volatility we're seeing is part of a larger trend in the direction we want to trade in. Doing this, we can avoid entering long trades during a macro downtrending market meaning we can use tighter stop losses and open trades with more confidence than if we didn't have an idea of the larger market trend.
This script is ideal for, and geared towards, users of the 3commas automated trading platform. It behaves similarly to the familiar TA Presets BB-20- family of strategies but includes other indicators to help weed out some of the noise in a highly volatile market. Additionally, users who are not on Binance.com, but using 3commas for trading, now have access to signals comparable to those provided by the builtin signals for Binance.com.
Wykładnicza średnia krocząca (EMA)
Linear Regression + Moving Average1. Linear Regression including 2 x Standard Deviation + High / Low. Middle line colour depends on colour change of Symmetrically Weighted Moving Average . Green zones indicate good long positions. Red zones indicate good short positions. (Custom)
2. Symmetrically Weighted Moving Average. Colour change depending on cross of offset -1. (Fixed)
3. Exponentially Weighted Moving Average. Colour change depending on cross with Symmetrically Weighted Moving Average. (Custom)
Borg's BaselineMoving average baseline comprised of and an adjustable Keltner Channel band around the MA.
Used as directional bias indicator in systems trading.
The Secret Sauce [divonn1994]Indicates a positive buy signal when:
1) the ema close is about the ema open
2) Weis Waves are positive
3) There is a Green Candle
Indicates a sell signal when:
1) there is a red candle
2) the ema clos is below the ema open
This helps you get in at the beginning of every trend but mitigates losses if a downtrend occurs
I like to use it with 4 hour candles. I haven't tried it with lower scales.
Relative Strength Index; expertHow to use
Uptrend
Buy or Long on dip when RSI>50 or similar, RSI>Signal line and Divergence.
Downtrend
Short on dip(for a downtrend) when RSI<50 or similar, RSI<Signal line and Divergence(for a downtrend).
And you can use RSI to see if the trend has been braked yet. By drawing trend lines on RSI.
Sorry, I'm not good at English. But I am studying to be able to communicate better.
Good luck :)
Firstssk,
Crypto EMA Bands - Support and ResistanceEMA Bands for crypto markets shows support and resistance lines. Helps identify bull and bear market trends. SMA200 is white and turns yellow to signal pressure. Can also be useful for identifying Elliot waves and breakouts.
Fibonacci EMA averages (21, 34, 55, 89, 144)Just a simple script that plots the following EMA averages that are based on the fibonacci sequence: 21, 34, 55, 89, 144
Crypto momentum strategyThis strategy is based on LazyBear's Squeeze Momentum indicator. It analyzes when the trend in the momentum is shifting, locating the peaks and the valleys, and takes those as sell and buy signals respectively. This is a long strategy, so it also takes into consideration the 50 period Exponential Moving Average to identify upward trends. If the closing price of the candle is above the 50EMA, and the slope of the 50EMA is trending upwards, then the buy signal is executed. If these conditions are not met, the buy signal is ignored.
This strategy works well with crypto trading on the day/week charts.
It has a profit ratio of 4:1 on average, and roughly half of the trades are profitable.
EMA_cumulativeVolume_crossover[Strategy V2]This is variation of EMA_cumulativeVolume_crossover strategy.
instead of cumulative volume crossover, I have added the EMA to cumulative volume of same EMA length.
when EMA crossover EMACumulativeVolume , BUY
when already in LONG position and price crossing over EMACumulativeVolume*2 (orange line in the chart) , Add more
Partial Exit , when RSI 5 crossdown 90
Close All when EMA cross down EMACumulativeVolume
Note
Black Line on the chart is the historical value of EMACumulativeVolume . when EMA area is green and price touch this line closes above it , you can consider consider BUY
I have tested it on SPY , QQQ and UDOW on hourly chart.
EMA setting 25 is working for all of these.
but SPY produces better results on EMA 35 setting
warning
This strategy is published educational purposes only.
RSI Over EMA Trend SniperThis is an indicator that uses horizontal EMA lines with a RSI line on top of it to provide optimal entry and exit positions for trading crypto.
How to use:
If the Aqua(RSI) line passes upwards on the red heading to the white - it's heading towards a good BUY signal. To be safe you wait until it passes above the white line, then BUY LONG. Another signal to buy long is when the Aqua line passes above the white and green lines.
Selling is essentially the opposite, if the Aqua line is passing down from the green or white lines, then it's time to sell and exit your trade.
This indicator works well as a confirmation, and it's nice to have multiple confirmations, so it's suggested you use this with other indicators that can provide entry and exit confirmations.
Ehlers 3 Pole Super Smoother Filter [CC]The 3 Pole Super Smoother Filter was created by John Ehlers and this is an oldie but a goodie. A great moving average that clearly shows a good trendline and so buy when the line turns green and sell when it turns red.
Let me know if there are any other indicators you want me to publish!
Main MAs and EMAs multi-timeframe for supportObjective is to map out different multi-timeframe support/resistance , all at once. Includes weekly, daily and 4H EMAs and MAs, as per the follow (allowing customization)
WEEKLY (in pink/purple variations):
- 13 EMA
- 21 EMA
- 34 EMA
- 50 M.A
DAILY (in green variations):
- 21 EMA
- 50 EMA
- 120 M.A.
- 200 M.A.
4H (in yellow/golden colors):
- 400 EMA
- 500 EMA
- 675 EMA
- 715 EMA
- 920 EMA
- 1150 EMA
Notes:
- Quite useful to all types of assets; crypto, commodities , stocks, etc...
- Ideally not to be visible all the time, as it can "pollute" the charts. But very helpful in moments of great volatility
Custom Multi-Timeframe Screener with AlertsThis is a multi-timeframe screener with alerts. Use this way you can create a screener on indicators using 2 or more timeframes.
In TradingView there is a limit of 40 security function calls. Every timeframe requires another security call so you can screen fewer symbols with any additional timeframe.
In this example, I use 2 timeframes, so the maximum amount of symbols you can scan is 40/2 = 20.
For 3 timeframes - 13, 4tfs - 10, 5tfs - 8 symbols and so on.
In this simplistic example, I require a cross of EMAs on the current timeframe and confirmation that one EMA above/below another from the second timeframe.
Of course, you can create much more complicated functions for this screener.
Params
- higher timeframe
- ema params
- 20 symbol inputs for instruments you want to use in this screener
Alerts
You can create an alert from it easily by selecting the screener name from the list and then selecting "Any alert() function call".
No additional configuration is required, message and alert on close is generated in the code.
You should better change the default name for your alert. Sometimes because of big amount of inputs you might receive an error.
Disclaimer
Please remember that past performance may not be indicative of future results.
Due to various factors, including changing market conditions, the strategy may no longer perform as good as in historical backtesting.
This post and the script don’t provide any financial advice.