The Buy Sell Calendar indicator displays a calendar showing the sentiment for the current day/month. Three different methods can be used to determine this sentiment. The calendar can also highlight the percentage of bullish days/months for a month/year. 🔶 SETTINGS Frequency: Calendar frequency, options include "Daily" and "Monthly" Sentiment Method:...
Made using elements from two Cheatcountry scripts: Includes a Bollinger Band for bounds that forms a trend follower based on the 0 point. Includes CheatCountry color code signals, different color scheme. Bright colors are strong signals, ark are weak, green bull, red bear, the basics. Switches for Bollinger Band color codes, which can actually be useful...
Hi All, This is a very simple indicator which provides the buy signal, when the moving average lines turns Green and sell signal, when the moving average signal turns red. This can be used for both intraday and scalping method with different timeframes. But best time frame is 5 minutes. Buy Signal >>> Line turns GREEN (Use trailing SL to cover maximum...
Buy condition =>ORB range 9:20-9:25. On 5 min TF if candle breaks high and next candle break high of that candle. buy signal when third candle breaks high of 2nd candle Sell condition=>ORB range 9:20-9:25. On 5 min TF if candle breaks low and next candle break low of that candle. sell signal when third candle breaks low of 2nd candle this indicator is extended...
This indicator is based on ema band.... condition for buy => 1) price should crossover ema band 2) price pullback on ema band but price should not close below lower band 3)after pullback green candle should close above ema band 4)check candle size when its crossing ema band 5)check previous canlde 7 should not touching cloud so (we can reduce range...
Atlas Tunnel is a mean tunnel that occurs when more than one mean is modified with the Relative formula. It uses the average formula called RMA on the platform. (1 / length) with Alpha In total, 9 different periods blend the assigned average. Projects 8 of them on the chart. Uses 1 average as smoothing. While determining the periods, the coefficients were...
Range Filter Buy and Sell 5min - the @guikroth version, republished. Since this popular version of the Range Filter is no longer available via the original author, I republish it here under the same name. This version remains true to the guikroth version from the calculations to the default settings and comments in the code, with the exception of an update to...
This indicaor is draw time(ex 09:15 nifty 50) high and low of candle .. for buy condition - 1) when price is crossing time candle high open a long trade 2) check for condition is this trade open less thn previous trade if both condition are true thn open a buy trade for sell condition - 1) when price is crossing time candle low open a short trade 2) check...
RSI DIVERGENCE is a difference between a fast and a slow RSI. Default values are 5 for the fast one and 14 for the slow one. You can use this indicator in 2 different ways: normal RSI : check double or triple top/bottom on a chart meanwhile RSI is descending/ascending (check the example on chart) signal line : when RSI Divergence cross zero line from...
This strategy is just for training, its purpose is just learning code in pine script. Don't make buy or sell decision with this strategy. Turkish/Turkce Bu strateji sadece pine script'te kodlamanın nasıl yapildigini ogrenmek icindir. Bu stratejiye dayanarak, kesinlikle al-sat islemleri yapmayin. How it works? When RSI and Stoch are in oversold area and if...
This is a simple RSI based signal indicator. It is intended for algorithmic trading by bots. For the best results leave it on 1-Hour time-frame. It also works best on bitcoin and stocks, not so much oil. GBP/USD and AUD/USD it fairs well too. When RSI touches 70 it gives a Buy signal and when RSI touches 30 it gives a sell signal. The position is then held out...
The FollowLine indicator is a trend following indicator. The blue/red lines are activated when the price closes above the upper Bollinger band or below the lower one. Once the trigger of the trend direction is made, the FollowLine will be placed at High or Low (depending of the trend). An ATR filter can be selected to place the line at a more distance level than...
This indicator combines many signals (listed below) to print long or short labels. Signals are added together, if the sum is greater than the "required score" then the label is printed. Adjust the "importance" values of each signal to optimize it for the asset you're trading. It is a very simple neural network of the following indicators: 1. EMA Trend Direction...
This oscillator is made of three components, all derived from the SuperTrend indicator. This approach allows the user to easily determine overbought/sold zones, identify whether a retracement is present or if the price is ranging or trending. It also allows for the anticipation of the potential price cross with the SuperTrend. We provide additional information...
This is a simple scalping strategy that works for all time frames... I have only tested it on FOREX It works by checking if the price is currently in an uptrend and if it crosses the 20 EMA. If it crosses the 20 EMA and its in and uptrend it will post a BUY SIGNAL. If it crosses the 20 EMA and its in and down it will post a SELL SIGNAL. The red line is the...
This indicator is mainly based on Overbought and Oversold . Indicator for short-term trading. This way you can get small but acceptable signals. The main basis of the indicator is as follows: To buy, the indicator is waiting for the instrument to be oversold from the RSI point of view. Then, if the chart crosses the bottom line of the Envelope indicator from...
ITG Scalper by Complector. Inspired by Juboal-Rabaroansa Perosteck Alseyn Balveda dam T'seif Methology: - I am using a TEMA (triple EMA) to determine the local trend direction and to give buy & sell signals when the trend changes. - An optional filter, using moving average convergence divergence (MACD), can be switched on to filter out 'false' signals. - The...