If you are serious about your trading and want to build an enduring edge, the Stockbee Member site might help you.
Members tell me they have tried a lot of things before coming to my site, and it has offered them the most extensive and detailed methods to swing and position trade. Members range from very experienced traders to novices.
No advertising, no hard marketing, no promotions, no free offers, no affiliate marketing, no incentive to other bloggers to promote the site, no constant tweets self-promoting the site, and no tall claims. Every member comes through word-of-mouth recommendations from existing members.
As a member, you will learn the basics of swing trading, momentum investing, growth investing, and risk management. You will learn about Stockbee Momentum Burst breakouts, Stockbee Trend Intensity Breakouts, Stockbee Episodic Pivots Breakouts, Stockbee Lemonade Strategy for 401k, and many other member-shared methods.
You will learn how to set up your own scans, how to select the right kind of stocks, how to set up stops, when to enter, when to exit, how much to risk, how to track your trades, and all other details about trading.
You will learn about developing your own methods and not relying on others for trade ideas. Develop your own edge. Once you develop your own method, you will have a lifelong profitable method.
The site gives you an opportunity to interact with some of the most successful traders and learn from them about their trading methods. It is a vibrant community with members from different backgrounds and experiences willing to help each other. Members have shared their methods, scans, software, backtests, and market insights.
Every day, the emphasis is on continuous learning and upgrading of market knowledge and setup knowledge. The members range from hedge fund employees, financial advisers, active swing traders, investors, and new traders.
You will see that many trading bloggers have been using my market timing methods, scans, and chart templates. They have developed their own methods based on my methods.
Almost every member comes through a recommendation of some of the leading trading bloggers and trading sites. 80% or more members continue to be members for more than 3 years. Most tell me that they stay on because every day they learn so much from the members' site.
If you are looking to develop your own trading strategy, the membership site might be for you. You have to be willing to put in the effort to build your own method. There are no silver bullets offered on the members' site. Every method, every scan, every nuance is detailed, and all possible help is offered to design your own method.
8 comments:
Hi Pradeep,
Any chance you post an article or a video to explain how to make best use of MM?
Thank you.
Tonio.
Hello Stockbee,
Could you please check the posted formula for # stocks down 4% in a day (c/c1>.96...)? It does not seem to be provided the desired output. Thx.
the scan is right, it is not c/c1>.96 it it c/c1<=.96
With the v1.1 code, I've been able to successfully replicate all of the columns except for the 25% up/down in a quarter. Whether I use adjusted or non-adjusted historical data, my own Operating Companies Only (cleaner than Telechart's) or Telechart's exported common only watchlist, the number of stocks passing is an order of magnitude of difference. It may not matter for detecting the primary trend (?) but the extreme points (e.g. <200) won't show up. This is very frustrating. Any ideas?
https://i.postimg.cc/hGLQVFPt/screenshot-2019-01-16-at-07-22-57.png
https://i.postimg.cc/KzVbzjSk/screenshot-2019-01-16-at-07-24-14.png
Almos forgot, here's the code I'm using:
UQ25 = (100 * ((C + .01) - ( Min(C,65) + .01 )) / (Min(C,65)+.01)) >= 25 AND MA(C,20)*MA(V,20) >= 250000;
DQ25 = (100 * ((C + .01) - ( Max(C,65) + .01 )) / (Max(C,65)+.01)) <= (-25) AND MA(C,20)*MA(V,20) >= 250000;
I use
Bullish 100 * ((C + .01) - ( MINC65 + .01)) / (MINC65 + .01) >= 25 and AVGC20 * AVGV20 >= 250000
Bearish (100 * ((C + .01) - (MAXC65 + .01)) / (MAXC65 + .01)) <= ( - 25) and AVGC20 * AVGV20 >= 250000
you can instead use T2108. Readings below 10 act in similar manner
Problem was in not translating TC2000's MIN/MAX function properly. Doh!
Thanks for the tip about T2108. Good to have secondary confirmaton.
How is the new 5-day ratio to be used?
It tells you when breadth thrust is happening when it is above 2.
Post a Comment