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...
Original Version found here: Changes: -Changed source used to `close` as i think this is a much more expected level for future S/R on a retest (obviously subjective) -Removed the majority of the plots as they were melting my CPU. -Added Alert functionality on the closest S/R levels ~~-Tried doing some fills to represent S/R ranges but it was too...
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...
Dear Traders, Here is the thought which came to my mind on the trendline break scalping. sometimes during the trade we do plot trendlines and we do anticipate for the line to break and take a trade. with the same thing in mind I had created this basic script to help you and other to create based on the logic used in the script. This is just a logic based script...
//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,...
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...
A trading scalp tool that helps traders confirm buy/sell orders. This indicator works well along with other indicators such as MACD , Stoch RSI and RSI . Ideally this indicator works on certain time frames, therefore, look for the best time frame for the stock or coin.
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 &...
Here I bring you an array of methods to compare the swings and consistency between assets. This indicator is excellent for swing traders and scalpers looking to maximize their profits by examining which of two closely related pairs provides greater price fluctuation during given period. This indicator works against two assets, which are to be configured in...
The Super PassBand Filter was created by John Ehlers (Stocks & Commodities V. 34:07 (10–13)) and this is a pretty useful indicator to let you know how volatile the market is right now. This is useful for scalpers because this lets you avoid the choppy markets (usually when the rms is 1.50 or less but feel free to choose your own level) and gives you good entry and...
The Alternate Signal To Noise Ratio was created by John Ehlers (Rocket Science For Traders pgs 84-85) and this is a variation of his signal to noise ratio that some scalpers might find more useful than his default signal to noise ratio. You would want to buy and sell when the indicator is above the dotted line because that means the stock is volatile enough to...