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...
Dear Followers, today I'm glad to present you an indicator which calculates Moon Phases and let's you backtest the simplest strategy over it: buy/sell on full moon and do the opposite on new moon. This is a public free indicator based on the public one by @paaax: I added my usual backtesting logic, plus some more customization inputs for easy coloring. The...
Indicator for strategy that was used in a Forex competition and was a winner. Use double MACD with custom settings, search video on YouTube: Learn Five Powerful MACD Trading Strategies Add some tools to analyze the market context a little more: - Detector of regular and hidden divergences. - Atlas Zone (detects consolidation that is about to generate a...
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...
Scalp Pro is a scalping tool that uses the MACD mechanism. MACD lines are smoothed using fibonacci numbers and pi numbers. In this way, the noise on the signal is reduced. A " BUY " signal is generated when the lines cross upwards. If the lines cross down, a " SELL " signal is generated. The logic is very simple and the Indicator is very useful. I wish you...
This indicator works with Follow Line Indicator , evaluates the angle for possible additions or reductions of the position. Many settings to play with: s3.tradingview.com - FOLLOW LINE CURRENT CHART RESOLUTION - FOLLOW LINE HIGHER TIME FRAME - FILTER HIGHER TIME FRAME - NO FILTER HIGHER TIME FRAME - ANGLE CONFIGURATION - ANGLE LEVELS - BUY / SELL - OPTIONS...
INTRO / NOTES: This script is based on Market Cipher B Oscillator by Falcon The difference in this script is that only the useful points are printed on the indicator, namely Long and Short Trade Execution signals to be used by a bot, namely the PT Bot. The script also differs from the original that it has been upgraded to Pinescript v4 This oscillator can be used...
It gives well combination of Moving average and Bollinger bands with signals
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...
This indicator finds possible points of reversion, you can use it to stack positions and get a good average price for when the price changes direction, it is the trader responsibility to manage the position and make a profit. -Added alerts
This strategy is based on RSI and ATR Bands which works better in 5 and 15 Mins time frame. Perform enough back testing with 1:2R before using in real time. Entry only on trade on screen symbols, use additional buy/sell alerts to book profit or to trail SL. I have also added Golden Cross Over of 65 and 21 EMA to have confirmation on trend.
The original version uses SMA, in this new version you can choose any type of MA and time frame. - RMA,SMA,EMA,WMA,VWMA,SMMA,KMA,TMA,HullMA,DEMA,TEMA,CTI - 1 min, 3 min, 5 min, 15 min, 30 min, 45min, 1h, 2h, 3h, 4h, 1d, 1w, 1M - Alerts Combine multiple time frames, this will come in handy ¡¡¡¡ Success in your trade ¡¡¡¡
Trend Trader The code is open source, what it uses to print signals is MACD cross and ADX. Bar colors change in relation to where price is according to the 50 day MA. The MA ribbon is used for visualizing trend and using it for dynamic support/resistance. The ribbon is comprised of the 50 day and 100 day MAs. Main reason to publish this script is because some...
This indicator by default comes with the MACD shown but can be switched to show the RSI instead. Settings for each indicator can also be customized as well as Buy/Sell signals given based on pull back crossovers that follow the 200 EMA of the price Chart. There's an above/below middle fill option you can use but I tend not to but I know some traders like to see...
//@version=2 //By Tantamount //Channel Commodity Index (CCI) with overbought and oversold alert features! Highly configurable indicator that includes a Topography map feature, used to detect & show minute threshold crosses. //CCI is a momentum based technical trading tool used to help determine when an asset is reaching an overbought or oversold condition and is...
Hello everyone! I proudly present the backtest Strategy Script for my "Buy and Hold entry finder" Script. It basically shows you the outcome, if you would use my indicator in the past. The buy signals are limited to 1 order per month. Order Size: Allows you to choose, how much money you want to invest per month. (Please consider, it will only invest an x...