Trade Spotlight: How should you trade Adani Ports, Cholamandalam Investment, Prestige Estates, Larsen & Toubro, Bajaj Finserv, and others on October 16?

view original post

The market is expected to remain in positive terrain, supported by strength in technical and momentum indicators. Below are some short-term trading ideas to consider.

Sunil Shankar Matkar

October 16, 2025 / 02:28 IST

Top Buy Ideas for October 16

‘);
$(‘#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’);
// }
//if (typparam1 == ‘1’ && d.status == 200) // rhs
//{
//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);
//}
//}
//}
});
});
}
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();
// $(“#LoginModal”).modal();
let width = window.screen.width || window.innerWidth || document.documentElement.clientWidth;
console.log(‘Login…’);
if (width > 980) {
document.querySelector(‘.btn_signin.dropdown-toggle.linkSignIn’).click();
}
else {
window.location.href = ‘https://m.moneycontrol.com/login.php?cpurl=https://www.moneycontrol.com/news/business/markets/trade-spotlight-how-should-you-trade-adani-ports-cholamandalam-investment-prestige-estates-larsen-toubro-bajaj-finserv-and-others-on-october-16-13618785.html’;
}
/*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();
// $(“#LoginModal”).modal();
let width = window.screen.width || window.innerWidth || document.documentElement.clientWidth;
console.log(‘Login…’);
if (width > 980) {
document.querySelector(‘.btn_signin.dropdown-toggle.linkSignIn’).click();
}
else {
window.location.href = ‘https://m.moneycontrol.com/login.php?cpurl=https://www.moneycontrol.com/news/business/markets/trade-spotlight-how-should-you-trade-adani-ports-cholamandalam-investment-prestige-estates-larsen-toubro-bajaj-finserv-and-others-on-october-16-13618785.html’;
}
/*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();
}
});

//console.log(stk_str);
$.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’);
window.open(`https://www.moneycontrol.com/tradenow/shared_postback.php?did=${stock_isinid}`, ‘_blank’);
}
}

The benchmark indices recorded a seven-tenth of a percent rally on October 15, snapping a two-day losing streak. Market breadth also improved, with 1,789 shares advancing against 1,045 declining on the NSE. The market is expected to remain in positive terrain, supported by strength in technical and momentum indicators. Below are some short-term trading ideas to consider:

Nilesh Jain, Head – Technical and Derivatives Research Analyst (Equity Research) at Centrum Broking

Story continues below Advertisement

Adani Ports and Special Economic Zone | CMP: Rs 1,450.7

Adani Ports recently found support near its 50-DMA, placed around Rs 1,375, and witnessed a sharp rebound. With the recent surge in momentum accompanied by higher volumes, the stock is now on the verge of a major breakout from a falling trendline connecting the previous major tops. A decisive move above this resistance would confirm a short-term bottom formation and open up upside potential toward Rs 1,577.

On the downside, immediate support is placed near Rs 1,391, which is expected to act as a cushion against minor pullbacks. On the derivatives front, a healthy build-up of long positions further reinforces the bullish sentiment. Based on the above rationale, we expect the stock to break out above resistance and move toward the Rs 1,577 level.

Strategy: Buy

Target: Rs 1,577

Story continues below Advertisement

Stop-Loss: Rs 1,391

Cholamandalam Investment and Finance Company | CMP: 1,698.4

Cholamandalam Investment is displaying strong momentum and has recently achieved a multi-month breakout on the charts, indicating a continuation of the bullish trend. On the derivatives front, the addition of fresh long positions reinforces the positive outlook.

Technically, the RSI has crossed above the 65 level, and the MACD has generated a fresh buy crossover, both confirming the bullish momentum. Based on this setup, the stock appears poised for a further move toward Rs 1,880, with immediate support placed at Rs 1,605.

Strategy: Buy

Target: Rs 1,880

Stop-Loss: Rs 1,605

BEML | CMP: Rs 4,471

BEML has given a breakout from a symmetrical triangle pattern on the daily chart, supported by higher-than-average volumes, confirming the breakout strength. The conservative target for this pattern is around Rs 4,880, while the 100-DMA provides strong support near Rs 4,230. Moreover, the stock is positioned above all key short-term and long-term moving averages, indicating robust and sustained bullish momentum.

Strategy: Buy

Target: Rs 4,880

Stop-Loss: Rs 4,230

Sudeep Shah, Head – Technical Research and Derivatives at SBI Securities

Prestige Estates Projects | CMP: 1,676

Prestige Estates has given a downward-sloping trendline breakout on the daily chart, supported by a noticeable rise in volumes, confirming strong participation behind the move. The stock is trading comfortably above both its short- and long-term moving averages, indicating a positive price structure. The RSI is rising and quoting above 60, reflecting strengthening momentum.

Meanwhile, the MACD remains above the zero line with rising histogram bars, suggesting that bullish momentum is accelerating. We recommend accumulating the stock in the zone of Rs 1,680–1,670.

Strategy: Buy

Target: Rs 1,790

Stop-Loss: Rs 1,600

Larsen & Toubro | CMP: Rs 3,828.7

L&T continues to move in a higher-high, higher-low formation, reflecting a sustained uptrend. The stock took support from its 50-day EMA on October 1, which also coincided with the midline of the Bollinger Bands — a dynamic support zone that often acts as a mean reversion level where fresh buying tends to emerge.

Currently, the price is hugging the upper Bollinger Band, indicating strong bullish momentum and the presence of sustained buying pressure. The ADX is in a rising mode, suggesting that the ongoing trend is strengthening, and volatility is being supported by strong directional momentum. Hence, we recommend accumulating the stock in the zone of Rs 3,820–3,800.

Strategy: Buy

Target: Rs 4,090

Stop-Loss: Rs 3,690

Bajaj Finserv | CMP: Rs 2,084.1

Recently, Bajaj Finserv took support near the 61.8% Fibonacci retracement level of its recent upward move and thereafter started moving higher. The reversal from the support zone is confirmed by above-average volume. The +DI crossing above –DI on the ADX indicator signals that buyers are regaining control and the uptrend is strengthening.

After moving in a narrow range for the past four sessions, the stock formed a sizeable bullish candle along with robust volume on Wednesday, confirming a momentum pickup. Notably, during the retest phase, the MACD stayed above the zero line and turned slightly upward — indicating that bullish momentum remained intact, and the correction was merely a pause within the broader uptrend. Hence, we recommend accumulating the stock in the zone of Rs 2,090–2,070.

Strategy: Buy

Target: Rs 2,230

Stop-Loss: Rs 2,010

Rupak De, Senior Technical Analyst at LKP Securities

DLF | CMP: Rs 756.3

DLF has moved higher after consolidating for a few days, indicating renewed bullish momentum. Additionally, it moved above the critical near-term moving average (21 EMA), confirming a new uptrend.

The RSI has formed a positive divergence on the daily timeframe. Based on this technical setup, the uptrend is expected to continue in the short term. On the upside, the stock may move toward Rs 825, while immediate support is placed at Rs 729.

Strategy: Buy

Target: Rs 825

Stop-Loss: Rs 729

Hindustan Copper | CMP: Rs 341.9

Hindustan Copper has been in an uptrend for quite some time. Following a recent correction and subsequent bullish reversal pattern (bullish harami) on the daily chart, the stock appears set for a smart recovery.

Additionally, it has been sustaining above the critical 21 EMA. The overall chart structure appears conducive for a sharp rally in the short term. On the higher side, the stock may move toward Rs 370, while support is placed at Rs 329.

Strategy: Buy

Target: Rs 370

Stop-Loss: Rs 329

Apollo Tyres | CMP: Rs 486.8

Though Apollo Tyres has been trading within a range, it has recently found support at the 21-EMA. Overall, a positive trend prevails as the stock continues to sustain above key moving averages. The hourly RSI is in a bullish crossover, setting a positive tone for price momentum. In the short term, the stock is expected to remain strong.

Strategy: Buy

Target: Rs 510

Stop-Loss: Rs 470

Disclaimer: The views and investment tips expressed by experts on Moneycontrol are their own and not those of the website or its management. Moneycontrol advises users to check with certified experts before taking any investment decisions.