BHARTIARTL trade ideas
Bharti Airtel - LongBharti Airtel looking strong at current level. After correcting from 540 levels it has formed base at 375 - 380. Currently stock has broken out of a falling wedge pattern and has also formed a downward channel pattern formation. One can go long here with Targets - 412/421/432/437. SL- 392
The stock can also possibly form a Head and Shoulder pattern.
Retracement in BhartiAirtelIt looks that on W - the stock has performed sincerely to respect the elliot waves. However, by the end of this week and with the beginning of the next a retracement is expected to be followed where the stock would dip to level sub-500 and attain or test the new support of around 477 and probabilistic-ally would continue the upward trend. Thus, we can maintain the calm and watch the stock for a possible pull back- where the people with sell side likeness can short sell in short term and those looking for a buy can wait to enter at a discounted level.
20 day momentum//@version=3
strategy("Momentum Strategy", overlay=true)
length = input(12)
price = close
momentum(seria, length) =>
mom = seria - seria
mom
mom0 = momentum(price, length)
mom1 = momentum( mom0, 20)
if (mom0 > 0 and mom1 > 0)
strategy.entry("MomLE", strategy.long, stop=high+syminfo.mintick, comment="MomLE")
else
strategy.cancel("MomLE")
if (mom0 < 0 and mom1 < 0)
strategy.entry("MomSE", strategy.short, stop=low-syminfo.mintick, comment="MomSE")
else
strategy.cancel("MomSE")
//plot(strategy.equity, title="equity", color=red, linewidth=2, style=areabr)
Bharti Airtel - Rectangle bottom patternBharti Airtel testing the rectangle resistance line @ 380 where a lot of supply is currently visible in the rectangle bottom pattern formation
A cup n handle formation within the horizontal rectangle Bottom pattern is visible.
A Close above this resistance line would signify an upward breakout. High volumes expected.
Trading strategy :
Buy above 382
Target price : 420
Stop loss 363
Happy trading.
Corrective Up side for Airtel?We might have just completed a Flat on a lower degree, waiting to make a flat on a higher degree. I am looking for a move up to the 127.2% at 359 if the price moves above 343. stop loss would be 332. Watch out for the possibility of a smaller wave as we can always see a running flat where the C never travels the full distance.
Also notice the bullish divergence on the MACD.