Studying past winners can improve your trading significantly
Developing your own unique understanding of the market is key to profitable trading. Studying immediate past winners tells you what is working in the market and what kind of setups to look for to find those kind of winners.
Prioritising this kind of study is important. Lot of time we get caught in day to day trading and do not spend sufficient time on developmental work that will generate new setup ideas and help us to be in tune with the market.
Doing this regularly alerts you to subtle changes in setups or market environment. doing it daily also helps you see new setup variations.
One of the best reason for doing this is it is based on actual past winners in immediate time frame. It gives you lot of information on what is working currently. Unlike that you see lot of commonly touted patterns are based on this that may have stopped working.
Most days it takes only 10 to 15 minutes to do this. Some days while going through them you find something and then it can trigger a deeper study. Then it can become a project to develop new trading setups.
In order to master a setup or an idea you need to be at it day in and day out. If you do it for few months , you see things others may not see , or gain insight others may not have. If you do this for six month on your own you will gain more insight in to markets and more importantly find very profitable setup and you will own it up as it is based on your own unique understanding of it.
Study these 8% moves closely to see how the move happens.
What was the setup before the start of the move
What was the 5 day action before start of this move
Was the stock up or down before start of the move
Was it near 52 week high or low
what kind of Trend Intensity it had
what triggered the move
what kind of breakout
How much was it up on first day of breakout
what kind of volume on breakout and pre breakout and post breakout
how did the move progress
what was the magnitude of move in first 3 days
and so on...
A daily effort like this cumulatively builds your understanding of the setup you trade.
In order to do this I run 2 scan for bullish and bearish.
Bullish 8% plus or 5 dollar plus in 5 days
c/c5>=1.08 or c-c5>5 and minv3.1>100000 and c>=5
Bearish 8% plus or 5 dollars plus in 5 days
c/c5<.92 or c5-c>5 and minv3.1>100000 and c>=5
c<=.5*maxh252 and minv3.1>=100000
After running the scan everyday I study these moves. The first thing in the morning I review these candidates. Write down my observations, capture images of some of them, put notes on those setups and so on.
A daily study of past winners can substantially improve your trading.
8 comments:
Hello Pradeep, here is your big fan speaking; your common-sense approach to observing the markets, as I'd call it, is what I love (and why I am going to sign up as a member soon) and I sincerely hope you are doing well on a consistent basis!
And one question I'd like to ask - you are using the TC 2000 (am I correct?) for running your scanning queries. Now, will I be able to use this tool (for analytical purposes only, that is) in a 'stadalone' mode without having to open an account with a select broker and all this for more than a trial period? If not, could you recommend a different tool capable of performing identical analytics, please?
Many thanks,
Mac
Hello, I love your website! It has been very informative, I have a question for you. When you do those scans and you find these past stocks, are you adding them to your watch list for future movement and possible positions or are they past moves that you just want to study to get yourself trained for those same moves in real time to capture on other stocks? I hope that makes sense? I wan to get a better understanding of your study process.\
Thanks
Sidnee
past moves that you I want to study to get trained for those same moves in real time to capture on other stocks. Based on studies like this I have developed setups for finding similar trades.
Hi I wonder where can I find the past winners? thanks
If one have not idea where to find past winners, one should consider not to start trading.
Is there a way to put this code in a way that Think or Swim can read it? I've tried to put the code in and it doesn't work. Even asked ChatGPT to do it for me and still haven't figured it out. Is there anyone who has successfully run your scans on that platform? Thank you as I am a novice trader.
Go to tc2000 syntax page and you will understand.
in think or swim you have to insert these scripts in the scan
# script 1 bulllish 8 % in the last 5 days
Close/close[5]>=1.08 and volume [1] > 100000 and volume [2] >100000 and volume [3] >100000
# script 2 bulllish 80 % in the last 52 weeks
Close/lowest (low,252) >= 1.80
Post a Comment