SBIN: Holding Strong Amid Market Weakness but Facing Further DowTopic Statement:
SBIN has experienced a relatively minor correction compared to the broader market, but technical indicators suggest the possibility of further downside.
Key points:
1. The stock has corrected to the 23.6% retracement level and attempted to break below but has reverted to this level.
2. Price is near the 180-day moving average, signaling a crucial support zone.
3. Weekly RSI is at 38, indicating persistent selling pressure, with a potential decline to the 38.2% retracement level at 612.
SBKFF trade ideas
SBI Next move **🚀 SBI Trade Setup - Key Levels to Watch! 📉📈**
📊 **Stock:** STATE BANK OF INDIA (NSE)
🕒 **Timeframe:** 1D Chart
🔹 **Current Price:** **₹710.90**
🔹 **Retest Range:** **₹722.75 - ₹722.45** 🔴
🔹 **Immediate Support:** **₹701.55 - ₹700.60** 🔵
🔹 **Immediate Resistance:** **₹771.15**
🎯 **Bullish Targets:**
✅ **₹863.95**
✅ **₹950 & ₹1040 (Short-Term Holding 6-8 Months)**
🔻 **Bearish Breakdown Levels:**
🚨 **Selling Target ₹652.20 - ₹650.60**
💡 **Key Insights:**
✔️ **Breakout above ₹771.15** can trigger a strong bullish move 📈
✔️ **Strong buying expected above the immediate resistance zone!**
✔️ **Failure to hold ₹700.60 could push the price lower** 📉
⚠️ **Disclaimer:** This analysis is for **educational purposes only** and not financial advice. Trade wisely! 📊
database trading part 1 **Database Trading: Part 1 – The Foundation of Data-Driven Trading**
As trading technology continues to advance, traders and investors are increasingly turning to data-driven approaches to inform their decisions. One of the most powerful tools in today’s trading environment is the use of **databases** to manage, analyze, and automate trading strategies. Whether you're an individual trader, an algorithmic trader, or even a hedge fund, **database trading** has the potential to significantly improve decision-making and trading efficiency.
In **Part 1** of this series, we will explore the basics of database trading, its key benefits, and how it serves as the foundation for more advanced trading systems. This will set the stage for diving deeper into the technical implementation in subsequent parts of the series.
#### **What is Database Trading?**
At its core, **database trading** refers to the use of databases to store, manage, and process financial data that is used to inform trading decisions. The idea is to leverage historical and real-time market data, along with analytical tools, to optimize trading strategies and make more informed, data-backed decisions.
A typical database trading setup involves:
1. **Storing Data**: Databases are used to store a wide variety of data, from historical price data to technical indicators, market sentiment data, and trading signals.
2. **Analyzing Data**: Using database queries and analytics, traders can uncover patterns, backtest strategies, and generate insights.
3. **Automation**: The ultimate goal of database trading is to automate aspects of the trading process, allowing for faster decision-making and execution.
---
#### **Why is Database Trading Important?**
Here are some key reasons why database trading is gaining popularity among traders and investors:
1. **Data Organization and Management**
- **Data is King**: In the financial markets, the value of data cannot be overstated. A well-organized database can provide quick access to vast amounts of data that traders can use to analyze market trends, evaluate strategies, and make faster decisions.
- **Structured Storage**: Financial data needs to be stored in a structured and organized manner to be useful. A database allows for easy retrieval and manipulation of large datasets, making the analysis process much more efficient.
2. **Backtesting and Strategy Optimization**
- **Backtest with Confidence**: A crucial part of successful trading is **backtesting**—evaluating how a trading strategy would have performed based on historical data. Databases store historical price data, technical indicators, and other factors, making it easy to simulate and test your strategies without risking real capital.
- **Strategy Refinement**: With a comprehensive database, traders can continuously refine their strategies by analyzing their past performance and adjusting their approach accordingly.
3. **Real-Time Data Integration**
- **Instant Access to Market Data**: To make informed decisions, traders need up-to-the-minute data. By integrating **real-time data feeds** into your database, you can monitor the markets live and adjust your positions in response to market changes.
- **Streamlined Decision-Making**: The ability to react quickly to market fluctuations is vital in today’s fast-paced markets. With real-time updates in a database, trading systems can be automated to respond instantly to specific criteria.
4. **Increased Accuracy and Reduced Human Error**
- **Automated Systems**: By leveraging databases, traders can automate repetitive tasks, such as placing trades, calculating position sizes, or even adjusting stop-loss levels. Automation helps eliminate human error and ensures a more systematic approach to trading.
- **Consistent Decisions**: With a well-defined trading strategy in your database, you can make decisions based on logic and data rather than emotions, leading to more consistent trading outcomes.
5. **Scalability and Flexibility**
- **Handle Larger Datasets**: As you scale your trading strategy or experiment with more complex systems, databases allow you to store and process much larger datasets than you could manage manually. This is especially beneficial for **high-frequency trading** or multi-strategy systems.
- **Expand to Multiple Markets**: With a solid database in place, traders can expand their strategies across multiple markets, whether it’s stocks, forex, or crypto. The ability to manage different assets simultaneously enhances portfolio diversification and risk management.
---
#### **Components of a Trading Database**
For a trading system to be effective, it needs to be structured in a way that allows easy access to relevant data. Here are some essential components that should be included in any trading database:
1. **Historical Data Storage**
- **Price Data**: This includes open, high, low, and close prices for different time frames (daily, hourly, minute, etc.).
- **Volume Data**: Volume is a critical indicator of market activity and liquidity. This data can help confirm trends and predict potential price movements.
- **Indicators**: Storing various technical indicators (e.g., moving averages, RSI, MACD) allows for efficient analysis and decision-making.
2. **Trade Logs**
- **Tracking Trades**: Every trade you execute should be logged in the database, along with relevant details like entry price, exit price, position size, and trade outcome.
- **Performance Metrics**: By storing metrics such as win rate, risk/reward ratio, and average drawdown, you can track the overall performance of your strategy over time.
3. **News and Sentiment Data**
- Many traders also choose to incorporate **alternative data**, such as news articles, social media sentiment, or economic reports, into their databases. This data can offer insights into broader market sentiment and help predict market movements.
4. **Risk Management Parameters**
- Storing your risk management settings, such as position sizing rules and stop-loss levels, ensures that you follow your risk management plan consistently, without exception.
---
#### **How to Get Started with Database Trading**
Getting started with database trading doesn’t need to be complicated, but it does require some technical knowledge. Here’s a step-by-step overview:
1. **Choose a Database Technology**:
- For small-scale systems, **SQL databases** like MySQL or PostgreSQL work well. These databases store data in structured tables, making them great for organizing trade logs and historical price data.
- For more complex or high-frequency systems, **NoSQL databases** like MongoDB or Cassandra can be used to handle large, unstructured data sets, such as real-time market feeds.
2. **Collect and Import Data**:
- **Historical Data**: You can download historical data from sources like Yahoo Finance, Alpha Vantage, or Quandl. Import this data into your database to begin building your trading foundation.
- **Real-Time Data Feeds**: Integrating APIs from data providers (like Interactive Brokers, Binance, or Alpha Vantage) allows you to continuously update your database with live market data.
3. **Build or Integrate a Trading Algorithm**:
- Once your database is set up, the next step is to build or integrate a trading algorithm that will analyze the data and make trading decisions. This can be done using programming languages such as **Python** or **R**, both of which have excellent support for database interaction and data analysis.
4. **Backtest and Automate**:
- With your data in place, you can begin backtesting your strategy, ensuring it performs well over historical data before you implement it in live markets.
- The final step is automation. You can automate trade execution based on predefined strategies and real-time data inputs, allowing your system to trade without constant human intervention.
---
#### **Conclusion: The Power of Database Trading**
In this first part of our **Database Trading** series, we’ve explored the importance of leveraging data to make more informed and systematic trading decisions. By utilizing databases, traders can store and process vast amounts of data, backtest strategies, and automate trading systems. As we continue this series, we’ll delve deeper into how to implement these systems, integrate real-time data, and refine strategies using data-driven techniques.
In **Part 2**, we will explore how to structure and manage your database for optimal performance, and how to backtest and evaluate your strategies using the stored data.
---
This first part introduces the core concepts and importance of database trading, giving your audience a solid foundation. You can now continue with Part 2 to get more into the technical implementation of a database-driven trading system. Let me know if you'd like help with Part 2!
What is MACD and MACD Divergence ?**SkyTradingZone** is your go-to source for educational content on trading, covering market insights, strategies, and in-depth analysis. Our goal is to empower traders with knowledge to navigate the markets effectively.
---
# **What is MACD and MACD Divergence?**
## **1️⃣ What is MACD (Moving Average Convergence Divergence)?**
The **MACD (Moving Average Convergence Divergence)** is a **momentum indicator** that helps traders identify trends, trend strength, and potential reversals. It consists of **two moving averages** and a histogram that shows the difference between them.
🔹 **Developed by:** Gerald Appel
🔹 **Type:** Trend-following & Momentum Indicator
🔹 **Formula:**
\
---
## **2️⃣ Components of MACD**
### 🔹 **1. MACD Line (Fast Line)**
- Difference between **12-period EMA** and **26-period EMA**.
- Shows short-term trend direction.
### 🔹 **2. Signal Line (Slow Line)**
- **9-period EMA** of the MACD Line.
- Acts as a trigger for buy/sell signals.
### 🔹 **3. MACD Histogram**
- Difference between **MACD Line and Signal Line**.
- Positive Histogram = Bullish Momentum 📈
- Negative Histogram = Bearish Momentum 📉
---
## **3️⃣ How to Interpret MACD?**
📌 **Bullish Crossover:** MACD Line crosses **above** Signal Line → Buy Signal.
📌 **Bearish Crossover:** MACD Line crosses **below** Signal Line → Sell Signal.
📌 **Zero Line Crossover:**
✅ MACD crosses **above 0** → Confirms an uptrend.
❌ MACD crosses **below 0** → Confirms a downtrend.
---
## **4️⃣ What is MACD Divergence?**
MACD **divergence** occurs when price and MACD move in opposite directions, indicating a possible **trend reversal**.
### 🔹 **1. Bullish Divergence (Reversal to Upside) 📈**
- **Price makes lower lows**, but **MACD makes higher lows**.
- Indicates weakening bearish momentum → Potential trend reversal to upside.
### 🔹 **2. Bearish Divergence (Reversal to Downside) 📉**
- **Price makes higher highs**, but **MACD makes lower highs**.
- Indicates weakening bullish momentum → Potential trend reversal to downside.
🔹 **Tip:** MACD divergence is most effective when combined with **support/resistance levels and candlestick confirmations**.
---
## **5️⃣ How to Use MACD in Trading?**
✅ **Step 1:** Identify trend direction using the **MACD zero line crossover**.
✅ **Step 2:** Enter trades based on **MACD-Signal Line crossovers**.
✅ **Step 3:** Spot potential reversals using **MACD Divergence**.
✅ **Step 4:** Confirm signals with **price action & support/resistance levels**.
---
## **6️⃣ MACD vs RSI: Which is Better?**
📊 **MACD:** Best for identifying trends & momentum shifts.
📊 **RSI:** Best for identifying overbought & oversold conditions.
📊 **Best Approach:** **Combine MACD with RSI** for stronger signals.
---
## **Conclusion**
MACD is a powerful momentum indicator that helps traders **spot trends, measure strength, and identify reversals through divergence**. However, for best results, it should be **combined with other technical analysis tools like support/resistance, RSI, and candlestick patterns**.
In future lessons, we will cover:
✅ **Advanced MACD Trading Strategies**
✅ **How to Combine MACD with RSI for High-Accuracy Trades**
✅ **Using MACD in Algorithmic Trading**
Stay tuned for more insights!
---
🔹 **Disclaimer**: This content is for educational purposes only. *SkyTradingZone* is not SEBI registered, and we do not provide financial or investment advice. Please conduct your own research before making any trading decisions.
what is adx and how to use it ?**ADX (Average Directional Index)** is a technical indicator used to measure the strength of a trend, regardless of whether the trend is bullish or bearish. It’s part of the **Directional Movement System**, developed by J. Welles Wilder. ADX helps traders identify whether a market is trending or in a range-bound (sideways) phase, and how strong that trend is.
### 1. **Components of ADX**
The ADX indicator consists of three components:
- **ADX Line**: The main line that measures the strength of the trend.
- **+DI (Positive Directional Indicator)**: Shows the strength of upward price movement.
- **-DI (Negative Directional Indicator)**: Shows the strength of downward price movement.
These three components work together to give traders an overall sense of the market's direction and strength.
### 2. **How ADX Works**
- **ADX Line**:
- The ADX line itself ranges from 0 to 100, with the following interpretations:
- **0–25**: Weak or no trend. The market is range-bound or moving sideways.
- **25–50**: Moderate trend. The market is starting to develop a trend but it’s not overly strong yet.
- **50–75**: Strong trend. The market is trending well and the trend is likely to continue.
- **75–100**: Very strong trend. The market is experiencing a highly directional trend, and it’s often harder to trade against it.
- **+DI and -DI**:
- **+DI** represents the strength of upward price movements, while **-DI** measures the strength of downward price movements.
- When **+DI** crosses above **-DI**, it signals potential upward momentum (bullish trend).
- When **-DI** crosses above **+DI**, it signals potential downward momentum (bearish trend).
### 3. **How to Use ADX for Trading**
- **Trend Strength Identification**:
- **ADX below 25**: Market is weak and moving sideways. There’s no clear trend, so this is usually a time for range trading.
- **ADX between 25 and 50**: A trend is forming, and it’s a good time to trade in the direction of the trend. The higher the ADX, the stronger the trend.
- **ADX above 50**: The trend is very strong, and it’s usually better to follow the direction of the trend, as reversals are less likely.
- **Crossovers of +DI and -DI**:
- When **+DI** crosses above **-DI**, it’s a potential signal for a bullish trend.
- When **-DI** crosses above **+DI**, it’s a potential signal for a bearish trend.
- **Trend Reversals and Continuations**:
- If the ADX is rising above 25 and **+DI** is above **-DI**, it indicates a strengthening bullish trend.
- If the ADX is rising above 25 and **-DI** is above **+DI**, it signals a strengthening bearish trend.
- A falling ADX, even with a crossover between +DI and -DI, may indicate a potential trend reversal or that the trend is losing strength.
### 4. **Using ADX in Combination with Other Indicators**
- **ADX and Moving Averages**: Moving averages can help confirm the direction of the trend. For example, if ADX is above 25 and the price is above a long-term moving average, this confirms a strong uptrend.
- **ADX and RSI (Relative Strength Index)**: While ADX measures trend strength, RSI measures overbought or oversold conditions. Combining these two can give better insights into when a trend might be nearing its end (for example, if the ADX shows a strong trend but RSI indicates overbought/oversold levels, a reversal could be imminent).
- **ADX and MACD (Moving Average Convergence Divergence)**: The MACD can show momentum in the trend, while ADX shows its strength. Using them together can help confirm whether a strong trend is likely to continue.
### 5. **Example of How to Trade Using ADX**
- **Buy Signal**:
- ADX rises above 25 (indicating the start of a trend).
- +DI crosses above -DI (indicating a bullish trend).
- Consider entering a **long** (buy) position.
- **Sell Signal**:
- ADX rises above 25 (indicating the start of a trend).
- -DI crosses above +DI (indicating a bearish trend).
- Consider entering a **short** (sell) position.
- **Exit Signal**:
- If ADX starts falling below 25, it may suggest the trend is weakening or the market is entering a sideways phase. This might be a good time to exit the trade or tighten stop losses.
### 6. **Limitations of ADX**
- **Lagging Indicator**: ADX is a lagging indicator, meaning it confirms trends after they have started. Therefore, it may not give early signals.
- **No Directional Signal**: ADX doesn’t tell you whether the trend is up or down. It only measures the strength of the trend, so you need to use it alongside other indicators like +DI and -DI to determine the trend direction.
- **False Signals in Sideways Markets**: In choppy or sideways markets, ADX may fluctuate around low levels and give false signals, so it’s important to combine ADX with other tools to ensure you’re trading in the right conditions.
### 7. **Conclusion**
ADX is a useful tool for determining the strength of a trend, helping traders decide whether to enter a trade or not based on trend strength. For effective use, it’s best combined with other indicators, such as the moving averages, RSI, or MACD, to ensure you're trading in the right direction and under the right market conditions.
what is macd divergence and why it is important ?**MACD Divergence** refers to a situation where the **Moving Average Convergence Divergence (MACD)** indicator shows a different trend direction than the price action of an asset. In other words, the MACD and the price of the asset move in opposite directions, which can signal potential changes in market trends and price reversals. Divergence is one of the most important patterns traders look for when using the MACD to forecast future price movements.
### **Why MACD Divergence is Important:**
1. **Indicates Potential Trend Reversal:**
- Divergence can signal that the current trend is losing strength and that a reversal may be imminent. When the price is making new highs or lows but the MACD is not, it often means that the momentum behind the trend is weakening, which could lead to a reversal.
2. **Helps in Identifying Market Sentiment:**
- Divergence provides insights into changing market sentiment. A **bullish divergence** (price makes lower lows, but the MACD makes higher lows) indicates increasing buying pressure, suggesting that the price may soon start to rise. Conversely, a **bearish divergence** (price makes higher highs, but the MACD makes lower highs) suggests weakening buying pressure, and the price might reverse downward.
3. **Aids in Timing Entries and Exits:**
- Divergence is an early warning signal, giving traders a heads-up before significant price moves. This can help traders time their entry or exit points more effectively.
### **Types of MACD Divergence:**
1. **Bullish Divergence:**
- **What it is:** Bullish divergence occurs when the price makes lower lows (indicating a downtrend), but the MACD forms higher lows (indicating increasing bullish momentum).
- **Why it’s important:** It suggests that while the price is still falling, the underlying momentum is shifting toward bullishness. This is often seen as a signal that the downtrend could be ending, and an upward reversal might be imminent.
**Example:**
- The price hits a lower low, but the MACD histogram shows higher lows or the MACD line itself does not make a lower low.
- This indicates that selling pressure is weakening, and a price reversal might occur soon.
2. **Bearish Divergence:**
- **What it is:** Bearish divergence happens when the price makes higher highs (indicating an uptrend), but the MACD forms lower highs (indicating decreasing bullish momentum).
- **Why it’s important:** It suggests that the upward momentum is fading, and the trend could reverse to the downside. This is a warning that the current uptrend might be running out of steam.
**Example:**
- The price reaches a higher high, but the MACD histogram shows lower highs or the MACD line fails to reach a higher high.
- This suggests that buying pressure is decreasing, and a potential bearish reversal is on the horizon.
### **How to Use MACD Divergence:**
1. **Watch for Divergence on the MACD Histogram or Line:**
- Divergence can be observed both in the MACD line and the MACD histogram.
- Look for a **difference** between the direction of the price action and the MACD (line or histogram).
2. **Confirm with Other Indicators:**
- MACD divergence alone is not a guaranteed signal. It's important to combine it with other technical analysis tools, such as **RSI**, **support and resistance**, or **trendlines**, to confirm the validity of the divergence.
- For instance, if you spot a bullish divergence on the MACD, you might want to check for oversold conditions on the **RSI** to increase the confidence in a potential upward price reversal.
3. **Trend Confirmation:**
- Once you notice a divergence, look for confirmation of the trend reversal. The **MACD crossover** (when the MACD line crosses the signal line) is a strong confirmation signal. A **bullish crossover** after a bullish divergence is a powerful signal that the price might begin an uptrend.
4. **Timing Entries:**
- **Bullish Divergence**: Once you identify a bullish divergence, you might consider entering a long position (buy) when the price starts to rise, especially after the MACD line crosses above the signal line.
- **Bearish Divergence**: After recognizing a bearish divergence, you could consider entering a short position (sell) when the price begins to fall, especially after the MACD line crosses below the signal line.
### **Example of Using MACD Divergence:**
Let’s say the price of an asset is in a downtrend and is making lower lows. However, when you look at the MACD, you see that it's making higher lows. This **bullish divergence** suggests that even though the price is still falling, the momentum is shifting toward an upward reversal. You could use this signal to wait for an actual trend reversal, possibly confirmed by a **MACD crossover** (where the MACD line crosses above the signal line).
### **Limitations of MACD Divergence:**
- **False Signals:** MACD divergence is not always accurate, and false signals can occur, especially in choppy or sideways markets.
- **Delayed Signal:** The MACD indicator is a lagging indicator, meaning it is based on past price data. Divergence signals often appear after the trend has already begun to lose momentum.
In conclusion, **MACD divergence** is a powerful tool that helps traders detect potential trend reversals and understand changing momentum. By carefully analyzing both the MACD and price action, traders can use divergence to time their entries and exits more effectively, though it's best used in combination with other indicators to confirm the signals.
Buy SBIN 720-715 SL 695 Target, 750,771 , 790, 810How to take trades using Harmonic pattern projection Trade setup is explained below :-
To take fresh trade in Buy/ Sell side we have to check if Price if Above / below 23.6 mentioned as D(23.6%)
Then we can take fresh buy or sell trade with SL or recent high/ low mentioned as point D( 0 %).
Targets :
T1: 35 % to 38.2 % level is our 1st Target
( This is reversal zone so if price taking support and not break zone then book profit. If breaking then hold trade with SL just above or below cost)
T2: 50% level is our 2nd Target
T3: 61.8% to 65 % is our 3rd Target
( This is also reversal zone so we have to book profit at this area and if break then take fresh entry with SL of 2nd Target 50% .)
Next Targets are 78.6 % , 88.9 % 100% , 113.5 % , 127.2% , 138.2% ,150% and 161.8% to 165%.
161.8 to 165% if profit booking area so book full profit and wait for reversal.
How to take reversal trade :
If price going upside/ downside then then buy or sell levels appear on Chart ( Automatically show when price reach any reversal zone of harmonic projection parlttern based .
After showing reversal levels wait for confirmation until 23 .6 % level not break if break then exit from current buy / sell trade and take fresh reverse trade buy/ sell .
Trailing SL:
After reach 1st Target trail SL to just above or below cost ( for example we are holding sell trade from 100 1st Target 110 hit then move trailing sl to 104-105 and move SL as price move upside or Downside)
What is the use database trading ?An Exchange Database is a storage system used by Exchange Online Server to store email data and public folder content. It is known for its single-instance storage mechanism, which optimizes storage efficiency within the database.
A database is a collection of data that is organized so the information within can be easily accessed later. Your data will be more accurate, reliable, and easy to use if you have a database.
It provides real-time information about stock and market prices as well as historical trends for assets such as equities, fixed-income products, currencies and derivatives.
SBI - At Support, not sureIn chart SBI is at previous support levels. But in my view price looks weak due to market weakness. I suspect price to drop little more to find a stronger support level 40 to 80 rs lower. reason market is not raising, and sbi too getting rejections and didnt move up after hitting support levels. so either it could move in sideways or slide lower a bit. SBI is the No 1 strong fundamentals in banking but big players always give negative view for sbi for them to buy more.
SBI Stock Analysis: Support Levels and Potential ReboundSBI's stock has returned to a support level of ₹732, with a potential entry point at the long-term 3-year trendline around ₹670, following a recent 15% drop. State Bank of India's Q3FY25 net profit grew 84.32% YoY to ₹16,891 crore7. The bank's loan book also experienced substantial growth, with a YoY increase of 15.8%
SBI : Coming close to good value BUYSBI Q3 results are due later today, but expectation is of overall flattish to positive results.
- Technically, SBI has strong support in Monthly charts from 600 - 650 zone, followed by another zone of 540 -580 (from which breakout happened earlier)..
- Similarly, the zone of840 - 870 will act as a strong resistance in short term for the stock too.
- With P/E ratio of ~ 8.8 (< 5 year average of 11.1) & P/B ratio close to 5 year average. It offers comfort of NOT a big downside risk in SBI stock prices.
#SBI #Stoxsense
SBIN (State Bank of India)- AnalysisBullish Levels -day closing above 844 (early risky) then 889 (safe entry if day closing above this) first target can be around 979 if sustain above this for a week or two then we can expect targets targets around 1069 to1092 then the last Stop for now would be around 1318
Bearish levels :- Day closing below 766 then 720 good support best for averaging with SL of 708 ( currently it had taken a support form here and showing reversal, however if it closes below 708 for 2-3 days consider exiting ) then last hope and very good support is around 640 to 607 with SL 590 for Long term Investor below this more bearish.
**Consider some Points buffer in above levels
**Disclaimer -
I am not a SEBI registered analyst or advisor. I does not represent or endorse the accuracy or reliability of any information, conversation, or content. Stock trading is inherently risky and the users agree to assume complete and full responsibility for the outcomes of all trading decisions that they make, including but not limited to loss of capital. None of these communications should be construed as an offer to buy or sell securities, nor advice to do so. The users understands and acknowledges that there is a very high risk involved in trading securities. By using this information, the user agrees that use of this information is entirely at their own risk.
Thank you.
Intraday Trade Setup for State Bank of India (SBIN):
Trade Type: Intraday (Short)
Timeframe: 15-Minute Chart
Key Highlights:
Wait for trendline breakout confirmation
Strong bearish candle closing below trendline before entry
Targets: Marked based on technical levels
Stop Loss: Set as per risk tolerance
📌 Disclaimer: This analysis is for educational purposes only and not investment advice. Please consult a financial advisor before making any trading decisions.
#SBIN #IntradayTrading #ShortTrade #TrendlineBreakout #TechnicalAnalysis #StockMarket #TradingStrategy #RiskManagement
State Bank of India view for Intraday 15th Jan #SBIN
State Bank of India view for Intraday 15th Jan #SBIN
Resistance 760 Watching above 765 for upside movement...
Support area 735 Below 755 ignoring upside momentum for intraday
Watching below 734 or downside movement...
Above 745 ignoring downside move for intraday
Charts for Educational purposes only.
Please follow strict stop loss and risk reward if you follow the level.
Thanks,
SBIN Trading and Investment OpportunitySBI is the largest PSU name in banking sector. Most of the retail portfolios may have this scrip.
Since its movement in first quarter this year, it has been trading in a channel. Any low below the channel is bought and any excess is sold.
For traders, this is an opportunity to buy at CMP and sell at upper end of channel.
For investors, a break above the channel and continuation would mean SBI reaching that magic four figure.
Any break of lower end of channel would mean a sell signal with support around 600.
As they say, SBI is truly " Banker to every Indian ".
This is not a buy/sell recommendation.
This post is only for educational purpose.
Kindly consult your financial advisor before investing.
Keep strict stoploss and money management rules.
Happy Trading!!
SBI bank until 765 not break downtrend will continue Disclaimer -
This information is only for educational purposes, this is not for any buy or sell recommendations .
On Our Harmonic pattern indicator
based trade setup take trade as explained below :-
Orange/ Green / lines are work as support/Resistance.
Blacks lines are Support/ resistance based on previous important low and High level
ENTRY -
When price breaks Trailing SL (risky traders can take entry after breaking SL 15 % ,safe traders can take entry after breaking SL 30 % )retracement Which is SL points then take Entry on Buy or Sell Trade
SL -
D points Which is recent High / Low mentioned in Chart is our SL
TARGET -
Target 1- (T1 : 38.2)
Target 2- (T2 : 50 %)
Target 3- (T3 : 61.8%)
Target 4- (T4 : 78.6%)
Please note:-
It's working on news based and volitile market very well so exit if SL hit
SBI bank until 770 not break downtrend will continue Disclaimer -
This information is only for educational purposes, this is not for any buy or sell recommendations .
On Our Harmonic pattern indicator
based trade setup take trade as explained below :-
Orange/ Green / lines are work as support/Resistance.
Blacks lines are Support/ resistance based on previous important low and High level
ENTRY -
When price breaks Trailing SL (risky traders can take entry after breaking SL 15 % ,safe traders can take entry after breaking SL 30 % )retracement Which is SL points then take Entry on Buy or Sell Trade
SL -
D points Which is recent High / Low mentioned in Chart is our SL
TARGET -
Target 1- (T1 : 38.2)
Target 2- (T2 : 50 %)
Target 3- (T3 : 61.8%)
Target 4- (T4 : 78.6%)
Please note:-
It's working on news based and volitile market very well so exit if SL hit