MAGAZ LUIZA ON NM, PETROBRAS PN N2, VIAVAREJO ON NM, BANCO INTER PN N2, VALE ON NM, ITAUSA PN N1
Petróleo Brent, Petróleo bruto, Ouro, Prata, Gás natural, Bitcoin
Títulos Americano de dez anos, Título Português de dez anos, Juros de Título Britânico de dez anos, Alemanha 10A, Japão Rendimento 10A, Títulos Europeus
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.
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...
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...
//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...
This code is a custom made backtest for a Metatrader 4 EA that is being sold by another person at this link www.mql5.com I made this backtest myself to see how the EA would perform. I don't have the author's source code, but by looking at how the EA ran, it was very easy to see how it worked. When using this backtest,...
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 &...
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...
Hi all, This strategy is based on the Amazing scalper for majors with risk management by SoftKill21 The change is in lines 11-20 where the sma's are replaced with Triple ema's to lower the lag. The original author is SoftKill21. His explanation is repeated below: Best...
First I would like to thank to @JustUncleL since this strategy started from one of his scalper strategies This strategy can be adapted to all time charts . First it has the session where we want to trade, for this example I choosed the EURUSD so I only take in consideration london/neywork session. Its made from 3 EMA : normal slow ultra slow It has has the...
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...
New script based on zlema. Hopefully responds better tot ake advantage of margin trading. As usual, commands for both spot trading and margin trading are included, just need to comment or uncomment (using // ) which you prefer. They are just labels so both work in the same way (long/buy, short/sell). Also added some flair to pretty it up a bit, and yes, those...
****Study*** Updated version to make it easier for margin trading with slight changes to the ema settings to rule out any reverse trend bugs. Enter your syntax in alertconditions to suit your needs, if using it for margin trading make sure to match your leverage! If you have any questions, feel free to pop into Discord and ask! We have roughly 500 members and a...
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...