From a technical standpoint, the prevailing chart structure of both sectors – banking and IT – suggests that they are well-positioned to continue providing support to the frontline indices, making them the likely drivers of any near-term rally, Sudeep Shah said.
Sunil Shankar Matkar
December 21, 2025 / 06:56 IST
Sudeep Shah is the Head – Technical and Derivatives Research at SBI Securities
`;
let listLength = apiData.data.watchlist_data.length;
if (apiData.data.predefinedcheck.allpredefined == true) {
let msg = apiData.data.predefinedcheck.message;
errorMessage(msg);
} else if (listLength == 1) {
submitWatchlistData(stockId, exChg, apiData.data.watchlist_data[0].watchlist_id, submitWatchlist,userVersion,’0′);
} else {
$(‘#watchlist_body’).html(watchlistHtml);
$(‘#watchListPopup_2396’).css(‘display’, ‘flex’);
$(‘.mc-modal’).addClass(‘success’);
}
}
});
}
function submitWatchlistData(stockId, exChg, defWatch = ”, submitWatchlist,userVersion,modalvalue)
{
if(modalvalue == 1)
{
if ($(‘input[name=”UserWatchlist”]:checked’).length === 0) {
$(‘.error-msg’).text(‘Please select the watchlist to add the Stock’);
setTimeout(function () {
$(‘.error-msg’).text(”);
}, 3000);
return false;
}
}
$(“#watchListPopup_2396”).hide();
let token = readCookie(“token-normal”);
let selectedWatchlist = $(‘input[name=UserWatchlist]:checked’, ‘#userWatchlist’).val();
if (defWatch != ”)
selectedWatchlist = defWatch;
let errorMsgText = (exChg == 1 || exChg == 2) ? “Contract” : “Stock”;
if(selectedWatchlist == undefined){
$(“#errorMsg”).text(`Please select the watchlist to add the ${errorMsgText}`);
setTimeout(function () {
$(“#errorMsg”).text(”);
}, 3000);
}else{
let postData = {};
let reqType = ‘stock’;
switch (exChg) {
case ‘1’:
reqType = ‘future’;
let finalDate = $(“#finalDate”).attr(“data-val”);
if(userVersion == 5){
finalDate = getV5dateFormat(finalDate);
}
postData = {
“asset_id”: stockId,
“exchange”: “N”,
“instrument”: “FUTSTK”,
“exp_date”: finalDate
}
break;
case ‘2’:
let finalPrice = $(“#optPrice”).text();
let finalCall = $(“#callType”).text();
let finalOptDate = $(“#optfinalDate”).attr(“data-val”);
if(userVersion == 5){
finalOptDate = getV5dateFormat(finalOptDate);
}
reqType = ‘options’;
postData = {
“asset_id”: stockId,
“exchange”: “N”,
“instrument”: “OPTSTK”,
“exp_date”: finalOptDate,
“option_type”: finalCall,
“strike_price”: finalPrice
}
break;
case ‘3’:
postData = {
“asset_id”: stockId,
“exchange”: “B”,
}
break;
default:
postData = {
“asset_id”: stockId,
“exchange”: “N”
}
break;
}
let postBody = {
“section”: [
{
“type”: reqType,
“assets”: [postData]
}
],
“watchlist_id”: selectedWatchlist,
“other_page”: true,
“transaction_source”: “web”,
}
$.ajax({
url: submitWatchlist,
method: “POST”,
headers: {
‘auth-token’: token, ‘device-type’: ‘web’,
‘content-type’: ‘application/json’
},
data: JSON.stringify(postBody),
beforeSend: function () {
//$(“#watchlist_body”).html(““);
},
success: function (apiData) {
let apiRes = (typeof apiData == “string”) ? JSON.parse(apiData) : apiData;
console.log(“apiRes”,apiRes);
// $(“#watchListPopup_2396”).hide();
if (apiRes.status_code == 1) {
var stk_msg = apiRes.data.message;
var modalContent = stk_msg;
var modalStatus = ‘success’;
$(‘.mc-modal-content’).text(modalContent);
$(‘.mc-modal-wrap’).css(‘display’, ‘flex’);
$(‘.mc-modal’).addClass(modalStatus);
hidemodal();
} else {
var wtch_msg = apiRes.error_message;
var modalContent = wtch_msg;
var modalStatus = ‘success’;
$(‘.mc-modal-content’).text(modalContent);
$(‘.mc-modal-wrap’).css(‘display’, ‘flex’);
$(‘.mc-modal’).addClass(modalStatus);
hidemodal();
}
}
});
}
}
function hidemodal()
{
setTimeout(function () {
$(‘.mc-modal-wrap’).hide();
}, 5000);
}
function portfolio(articleId,stockId)
{
let label = stock_swot_analysis+”|”+stock_name_for[stockId]+”|Portfolio|”+device_type+”|”+pro_or_non_pro+”|”+window.location.href;
commonGA4event(“News Article Stock Widget”,label);
if (readCookie(‘nnmc’)) {
document.getElementById(‘form_add_to_portfolio_’ + articleId + ‘_’+stockId).submit();
} else {
let width = window.screen.width || window.innerWidth || document.documentElement.clientWidth;
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/chartist-talk-sudeep-shah-bullish-on-6-stocks-stays-bearish-on-tmpv-next-week-13735332.html’;
}
}
//pcSavePort(0, 1, stockId);
}
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 + ‘)’;
console.log(‘Login…’);
let width = window.screen.width || window.innerWidth || document.documentElement.clientWidth;
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/chartist-talk-sudeep-shah-bullish-on-6-stocks-stays-bearish-on-tmpv-next-week-13735332.html’;
}
}
}
function getstockdata(charstr,article,stk)
{
let type_of_drop = (charstr == ‘N’) ? ‘NSE Live’:’BSE Live’;
let label = stock_swot_analysis+”|”+stock_name_for[stk]+”|”+type_of_drop+”|”+device_type+”|”+pro_or_non_pro+”|”+window.location.href;
commonGA4event(“News Article Stock Widget”,label);
stockWidget(charstr, stk, article,stk.trim());
}
function morebtn(articleId,stockId)
{
let label = stock_swot_analysis+”|”+stock_name_for[stockId]+”|More|”+device_type+”|”+pro_or_non_pro+”|”+window.location.href;
commonGA4event(“News Article Stock Widget”,label);
}
The charts remain constructively bullish for all three stocks – Vodafone Idea, KEI Industries, and JK Tyre, supported by strong price and momentum characteristics, said Sudeep Shah, Head – Technical and Derivatives Research at SBI Securities.
Further, he has picked APL Apollo Tubes and Bharat Forge for next week. “Both stocks have given a downward sloping trendline breakout on the daily chart, while the daily RSI remains firmly in bullish territory for both,” he said.
He also feels the technical setup for Tata Elxsi looks encouraging with a clear falling channel breakout on Friday, supported by robust volumes, but Tata Motors Passenger Vehicles continues to exhibit a weak technical structure.
Do you expect the Nifty 50 to reclaim its record high above 26,300 next week, considering Friday’s bounce? Would you term this move a Santa rally?
Last week, the benchmark Nifty remained confined to a narrow 321-point band, marking its tightest weekly trading range since the first week of October. Despite this limited price movement, volatility stayed elevated, with the index opening each session either on a gap-up or a gap-down. This unusual mix of sharp intraday volatility and compressed weekly range pointed to a clear phase of uncertainty, where both buyers and sellers avoided taking decisive bets.
The index eventually closed near the 25,966 mark, forming a small-bodied candle with wicks on both sides — a classic sign of indecision that often precedes a meaningful directional move, prompting speculation about the market’s next course.
One of the key technical highlights of the week was Nifty’s ability to hold above its 50-day EMA and rebound smartly from lower levels. This price action has led to the formation of an Adam & Adam Double Bottom pattern on the daily chart. Going forward, a convincing breakout above the neckline resistance could act as the catalyst for a strong upside move, though confirmation will depend on how the broader market aligns with this setup.
Adding to the constructive undertone, the broader indices — Nifty Midcap 100 and Nifty Smallcap 100 — also witnessed a sharp bounce from their recent lows. Both indices printed small-bodied candles with long lower shadows, signalling renewed demand at lower levels. In this backdrop, Monday’s session assumes added significance for the broader market, as the next move could decide whether the recovery remains stock-specific or expands into a broader-based rally.
From a levels standpoint, the 26,050–26,100 zone on Nifty represents a key neckline resistance. A decisive breakout above 26,100 could open the door for a sharp rally towards 26,300, followed by 26,500 in the near term. On the downside, the 25,770–25,700 zone is expected to offer strong support, supported by the confluence of the previous swing low and the 50-day EMA, making this range a critical battleground that will shape the market’s next trending phase.
Story continues below Advertisement
Do you think the rally, if any, will be driven by technology or banking stocks, given their heavy weightage in the benchmark index, based on your reading of the sectoral charts?
Given their heavy weightage in the benchmark index, Banking and IT are currently playing a crucial stabilising role in the market. The ongoing and healthy sectoral rotation between these two pockets has helped the index absorb selling pressure elsewhere and avoid a deeper correction.
From a technical standpoint, the prevailing chart structure of both sectors suggests that they are well-positioned to continue providing support to the frontline indices, making them the likely drivers of any near-term rally.
What are your top two stock picks for the upcoming truncated week?
Over the last three sessions, APL Apollo has outperformed major frontline indices, supported by solid volumes and robust bullish momentum. The stock has also given a downward sloping trendline breakout on the daily chart. All crucial moving averages have started to turn upward, pointing to improving trend strength.
The daily RSI remains firmly in bullish territory, and the MACD histogram signals rising positive momentum. Hence, we recommend accumulating the stock in the zone of Rs 1,820-1,800 levels with a stop-loss of Rs 1,740 level. On the upside, it is likely to test Rs 1,950 in the short term.
Bharat Forge recently found support near the 38.2% Fibonacci retracement of its prior rally (Rs 1,179–1,460), aligning with the 50-day EMA, and has since resumed its upward movement. On Friday, the stock delivered a breakout above a downward sloping trendline, accompanied by healthy volumes.
The daily RSI remains in bullish territory and continues to rise, reinforcing the improving trend structure. Hence, we recommend accumulating the stock in the zone of Rs 1,440-1,425 levels with a stop-loss of Rs 1,380 level. On the upside, it is likely to test Rs 1,550 in the short term.
Do the charts convince you to buy Tata Elxsi and Tata Motors Passenger Vehicles?
The charts present a divergent technical picture for the two stocks.
In the case of Tata Elxsi, the technical setup looks encouraging. The stock has registered a clear falling channel breakout on Friday, supported by robust volumes, which adds credibility to the move. Additionally, prices have reclaimed both the 20-day and 50-day EMA, signalling a short-term trend reversal. Most notably, the daily RSI has moved above the 60 mark for the first time since September 2025, indicating strengthening momentum. Based on this structure, the stock appears well-positioned to extend its pullback rally and could test the Rs 5,750 level in the near term.
On the other hand, Tata Motors Passenger Vehicles continues to exhibit a weak technical structure. The stock remains below its key moving averages, keeping the broader trend firmly bearish. Momentum indicators are also aligned on the downside, suggesting the absence of any meaningful buying strength at present. Therefore, the stock is likely to remain in a bearish to sideways phase in the short term, rather than offering an immediate buying opportunity.
Are you bullish on Vodafone Idea, KEI Industries, and JK Tyre?
Yes, the charts remain constructively bullish for all three stocks, supported by strong price and momentum characteristics.
In Vodafone Idea, the stock is displaying a clear sequence of higher tops and higher bottoms on the daily chart, reflecting a sustained improvement in price structure. Additionally, it is trading above its key moving averages, which are acting as dynamic supports. Momentum indicators further strengthen the bullish case, with the daily RSI firmly placed in the super-bullish zone as per RSI range-shift rules, indicating strong underlying demand.
The technical setup of KEI Industries also looks encouraging. The stock has witnessed a decisive breakout above a horizontal trendline on the daily timeframe, accompanied by notably higher volumes, which validates the breakout. It is now trading comfortably above all its important moving averages, with their slopes turning upward. Importantly, the daily RSI has crossed above the 60 mark for the first time since mid-October, signalling a revival in bullish momentum.
Similarly, JK Tyre is exhibiting strong bullish characteristics. The stock has broken out of a 30-day consolidation range on the daily chart, supported by volumes above the 50-day average. It is currently trading at a 52-week high, with all key moving averages aligned positively. Momentum indicators continue to confirm strength, as the daily RSI has moved above 60 and the MACD histogram has turned positive, reinforcing the continuation of the uptrend.
Overall, the technical structures across all three stocks support a bullish bias in the near term.
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.