Patience and conviction

At @CapitalAurum our endeavour is to read the cycle of various industries, locate turnarounds and put bets on undervalued stocks. We gather various data points, not necessarily always captured with conventional methods.

@jitenkparmar
@niteen_india

1/n

This has lead us to get into the turnarounds in many companies and industries. In late 2018 and early 2019, one such visible trend was cement cycle when it was not going through the best of the time.

@jitenkparmar
@niteen_india
2/n
We recommended 2 stocks in a span of 3 months in Dec 2018 and Feb 2019 at around Rs 270 and Rs330 levels respectively. We started with 3% allocation in each ie 6% in cement sector.

@jitenkparmar
@niteen_india

3/n
The drawdown happened. We saw a max draw-downs of 31% & 45% resp. during the fall of Mar 2020. This fall was much lower than the overall fall in Mid and Small cap indices in Mar 2020. In a way they outperformed the indices and helped our PF too.

@jitenkparmar
@niteen_india
4/n
As time progressed and we continued to get confirmations on our parameters, we increased the allocation in the sector. The current allocation is 12%. The average price of both the stocks remained closer to the initial buy price.

@jitenkparmar
@niteen_india

5/n
We always believed in the process and continued to measure our parameters. The draw-downs were an opportunity to accumulate for our subscribers while we stayed put and stocks remained in buy zone.

@jitenkparmar
@niteen_india

6/n
We had been asked questions by our subscribers in the paid section of Investor Forum on our portal. It was a healthy communication and led to improving conviction of our subscribers.

@jitenkparmar
@niteen_india

7/n
Currently both the stocks are at levels of 700 and are up ~4X from the bottom. This does not include dividends.

@jitenkparmar
@niteen_india

8/n
We continue to hold these stocks as we believe that the cement cycle still has some way to go. However, we may remain cautious, as always.

#investing #patience

Disc.: No reco, case study of patience and conviction.

@jitenkparmar
@niteen_india

9/9

More from Market cycle

You May Also Like

Nano Course On Python For Trading
==========================
Module 1

Python makes it very easy to analyze and visualize time series data when you’re a beginner. It's easier when you don't have to install python on your PC (that's why it's a nano course, you'll learn python...

... on the go). You will not be required to install python in your PC but you will be using an amazing python editor, Google Colab Visit
https://t.co/EZt0agsdlV

This course is for anyone out there who is confused, frustrated, and just wants this python/finance thing to work!

In Module 1 of this Nano course, we will learn about :

# Using Google Colab
# Importing libraries
# Making a Random Time Series of Black Field Research Stock (fictional)

# Using Google Colab

Intro link is here on YT: https://t.co/MqMSDBaQri

Create a new Notebook at https://t.co/EZt0agsdlV and name it AnythingOfYourChoice.ipynb

You got your notebook ready and now the game is on!
You can add code in these cells and add as many cells as you want

# Importing Libraries

Imports are pretty standard, with a few exceptions.
For the most part, you can import your libraries by running the import.
Type this in the first cell you see. You need not worry about what each of these does, we will understand it later.