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.
11 comments:
and % winners/losers is a lot less now? thanks
yes but that is not entirely due to stops. Anticipation breakout and earlier entries , identifying and entering b/o earlier has also lot to do with it
is this how you catch the 'real' b/o and ignore the fake b/o? you don't care about the whipsaw at all?
No matter what you do some breakouts will whipsaw. That is part of the game.
OMAB @ 15.02 - next day the market would have had you wiped out. How you choose right entry point and how many times you try to entry before you quit with this stock?
The stop has not been hit. Stock is up next day. Not sure why would it wipe me out.
Red boxes - wipe out days
http://charts.stockfetcher.com/sfchart/rQFzcpd43U.png
Stockfetcher code:
Symlist(omab)
set{varh, high 1 day ago}
set{varl, low 1 day ago}
set{hl, varh - varl}
set{fifty, hl / 2}
set{stop, open - fifty}
set{upa, count(low is below stop,1)}
Draw upa
I am not sure what your scan is calculating and how it is calculating and how accurate the data is. My position is still open and in profit and 46.22 has not been hit (so why it shows red bar in your scan)
The reason it shows red bar is your calculations have an error (after looking at your code you can figure that out). It is calculating half of day ago h-l price , which is not same as high-low of entry day.
how do you calculate half bar point the day you buy? H and L are not set.thanks
At any given time you buy there is always H and L set for that time periods. In your code you are calculating it for previous day as a result it is giving you wipeout days wrong.
Post a Comment