This is a strategy made from ichimoku cloud , together with MACD, Chaiking Money FLOW and True Strenght Index. It can be adapted to any timeframe and any type of financial markets. The idea behind its very simple, We combine the long / short strategy from ichimoku, like cross between lines and below/above cloud together with histogram from MACD for...
A little side project of mine. may enhance further in the future. Used best for scalping. The longer you're in the market the more the news is waiting to eat you so I'd recommend using high volume and getting in and out quickly
This is the alert version of the strategy with the same name. Indicators SImple Moving Average Exponential Moving Average Keltner Channels MACD Histogram Stochastics Rules for entry long= Close of the candle bigger than both moving averages and close of the candle is between the top and bot levels from Keltner . At the same time the macd histogram is negative...
Contrarian Scalping is an trading strategy designed to take advanted of a counter-trend. The advantage of these strrategies types is that they have a good profitability but with do not great gain (in relation at the time frame). Indicators used: Bollinger Envelope ADX Stochastic Rules for entry For short: close of the price is above upper band from bb and...
This strategy is designed for daytrade charts. Its made from EMA 4 / EMA 8 to check for crosses RSI levels for overbough/oversold CCI levels For entry, we check first if the ema 4 crossed ema 8 Secondly we confirm by checking the level of RSI level Finally we confirm with CCI level If all of them are on the same page we enter. For exit we have a fixed...
THis is a FOREX scalping system that can be optimized with almost all majors and crosses pairs. Its made of multiple elements such as : MACD Stochastic RSI Fast VW moving average Slow VW moving average Time management( forex sessions as inputs) Rules for entry Long Last 2 MACD values were ascending, fast moving average is below moving average and stochastic RSI...
A weird indicator to catch tops/bottoms and scalp with the signals. You should buy/sell with the signals but you should also analyze the chart manually before jumping straight into the trade. One of the most important thing is the middle VIDYA line. It is a very strong support/resistance and if you've taken a long/short from top/bottom, you might want to target...
Hello there Today I am glad to provide you a strategy based on the wave trend oscillator. If you want to use it as an indicator, just disable long and short to not make any shops. It works on all time frames. The way it works its like an RSI . We have overbought and oversold levels, and together with a channel and length we calculate the wave trend. And then...
This is a forex scalping strategy designed for the most liquid pairs, like major forex pairs. Its made of 1 EMA 50 1 EMA 100 Stochastic RSI MACD Rules For long :close of the candle is above moving average 50, moving average 50> moving average 100, macd histogram is positive and cross over of stochastic rsi with the oversold level. For short :close of the...
This is another script for RSI (Relative Strength Indicator) for Multiple timeframes. It is built for scalping. Add it to your 15 Min chart - This is important! The other time resolutions are 1H, 2H and 4H. It is highly flexible, except for the current resolution, the other ones can be changed. The lookback periods for all timeframes are set to 14 - but can...
//Indicador: Scalping Rubik //Programado por Rubén Darío Jaramillo //rubend18@hotmail.com //WhatsApp +593 93 979 6676 - Ecuador
Today I bring an indicator specialized in crypto markets. Its made of multiples EMA : very fast, fast, normal, slow, very slow The logic behind its simple : For long : we check that the EMA are in ascending order like EMA 5 > EMA 10 > EMA 20 .... and at the same time that last close of candle is above all of them. For short : we check that the EMA are in...
Simple script to plot the Midpoint between the High and Low of day for intraday trading. This is a key level that is respected quite often. Very easy to trade bounces or breakthroughs.
//Elaborado por Rubén Jaramillo - rubend18@hotmail.com - +593 93 979 6676 //Un pequeño homenaje al profesor TheJohnnyB de imlTV study(title="TheJohnnyB Strategy IML Web Analyzer", shorttitle="TheJohnnyB", overlay=true) inicio = input(0.02, title="Inicio") incremento = input(0.02, title="Incremento" ) maximo = input(0.2, title="Valor Máximo") emaroja_p =...
TradePro Parabolic SAR Background This indicator is a small tribute to youtuber TradePro The operation is simple. It is the same Parabolic SAR indicator with its default configuration, but in background format. It is a new way to visualize the same information, more understandably. It is in itself a complete trading system, it can be used in conjunction with...
//Programmed by Ruben Jaramillo //rubend18@hotmail.com //WhatsApp +593 93 979 6676 //Quito - Ecuador BUY = crossover(k, d) and k < 10 and d < 10 SELL = crossunder(k, d) and k > 90 and d > 90 Temporalidad 5M TP 5 pips SL 40 pips
This Oscillator helps to identify the ending of waves, good to get entries and exits. Now, with a tolerance line.