MAGAZINE LUIZA S.A, PETROBRAS PN N2, VIAVAREJO ON NM, BANCO INTER PN N2, VALE S.A, 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
Ouro, Petróleo Brent, Petróleo bruto, CFD de gás natural, Paládio, Prata
I have recently been reading How to Day Trade for a Living by Andrew Aziz and one of the important support and resistance levels he talks about is the Previous Day Close Price. I did not find an indicator that would simply plot this so I wrote a short simple pine script to plot the indicator. Please feel free to edit or suggest improvements.
Revision: 1 Description: Strategy based around Open-Close Crossovers, which can be tuned for smooth trend trading, or with a little care even work for choppy waters. Setup: I have generally found that setting the strategy resolution to 3-4x that of the chart you are viewing tends to yield the best results, regardless of which MA option you may choose (if...
This revision is an open Public release, with just some minor changes. It is a revision of the Strategy "Open Close Cross Strategy R2" originally published by @JayRogers. *** USE AT YOUR OWN RISK *** JayRogers : "There are drawing/painting issues in pinescript when working across resolutions/timeframes that I simply cannot fix here.. I will not be putting any...
Updated Indicator - Plots High, Low Open, Close For Weekly, Daily, 4 Hour, 2 Hour, 1 Hour Current and Previous Sessions Levels. Updated Adds 4 Hour, 2 Hour, 1 Hour levels for Forex and Intra-Day Traders.
This revision of this indicator is an Open Public release. The indicator alert based on JayRogers "Open Close Cross Strategy R2" and is used in conjunction with the revised "Open Close Cross Strategy R5". Description: This indicator alert created for TradingView alarm sub-system (via the alertcondition() function, which currently does not work in a ...
This indicator will simply plot on your chart the Daily/Weekly/Monthly previous candle levels. The "Auto" mode will allow automatic adjustment of timeframe displayed according to your chart. Otherwise you can select manually. Indicator plots the open/close and colors the high-low range area in the background. Hope this simple indicator will help you ! You...
This can be used to trigger an alert if Heikin Ashi bar changes color :)
GRAB THE LASTEST VERSION HERE: ********************* This indicator shows when the candle is entering New York, London or Asia Kill Zone (open market). gray: 30min before market opens. red, green, orange: First 1 hour with 10min focus bands. silver: complete 30min session market until close. FIX NOTE: Set this hours for...
Finds gaps. Nuff said Ill make an overlay version
Open and close lines. I used a 4 minute timeframe, so the open price goes on 08:28-08:32 central time for the 8:30 open. You can change those times if you want, just copy/paste the script and edit.
This will place circles on your chart for the opening daily price. If price is above, the circles are green. If price is below, the circles are red. I wanted to be able to see the opening price a bit easier while in smaller time frames. I decided to add the previous daily closing line to the original script. Basically looking for good support / resistance
This script allows you to set breakout alerts. An alert will be triggered only when price breaks and closes beyond the specified prices. You will get an alert on the first candle that closes beyond the levels you set.
First I have to give kudos to my son who I asked to take a shot at creating this little indicator. Nice work son! While trading, one of the things I look for is when price or certain EMA's approach another EMA. The example that I use on this 1 minute SPY chart is an 8 EMA and 20 EMA. I am looking for when the 8 and 20 are within' 3 cents of each other. Many...
This is just a review of Open Close Strategy By @JayRogers and edition By JustUncleL So please, // Credits To // Original Author: @JayRogers // Revision Author: JustUncleL revisions 3, 4, 5 // Actual Version: @guikroth i Just change some parameters and set Alerts Buy And Sell to TV. This Script use "Security" function, so maybe its repainting
created by AutemOx twitter: @joyrider5 reddit: /u/joyrider5 This creates lines at yesterdays open, close, high, and low. It is pretty amazing use of the timenow and dayofweek variables if I say so myself 8)
Just a simple support/resistance indicator that display weekly/monthly close price and it is configurable to work in two modes: tracking mode - to display last week/month's close history mode - to display weekly/monthly close prices See how last month's close (ticker blue line) provides nice resistance and the price forms a double top then it consolidates...
This indicator puts the previous close value of a higher relevant time frame on the chart, it adepts to the period of the chart. Relevant means that it puts: Close of previous year in monthly chart Close of previous month in weekly chart Close of either previous month of week in daily chart, default setting is week Close of previous week in 4hourly and 3hourly...
Quick dirty code for personal use. Plots previous OHLC levels based on a selected time-frame on the chart. Not bad if you want to see different time-frame levels. Fill function can serve to highlight the daily range (high-low or open-close) on non-standard charts Uses base code from JayRogers