Hindcopper👉Hindcopper is making same patterns again and again.
👉Flag is broken now wait for the retest to get positions.
👉 Market view- Bullish.
👀Keep an eye👀
Overview ✔️
Technicals ✔️
Financials ✔️
Volume ✔️
Fundamentals ✔️
👆Follow for more alerts👆
😊Happy Trading 😊
Note:Patience is a key to success.
Disclaimer: This is my personal analysis for educational purpose. I am not sebi registered. Do your analysis before taking a position. I am not responsible of any profit or loss.
HINDCOPPER trade ideas
HINDCOPPER :::: BULLISHDATE: 30 MAY 2021
INSTRUMENT: HINDCOPPER
TREND: BUY
TIME FRAME: DAY
CMP: 174.05
RISK ENTRY BUY ABOVE -176
BUY ABOVE: 184
STOP LOSS: 164
TGT 01: 197.15
DISCLAIMER:
We are not S E B I registered analysts. Please consult your personal financial advisor before investing. We are not responsible for your profits/losses whatsoever.
Hindustan CopperHindustan copper is well driven in upper trend,seems like consolidation period is about to end and it is retesting on the support.
Keep an eye on this stock,
Maybe we can find an opportunity to buy.
Follow for more alerts.
Keep Trading 💪
Disclaimer: This is my personal analysis for education purpose.I am not sebi registered. Do ypur analysis before talking a position.I am not responsible for any profit or loss.
Hindustan Copper Long-Strong Weekly and Monthly momentum Suggested by RSI above 60 on M & W Timeframe
Breakout in Price Supported by:
a) High Volume
b) Breakout in Daily RSI
c) Relative Outperformance to Broad Market ( CNX500 )
d) Leading Market Sector
e) Fresh all time high in Copper MCX
1. Enter Long 172
2. Initial stop loss below 150 on closing basis in hourly timeframe.
3. Trailing Stop with SuperTrend or Adaptive ATR on 120min Timeframe
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Risk Disclosure
DISCLAIMER: Futures , stocks and options trading involves substantial risk of loss and is not suitable for every investor. The valuation of futures , stocks and options may fluctuate, and, as a result, clients may lose more than their original investment. The impact of seasonal and geopolitical events is already factored into market prices. The highly leveraged nature of futures trading means that small market movements will have a great impact on your trading account and this can work against you, leading to large losses or can work for you, leading to large gains.
If the market moves against you, you may sustain a total loss greater than the amount you deposited into your account. You are responsible for all the risks and financial resources you use and for the chosen trading system. You should not engage in trading unless you fully understand the nature of the transactions you are entering into and the extent of your exposure to loss. If you do not fully understand these risks you must seek independent advice from your financial advisor.
All trading strategies are used at your own risk.
HINDCOPPER - Breakout & Re-test structure - Monthly chartThe above analysis is done purely based on price action and chart patterns.
The analysis is done on monthly charts, hence it may take the price few weeks to few months to reach the target.
Logic as well as the trade setup is shown in image itself. The level which was earlier acting as major resistance, may act as major support for price to move up.
Entry can be done at CMP to any pull back. SL can be around 100. Targets are shown in image as well.
The above analysis is purely for educational purpose. Traders must do their own study before entering into any trade. Traders must trade as per their own risk taking capacity and money management
Feel Free to comment for any queries regarding the above stock or price action analysis in general.
To understand the re-test structure more clearly, check out the ideas linked here - APOLLOTYRE , SCI , SBICARD
Also check out my other ideas to understand how price action works and how it can be used to make regular profits without any complex strategies.
Volitility compression and pocket pivot//52-week high/low
High52 = security(syminfo.tickerid, "W", highest(high, 52))
Low52 = security(syminfo.tickerid, "W", lowest(low, 52))
//WMA
WMA10 = wma(close, 10)
WMA20 = wma(close, 20)
WMA50 = wma(close, 50)
WMA100 = wma(close, 100)
WMA200 = wma(close, 200)
//Standard Deviation with WMA
lenSD = input(20, minval=1)
sdavg13 = input(title="WMA SD", type=input.integer, defval=13)
sdavg22 = input(title="WMA SD", type=input.integer, defval=22)
src = input(close, title="Source")
SD = stdev(src, lenSD)
SDWMA13 = wma(SD, sdavg13)
SDWMA22 = wma(SD, sdavg22)
//ATR with MA
lenAtr = input(title="atr length", defval=1)
oatr = atr(lenAtr)
atravg5 = input(title="WMA ATR", type=input.integer, defval=5)
atravg13 = input(title="WMA ATR", type=input.integer, defval=13)
atravg22 = input(title="WMA ATR", type=input.integer, defval=22)
ATRWMA5 = wma(oatr, atravg5)
ATRWMA13 = wma(oatr, atravg13)
ATRWMA22 = wma(oatr, atravg22)
//Volume with WMA
VOLMA5 = wma(volume, 5)
VOLMA10 = wma(volume, 10)
VOLMA20 = wma(volume, 20)
//Pocket Pivot
greenDay = close >= close
redDay = close < close
highVolume = highest(volume, 10)
Redvolume = iff(redDay, volume, 0)
Greenvolume = iff(greenDay, volume, 0)
TopGreenV = highest(Greenvolume, 10)
TopRedV = highest(Redvolume, 10)
PocketPivotVol = volume > TopRedV
PocketPivotDay = PocketPivotVol and greenDay
// VARIABLES
Blue = close > High52 * 0.75 and close > Low52 * 1.3 and WMA50 > WMA100 and
WMA50 > WMA200 and WMA100 > WMA200 and
SD < SDWMA13 and SD < SDWMA22 and SDWMA13 < SDWMA22 and
oatr < ATRWMA5 and oatr < ATRWMA13 and oatr < ATRWMA22 and ATRWMA5 < ATRWMA13 and
ATRWMA13 < ATRWMA22 and
volume < VOLMA5 and volume < VOLMA10 and volume < VOLMA20 and VOLMA5 < VOLMA10 and
VOLMA10 < VOLMA20 and low <= WMA10
// PLOT
plotshape(Blue, title="Blue dot", text="+", textcolor=color.white, style=shape.circle, location=location.bottom, color=color.navy, transp=0, size=size.tiny)
plotshape(PocketPivotDay ? 1 : na, title="Pocket Pivot", style=shape.triangleup, location=location.belowbar, color=color.navy, size=size.tiny)
plot(High52, title='52 Week High', trackprice=true, color=color.orange, offset=-9999)
plot(Low52, title='52 Week Low', trackprice=true, color=color.orange, offset=-9999)
Pocket pivotgreenDay = close >= close
redDay = close< close
highVolume = highest(volume, 10)
Redvolume= iff(redDay,volume,0)
Greenvolume= iff(greenDay,volume,0)
TopGreenV= highest(Greenvolume, 10)
TopRedV=highest(Redvolume, 10)
pocketPivot = volume > TopRedV
pocketPivotDay =pocketPivot and greenDay
plotshape(pocketPivotDay? 1:na,style=shape.triangleup, location=location.belowbar, color=aqua, size=size.small)