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...
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...
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...
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...
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...
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 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...
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...
Buying during Miner Capitulation yields wonderful returns. The best buy signals occur on Hash Rate "recovery", and when price momentum is also positive. Historically, this strategy has yielded average returns to cycle peak of >5000%, with max Drawdown of -15%. Follow me to learn more about this indicator.
What is the "Heiken Ashi Algo Oscillator" It is an indicator that measures volume and momentum. It plots and RSI as Heiken Ashi candles. It includes seven different types of moving averages against the relative strength index. Each one of these moving averages calculates faster than the previous, starting from the SMA to the LSMA. It includes a hidden vwap as...
Using Modified code from Lazybear's CVI 0.17% indicator and some logic, this script can help identify value buy and sell opportunities at a very early phase. Best used as a confirmation tool. This is a beta, so use it as such. Enjoy. Sometimes "top" indications in an uptrend mean to look for an opportunity to add to position while "bottom" indications during a...
Buying Selling Volume -Buy Volume -Sell Volume -Buy Volume Percent % -Sell Volume Percent % -Volume Index -Buy Sell Volume- BuyVolume>SellVolume=Blue barcolor SellVolume>BuyVolume=Purple barcolor -Volume Index- VolumeIndex>length and close > open =Cyan barcolor VolumeIndex>length and close < open =Gray barcolor VolumeIndex<=length = Yellow barcolor
This script finds sell / buy rates and adds its linear regression to the chart. its aim is finding buying and selling power, then you can try to find trend reversals. Also you can find divergences, it's very important signal for trend reversal. Linear regression is a basic and commonly used type of predictive analysis. if you choose lower periods then it will be...