this scrips is combination of Moving average that you can alter with buy and Sell signal. it is easy to use. u can go with the trend as of the bar color turn to blue it is indcate tha ur in bullish trend and with turn to red it indicate that your in down trend. Use Ema 200 for trend confluences hope you like it. thank's Sadflute
This code shows expected reaction target prices after sudden moving based on MFI . Red area means the price is on overbought area, green area means the price is on oversold area. If you see red area under price, you can make short option to next to the horizontal beginning price of red area. If you see green area over price, you can make long option to next to the...
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...
Trend Identifier for 1D BTC.USD It smoothens a closely following moving average into a polynomial like plot. And assumes 4 stage cycles based on the first and second derivatives. Green: Bull / Exponential Rise Yellow: Distribution Red: Bear / Exponential Drop Blue: Accumulation Red --> Blue --> Green: indicates the start of a bull market Green --> Yellow -->...
buy sell signal this indicator is only for education purpose
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...
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.
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...
It gives well combination of Moving average and Bollinger bands with signals
This script is simple. It uses EMA and HMA crosses to find entries and exits. There is an option for sourcing Heikin Ashi based entries/exits. There is an option for Stop Loss percentage. It is made for finding Long entries on the 45min chart. You can optimize the signals by adjusting the moving average lengths. The default settings are for BTC/USDT...
This code shows expected reaction target prices after sudden moving based on (EoRfA) Escaping of Rate from Avarage. Red area means the price is on overbought area, green area means the price is on oversold area. If you see red area under price, you can make short option to next to the horizontal beginning price of red area. If you see green area over price, you...
This strategy allows you to back test longing or shorting during a period of time between two dates. Make sure you are in the daily time frame while viewing the performance and trade history to ensure you have the most historical data as possible from Trading View. Finally, due to the way Trading View enters trades at the end of a candle, you must subtract one...
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...
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...
This code shows expected reaction target prices after sudden moving based on Tom Demark Sequential. Red area means the price is on overbought area, green area means the price is on oversold area. If you see red area under price, you can make short option to next to the horizontal beginning price of red area. If you see green area over price, you can make long...
Probability of bars in the same direction based on historical data.
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...
MACD Buy/Sell Strategy Filters bearish crossovers above the 0 line and bullish crossovers below. Uses 34 ema to further filter the trades and take only longs above and only shorts below. Apply at least 2:1 risk to reward ratio to account for losing trades. Trade at own risk!