Developed for Crypto Currency Market! Use for 15 minutes period or more! Under 15 minutes, results are unpredictible. This script had been orginized with Donchian Lines based on support and resistance levels. Rules: If the price is under top line, you will be ready for short position, and over the bottom line, long position. When the price passes the red and green...
When whales are going to make big trades, they have to do it step by step, and they can't just fill their order instantly. Whenever they try to do that, we USUALLY see certain candle stick patterns which means we are going to have a major price swing as if they buy the price will go up and if they sell the prince will go down. The difference between this and a...
If the price is above the 200 EMA, you are allowed to open only long positions and avoid shorts. If the price is below the 200 EMA, you are allowed to open only short position and avoid longs. Don't use this indicator alone, use RSI, Stochastic RSI etc. Do not use this indicator like a bot, do TA and FA as well. This is just an indicator, do not always rely on it....
This is very simple trend following or momentum strategy. If the price change over the past number of bars is positive, we buy. If the price change over the past number of bars is negative, we sell. This is surprisingly robust, simple, and effective especially on trendy markets such as cryptos. Works for many markets such as: INDEX:BTCUSD INDEX:ETHUSD ...
Todays scripts is based on my Pullback And Rally Candles with other meaningful candles such as Hammers and Dojis. You can choose which Candles to show on the cart and if you want to candles to appear above or below a moving average. If you follow my work, you may recognise some of these candles which I'm about to show you however these candles are 1) more...
I have tried to make script which triggers indicators on combination of different feedback including Bollinger bands and MACD. Also used some of my logic by trial and error, It gave 744%+ profit on back-testing on coin RUNE/USDT from Jan 2021. It is my first script, I am happy to help the community. Please share your feedback.
This is one of the best strategies that can be used to get familiar with technical indicators and start to include them in your trading bot rules. ENTRY 1. This trading system uses the RSI ( Relative Strength Index ) to anticipate good points to enter positions. RSI is a technical indicator frequently used in trading. It works by measuring the speed and change...
Markets don’t always trade in a clear direction. At a closer look, most of the time, they move sideways. Relying on trend-following strategies all the time can thus lead to repeated false signals in such conditions. However, before you can safely trade sideways, you have to identify the most suitable market conditions. The main features of such strategies...
Trend-following strategies are great because they give you the peace of mind that you're trading in line with the market. However, by definition, you're always following. That means you're always a bit later than your want to be. The main challenges such strategies face are: Confirming that there is a trend Following the trend, hopefully, early enough to catch...
The most common way to use the RSI to spot a good buy opportunity is to check for values lower than 30. Unfortunately, the RSI can remain in oversold territory for long periods, and that could leave you trapped in a trade in loss. It would be appropriate to wait for a confirmation of the trend reversal. In the example above I use a short-term Moving Average (in...
This script help traders to catch bullish and bearish momentum. It creates an alert for 40 altcoins based on the MACD cross over and cross under. The MACD input are adjustable in the settings and you can choose your favorite assets. Simply add this indicator to the chart wait that if finish to load and then create an alert on the time frame of your...
Crypto trader and trading system developer Scott Phillips recently introduced a crypto trading system that specifies a set of rules for determining whether the crypto is in a trend. While the rules are not overly complex, they are complex enough that manual trend determination is somewhat laborious and prone to error. The ScalpiusTrend script is designed to...
This strategy is based EMA of 8 different period and Ichimoku Cloud which works better in 1hr 4hr and daily time frame. #A brief introduction to Ichimoku # The Ichimoku Cloud is a collection of technical indicators that show support and resistance levels, as well as momentum and trend direction. It does this by taking multiple averages and plotting them on a...
The goal of this script is honestly to help everyone learn about trading with bots and algos. At least, to get started. Level 1: 10 lines of code. learn to plot 2 moving averages on your chart. learn to create a signal from a crossover. learn the very basics of Pine Script algo.
Library "BitcoinHalving" Displays where Bitcoin's halvings have been getDates() List of Bitcoin halving dates Returns: array with timestamp dates isHalvingDay() Checks if the current day is a halving day Returns: bool
This indicator colors the candles according to the z-score of the trading volume. You can easily see the imbalance on the chart. You can use it at any timeframe. In statistics, the standard score (Z-score) is the number of standard deviations by which the value of a raw score (i.e., an observed value or data point) is above or below the mean value of what is...
A simple way to add up to 5 moving averages with optional crossover/crossunder alerts. Available options for Moving Average Type are: SMA EMA (default) HMA RMA WMA VWMA VWAP ALMA By default, 5 moving averages are enabled and set to the following: MA1 set to 5 MA2 set to 13 MA3 set to 50 MA4 set to 200 MA5 set to 800 Each moving average...
Modified & Updated script from MARKET VOLUME by Ricardo M Arjona @XeL_Arjona that Includes Aggregated Volume , Delta Buy/Sell Pressure Aggregation code originally from Crypt0rus ***The indicator can be used for any coin/symbol to aggregate volume , but it has to be set up manually*** ***The indicator can be used with specific symbol data only by disabling the...