TradingView
DayTradingOil
Nov 23, 2019 12:36 PM

Market Structure 

WTI CRUDE OILTVC

Description

Simple script to Plot Horizontal Lines at turning points of the market. Often times, these key levels can indicate a potential trade when price breaks above/below.

Release Notes

Default Data Selection is Daily TF for less evasive signals.

Release Notes

Testing

Release Notes

Extended Market Structure in both directions and added an input to choose the resolution period you'd like the Market Structure to be calculated on.

Release Notes

Added Horizontal Plots to show when higher TF closed with Market Structure Condition.
Comments
Shunya0x
Thank you for an awesome indicator. I wanted to ask what are those vertical lines?
Ganbu
@shettytushar, how do you know it's awesome if you can't understand it?
Shunya0x
@Shocs, Maybe you should start using it to know it, it plots horizontal lines which are S/R, the purpose of vertical lines isn't explained.
UnknownUnicorn5757714
@Shocs, i'm blind but that was an awesome reply.
maroof81
thanky
DayTradingOil
@maroof81, Welcome-y!
nilswap
Hello sir, I want this script to run in live market. When i run this script in live market it draws horizontal lines but not from starting time of the market. It takes previous day candles also.

study("Horizontal lines for UPTRENDING STOCK", overlay=true)
plot(low[85], trackprice=true, offset=-9999)
plot(low[70], trackprice=true, offset=-9999)
plot(low[55], trackprice=true, offset=-9999)
plot(low[40], trackprice=true, offset=-9999)
plot(low[25], trackprice=true, offset=-9999)
plot(low[10], trackprice=true, offset=-9999)
plot(low, color=#FFFFFFFF)

will you please help me with this script which draws horizontal lines "one by one" as market proceeds..Thanks in advance...
DayTradingOil
@nilswap, In response to it taking 1 timeframe bar to paint, this is intentional. The purpose of this script is to locate turning points of Higher TF candles in the past to look for areas of interaction with current price action. This price action can then be interpreted and traded upon in lower timeframes using the Market Structure as guidelines for entry position area, stop loss, etc.
More