Chartist Talks: SBI Securities' Sudeep Shah bullish on these 6 stocks, but recommends avoiding fresh position in defence sector
From a technical standpoint, the current chart structure suggests that the bullish momentum is likely to extend into the coming week, said Sudeep Shah of SBI Securities who expects the Nifty to move toward 25,300 in the short term, with the potential to stretch further toward 25,600.
Sunil Shankar Matkar
May 18, 2025 / 04:37 IST
Sudeep Shah is the Deputy Vice President and Head of Technical and Derivative Research at SBI Securities
‘);
$(‘#lastUpdated_’+articleId).text(resData[stkKey][‘lastupdate’]);
//if(resData[stkKey][‘percentchange’] > 0){
// $(‘#greentxt_’+articleId).removeClass(“redtxt”).addClass(“greentxt”);
// $(‘.arw_red’).removeClass(“arw_red”).addClass(“arw_green”);
//}else if(resData[stkKey][‘percentchange’] < 0){
// $(‘#greentxt_’+articleId).removeClass(“greentxt”).addClass(“redtxt”);
// $(‘.arw_green’).removeClass(“arw_green”).addClass(“arw_red”);
//}
if(resData[stkKey][‘percentchange’] >= 0){
$(‘#greentxt_’+articleId).removeClass(“redtxt”).addClass(“greentxt”);
//$(‘.arw_red’).removeClass(“arw_red”).addClass(“arw_green”);
$(‘#gainlosstxt_’+articleId).find(“.arw_red”).removeClass(“arw_red”).addClass(“arw_green”);
}else if(resData[stkKey][‘percentchange’] < 0){
$(‘#greentxt_’+articleId).removeClass(“greentxt”).addClass(“redtxt”);
//$(‘.arw_green’).removeClass(“arw_green”).addClass(“arw_red”);
$(‘#gainlosstxt_’+articleId).find(‘.arw_green’).removeClass(“arw_green”).addClass(“arw_red”);
}
$(‘#volumetxt_’+articleId).show();
$(‘#vlmtxt_’+articleId).show();
$(‘#stkvol_’+articleId).text(resData[stkKey][‘volume’]);
$(‘#td-low_’+articleId).text(resData[stkKey][‘daylow’]);
$(‘#td-high_’+articleId).text(resData[stkKey][‘dayhigh’]);
$(‘#rightcol_’+articleId).show();
}else{
$(‘#volumetxt_’+articleId).hide();
$(‘#vlmtxt_’+articleId).hide();
$(‘#stkvol_’+articleId).text(”);
$(‘#td-low_’+articleId).text(”);
$(‘#td-high_’+articleId).text(”);
$(‘#rightcol_’+articleId).hide();
}
$(‘#stk-graph_’+articleId).attr(‘src’,’//appfeeds.moneycontrol.com/jsonapi/stocks/graph&format=json&watch_app=true&range=1d&type=area&ex=’+stockType+’&sc_id=’+stockId+’&width=157&height=100&source=web’);
}
}
}
});
}
$(‘.bseliveselectbox’).click(function(){
$(‘.bselivelist’).show();
});
function bindClicksForDropdown(articleId){
$(‘ul#stockwidgettabs_’+articleId+’ li’).click(function(){
stkId = jQuery.trim($(this).find(‘a’).attr(‘stkid’));
$(‘ul#stockwidgettabs_’+articleId+’ li’).find(‘a’).removeClass(‘active’);
$(this).find(‘a’).addClass(‘active’);
stockWidget(‘N’,stkId,articleId);
});
$(‘#stk-b-‘+articleId).click(function(){
stkId = jQuery.trim($(this).attr(‘stkId’));
stockWidget(‘B’,stkId,articleId);
$(‘.bselivelist’).hide();
});
$(‘#stk-n-‘+articleId).click(function(){
stkId = jQuery.trim($(this).attr(‘stkId’));
stockWidget(‘N’,stkId,articleId);
$(‘.bselivelist’).hide();
});
}
$(“.bselivelist”).focusout(function(){
$(“.bselivelist”).hide(); //hide the results
});
function bindMenuClicks(articleId){
$(‘#watchlist-‘+articleId).click(function(){
var stkId = $(this).attr(‘stkId’);
overlayPopupWatchlist(0,2,1,stkId);
});
$(‘#portfolio-‘+articleId).click(function(){
var dispId = $(this).attr(‘dispId’);
pcSavePort(0,1,dispId);
});
}
$(‘.mc-modal-close’).on(‘click’,function(){
$(‘.mc-modal-wrap’).css(‘display’,’none’);
$(‘.mc-modal’).removeClass(‘success’);
$(‘.mc-modal’).removeClass(‘error’);
});
function overlayPopupWatchlist(e, t, n,stkId) {
$(‘.srch_bx’).css(‘z-index’,’999′);
typparam1 = n;
if(readCookie(‘nnmc’))
{
var lastRsrs =new Array();
lastRsrs[e]= stkId;
if(lastRsrs.length > 0)
{
var resStr=”;
let secglbVar = 1;
var url = ‘//www.moneycontrol.com/mccode/common/saveWatchlist.php’;
$.get( “//www.moneycontrol.com/mccode/common/rhsdata.html”, function( data ) {
$(‘#backInner1_rhsPop’).html(data);
$.ajax({url:url,
type:”POST”,
dataType:”json”,
data:{q_f:typparam1,wSec:secglbVar,wArray:lastRsrs},
success:function(d)
{
if(typparam1==’1′) // rhs
{
var appndStr=”;
//var newappndStr = makeMiddleRDivNew(d);
//appndStr = newappndStr[0];
var titStr=”;var editw=”;
var typevar=”;
var pparr= new Array(‘Monitoring your investments regularly is important.’,’Add your transaction details to monitor your stock`s performance.’,’You can also track your Transaction History and Capital Gains.’);
var phead =’Why add to Portfolio?’;
if(secglbVar ==1)
{
var stkdtxt=’this stock’;
var fltxt=’ it ‘;
typevar =’Stock ‘;
if(lastRsrs.length>1){
stkdtxt=’these stocks’;
typevar =’Stocks ‘;fltxt=’ them ‘;
}
}
//var popretStr =lvPOPRHS(phead,pparr);
//$(‘#poprhsAdd’).html(popretStr);
//$(‘.btmbgnwr’).show();
var tickTxt =’‘;
if(typparam1==1)
{
var modalContent = ‘Watchlist has been updated successfully.’;
var modalStatus = ‘success’; //if error, use ‘error’
$(‘.mc-modal-content’).text(modalContent);
$(‘.mc-modal-wrap’).css(‘display’,’flex’);
$(‘.mc-modal’).addClass(modalStatus);
//var existsFlag=$.inArray(‘added’,newappndStr[1]);
//$(‘#toptitleTXT’).html(tickTxt+typevar+’ to your watchlist’);
//if(existsFlag == -1)
//{
// if(lastRsrs.length > 1)
// $(‘#toptitleTXT’).html(tickTxt+typevar+’already exist in your watchlist’);
// else
// $(‘#toptitleTXT’).html(tickTxt+typevar+’already exists in your watchlist’);
//
//}
}
//$(‘.accdiv’).html(”);
//$(‘.accdiv’).html(appndStr);
}
},
//complete:function(d){
// if(typparam1==1)
// {
// watchlist_popup(‘open’);
// }
//}
});
});
}
else
{
var disNam =’stock’;
if($(‘#impact_option’).html()==’STOCKS’)
disNam =’stock’;
if($(‘#impact_option’).html()==’MUTUAL FUNDS’)
disNam =’mutual fund’;
if($(‘#impact_option’).html()==’COMMODITIES’)
disNam =’commodity’;
alert(‘Please select at least one ‘+disNam);
}
}
else
{
AFTERLOGINCALLBACK = ‘overlayPopup(‘+e+’, ‘+t+’, ‘+n+’)’;
commonPopRHS();
/*work_div = 1;
typparam = t;
typparam1 = n;
check_login_pop(1)*/
}
}
function pcSavePort(param,call_pg,dispId)
{
var adtxt=”;
if(readCookie(‘nnmc’)){
if(call_pg == “2”)
{
pass_sec = 2;
}
else
{
pass_sec = 1;
}
var postfolio_url = ‘https://www.moneycontrol.com/portfolio_new/add_stocks_multi.php?id=’+dispId;
window.open(postfolio_url, ‘_blank’);
} else
{
AFTERLOGINCALLBACK = ‘pcSavePort(‘+param+’, ‘+call_pg+’, ‘+dispId+’)’;
commonPopRHS();
/*work_div = 1;
typparam = t;
typparam1 = n;
check_login_pop(1)*/
}
}
function commonPopRHS(e) {
/*var t = ($(window).height() – $(“#” + e).height()) / 2 + $(window).scrollTop();
var n = ($(window).width() – $(“#” + e).width()) / 2 + $(window).scrollLeft();
$(“#” + e).css({
position: “absolute”,
top: t,
left: n
});
$(“#lightbox_cb,#” + e).fadeIn(300);
$(“#lightbox_cb”).remove();
$(“body”).append(”);
$(“#lightbox_cb”).css({
filter: “alpha(opacity=80)”
}).fadeIn()*/
$(“.linkSignUp”).click();
}
function overlay(n)
{
document.getElementById(‘back’).style.width = document.body.clientWidth + “px”;
document.getElementById(‘back’).style.height = document.body.clientHeight +”px”;
document.getElementById(‘back’).style.display = ‘block’;
jQuery.fn.center = function () {
this.css(“position”,”absolute”);
var topPos = ($(window).height() – this.height() ) / 2;
this.css(“top”, -topPos).show().animate({‘top’:topPos},300);
this.css(“left”, ( $(window).width() – this.width() ) / 2);
return this;
}
setTimeout(function(){$(‘#backInner’+n).center()},100);
}
function closeoverlay(n){
document.getElementById(‘back’).style.display = ‘none’;
document.getElementById(‘backInner’+n).style.display = ‘none’;
}
stk_str=”;
stk.forEach(function (stkData,index){
if(index==0){
stk_str+=stkData.stockId.trim();
}else{
stk_str+=’,’+stkData.stockId.trim();
}
});
$.get(‘//www.moneycontrol.com/techmvc/mc_apis/stock_details/?classic=true&sc_id=’+stk_str, function(data) {
stk.forEach(function (stkData,index){
$(‘#stock-name-‘+stkData.stockId.trim()+’-‘+article_id).text(data[stkData.stockId.trim()][‘nse’][‘shortname’]);
});
});
function redirectToTradeOpenDematAccountOnline(){
if (stock_isinid && stock_tradeType) {
window.open(`https://www.moneycontrol.com/open-demat-account-online?classic=true&script_id=${stock_isinid}&ex=${stock_tradeType}&site=web&asset_class=stock&utm_source=moneycontrol&utm_medium=articlepage&utm_campaign=tradenow&utm_content=webbutton`, ‘_blank’);
}
}
According to Sudeep Shah of SBI Securities, the Nifty Defence index is in overbought condition as per the RSI range shift rules. Hence, he recommends avoiding building a fresh position in the defence space as the risk-reward will not be favourable at current levels.
He picks Gujarat Mineral Development Corporation, Rail Vikas Nigam for next week. “GMDC has given a horizontal trendline breakout on a daily scale, accompanied by robust volume, while Rail Vikas Nigam has given a consolidation breakout on a daily scale along with a robust volume,” he reasoned.
Further, according to the Deputy Vice President and Head of Technical and Derivative Research at SBI Securities, both Titagarh Rail Systems and Angel One are exhibiting strong chart structures, while the momentum indicators and oscillators are suggesting strong bullish momentum in IRFC and SJVN.
Do you see the Nifty 50 recording a 5 percent rally from current levels during the remainder of the month?
“A weekend can change more than just calendars—it can reshape market psychology.” Last Friday, i.e. May 09, Indian markets were gripped by anxiety as tensions between India and Pakistan escalated, casting a shadow of uncertainty over investor confidence. However, over the weekend, a remarkable shift unfolded. The mood in the Indian financial landscape has turned decisively upbeat, buoyed by a confluence of calming geopolitical signals, encouraging economic indicators, and robust corporate developments. Together, these factors have not only altered investor sentiment but have also injected a fresh wave of optimism and confidence into the system.
The Indian equity market showcased this transformation in full force, as the benchmark Nifty closed the week (ended May 16) above the psychological 25,000 mark, posting an impressive gain of over 4 percent. What truly stood out was the powerful outperformance in the broader markets. The Nifty Midcap 100 surged by more than 7 percent, while the Nifty Smallcap 100 rocketed over 9 percent—its strongest weekly gain since June 2020.
This broad-based rally reflects a deepening bullish sentiment and growing investor confidence beyond the headline index. Sectoral rotation played a key role, with strong traction in Defence, Railways, Metal, and IT stocks, further underlining the healthy participation from multiple corners of the market.
From a technical standpoint, the current chart structure suggests that the bullish momentum is likely to extend into the coming week. We expect Nifty to move toward 25,300 in the short term, with the potential to stretch further toward 25,600. On the downside, the zone of 24,750-24,700 is likely to provide a cushion in case of any immediate decline.
Story continues below Advertisement
The swift change in sentiment has opened the door for renewed momentum and fresh opportunities. With strong sectoral participation and a clear upward trajectory, the market appears poised to build on this rally, backed by both technical strength and improving risk appetite.
How are FIIs currently positioned in the market?
In the last two trading sessions, the FIIs have aggressively purchased shares in the cash market to the tune of nearly Rs 14,,100 crore. This kind of aggressive buying has not been seen in the cash market since quite some time. In the index futures segment, after the long short ratio hit 50 percent on May 12, FIIs created short positions, which brought down the ratio to 38 percent on May 13.
However, the FIIs didn’t continue to build more shorts, rather covered some short positions in the next few days with the long short ratio standing at 42 percent. Falling yields on US 10Y government bonds, fall in the DXY (dollar index), and the steady strengthening of rupee have led to aggressive inflows by FIIs in recent times.
Do you expect the Bank Nifty index to hit a new record high in May series?
Since April 23, 2025, the banking benchmark index, Bank Nifty, has been underperforming the broader Nifty index. This is evident from the ratio chart, which has been forming lower lows relative to Nifty, indicating continued relative weakness. Despite this, the major trend of the index remains bullish as it is quoting above its short and long-term moving averages. The daily RSI (Relative Strength Index) is in bullish territory. From a price action perspective, the index is forming a stage-2 cup pattern on a daily scale.
Going ahead, the zone of 55,700-55,800 will act as a crucial hurdle for the index. Any sustainable move above the level of 55,800 will lead to a sharp upside rally upto the level of 56,700, followed by the 57,500 levels. On the downside, the zone of 54,800-54,700 is likely to act as immediate support for the index.
Are the charts of Titagarh Rail Systems and Angel One looking strong? Would you recommend taking exposure to both at this stage?
Yes, both Titagarh Rail Systems and Angel One are exhibiting strong chart structures. They are trading well above their short and long-term moving averages, indicating a sustained uptrend. Additionally, momentum indicators and oscillators are reinforcing the bullish sentiment, suggesting continued strength. Given this setup, we believe both stocks are well-positioned to extend their outperformance in the near term, and exposure at current levels can be considered with appropriate risk management.
What are your top two stock picks for the upcoming week?
Gujarat Mineral Development Corporation
GMDC has given a horizontal trendline breakout on a daily scale. This breakout is confirmed by robust volume. In addition, it has formed a sizeable bullish candle on a breakout day, which adds strength to the breakout. Currently, it is trading above its short and long-term moving averages. Further, the daily RSI is in bullish territory, and it is in rising mode. Hence, we recommend accumulating the stock in the zone of Rs 355-351 levels with a stop-loss of Rs 340 level. On the upside, it is likely to test the level of Rs 380, followed by Rs 400 in the short term.
Rail Vikas Nigam has given a consolidation breakout on a daily scale along with a robust volume. Further, it has surged above its 100 and 200-day EMA level. The daily RSI is surged above 60 mark, and it is in rising trajectory. The MACD histogram is suggesting pickup in upside momentum. Hence, we recommend accumulating the stock in the zone of Rs 410-405 level with a stop-loss of Rs 390 level. On the upside, it is likely to test the level of Rs 440, followed by Rs 450 in the short term.
Do you see a strong trendline breakout in IRFC (Indian Railway Finance Corporation) and SJVN?
Yes, both the stocks have given a trendline breakout on a daily scale. Most noteworthy, this breakout is along with robust volume. Also, both stocks have surged above their 200-day EMA level on Friday. The momentum indicators and oscillators are also suggesting strong bullish momentum in this stock. Hence, we believe they are likely to continue their outperformance in the short term.
Are you strongly bullish on defence stocks at current levels?
In line with our expectations, the Nifty India Defence has strongly outperformed frontline indices as it has surged by over 17 percent in the last week. However, as per the RSI range shift rules, the index is in overbought condition. Hence, we recommend avoiding building a fresh position in the defence space as the risk-reward will not be favourable at current levels.
Disclaimer: The views and investment tips expressed by investment experts on Moneycontrol.com are their own and not those of the website or its management. Moneycontrol.com advises users to check with certified experts before taking any investment decisions.