Crypto Market Cap, BTC/USD, ETH/USD, USDT/USD, XRP/USD, Bitcoin
WIRECARD AG, BAYER AG NA O.N, DAIMLER AG NA O.N, Apple, Advanced Micro Devices Inc, Amazon Com Inc
DAX Index, TECDAX TR, MDAX PERFORMANCE-INDEX, Dow 30, S&P 500, Nasdaq Composite
Euro Bund, Euro BTP, Euro BOBL, Germany 10Y, US 10Y, Ultra T-Bond
This is a crypto bot designed for lower time frames. Its made of 2 EMA, one fast and one slower . They are combined together with Stochastic, MACD and price action patterns. For entries we have multiple conditions : First we check if one of our last 4 closed candles crossed above or below the faster EMA. After that for long, we check that last close is above...
William %R Scalper or WPR Scalper tool is used with small time frame : 5 , 3 or 1 minute, it uses two different William %R indicators : one for fast move with 9 period WPR9 and one slow with 54 period WPR54. You can find buy zone when WPR9 < -90 and WPR54 < -80 and sell zone when WPR9 > -10 AND WPR54 > -20. For experience user only you can adapt the two periods...
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 script uses the highs and lows of the candles (instead of the close) to make a "channel" to reference while scalping. Use the green lower line as a guide to go long and the red upper line as a guide to go short. You may use the lines as potential entry points and direction but you may want to consider exiting before the opposite colored line prints, as that...
Hello traders Still on holidays but I don't and will never forget you <3 I realize more and more that you guys don't only want some indicators and learn about pinescript. You also want some guidance and get some mentors providing you with comprehensive and simple trading methods and tricks. I'm against those posting many scripts a day that in the end will make...
Level: 2 Background Japanese candlesticks provide more detailed and accurate information about price movements compared to bar charts. They provide a graphical representation of the supply and demand behind the price promotions for each period. Each candlestick contains a central part that indicates the distance between the opening and closing of the security...
TTM scalper indicator of John Carter’s Scalper Buys and Sells. The methodology is a close approximation of the one described in his book Mastering the Trade. The book is highly recommended. Note the squares are not real-time but will show up once the third bar has confirmed a reversal.
//Programado por Ruben Jaramillo //rubend18@hotmail.com //WhatsApp +593 93 979 6676 study(title="Scalping Awesome Oscilator", shorttitle="SAO", overlay=false) fuente = input(hl2, title="SAO fuente") ao = sma(fuente,5) - sma(fuente,34) linea0 = hline(0, editable=false, linewidth=1, linestyle=solid) plot(ao, color=change(ao) <= 0 ? red : blue, style=line,...
I have converted my volatility based force scalper into strategy. Nice to see it is so profitable. Work best with Heikin Ashi bar.
TTM scalper indicator of John Carter’s Scalper Buys and Sells. The methodology is a close approximation of the one described in his book Mastering the Trade. The book is highly recommended. Note the squares are not real-time but will show up once the third bar has confirmed a reversal.
If you are searching a high win rate strategy with good profit factor ratio strategy. this one may be your choice. Designed to be used with BTC or LTC. with 5 minute time frame or less. This BB strategy achieve win rate over 50% easily, with some tuning you can get even 60%+.
3 EMAs will help identify and predict uptrends and downtrends -If EMAs are all above the candles it a sign to sell & if the EMAs are below its a sign to buy - If the Green-8 EMA crosses or touches red candle then flips under the other EMAs & candles then it's time to sell -If the Green-8 EMA crosses or touches green candle then flips above the other EMAs &...
After a couple adjustments, double signals are now being ignore. Here's how this script works: Based entirely on a John Carter scalping setup, a candle will be painted purple if the next two closes are in a opposite direction of the past trend. Green triangles indicates that the reversal is bullish, red triangles indicates that the reversal is bearish. Both are...
//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 scalper uses elder's force index cross over to provide trade signal. Unlike the simple,ema cross over, forces index takes volume into consideration. Besides it uses ATR to filter out bad signals in the sideway period, and give quality signals only when volatility comes. The result is fewer false signals and better trade.
//Indicador: Scalping Rubik //Programado por Rubén Darío Jaramillo //rubend18@hotmail.com //WhatsApp +593 93 979 6676 - Ecuador
Basic indicator with signals. Con: Presents multiple signals in the same direction (should be ignored, according with the strategy).