In the initial stage of learning, some students are often unable to endure the re-drawing and stock selection training, and always want to find some quick way. The pursuit of speed does not matter whether it is good or bad, but as an actWithout a lot of observation and training, a trading skill will not have the instinctive reaction and trust in the physical and mental sense, and it will not be possible to have a deep understanding and flexibility to learn and apply. It's not an either/or question, but most people really give up or relax their training once they have a formula.
Trading is systematic, dynamic, and flexible. In this sense, it is difficult to achieve such systematization and dynamics, let alone flexibility. To put it simply, most people don't go too far in the sense of **, they don't have to, and they can't.
Stop-loss is a very basic and soul-based concept in the difficult system, and it has never been a concrete existence. ** It can be expressed in "just a few words", and more interpretation requires a well-honed critic to embody its artificial intelligence. In fact, even if it isA simple stock selection formula, understand it deeply, practice it widely, and there are still people who can use it to achieve amazing results.
At the end of the article, there is a difficult SMA**cross selection**, whose main function is to find out the upward winding segments of the first few **SMA5 and SMA13 after the cross. You can make a second choice according to the perspective of the stop-loss segment, the active segment + the stop-loss segment, the buying and selling point + the stop-loss segment and other perspectives. How to use this fork depends on their understanding of the small stop loss and the level of understanding of the profit and loss ratio in a simple way.
For example, what are the first ones? At the very beginning of the bootcamp, or in the teaching of each new concept and operation, the students are always asked of themStarting and mastering the most standard or self-explanatory form is a simple understanding and practice that belongs to most people, and can be achieved without much observation and training. And what non-standard form of mastery of every skill in all walks of life can be achieved without a lot of training? And this is something that a newcomer will not be able to achieve in the short term.
Attached: It is difficult to discuss the SMA** cross stock selection formula.
sma5:=sma(open,5,1);
sma13:=sma(open,13,1);
jc1:=cross(sma5,sma13);
xg:count(jc1,3)>=1 and sma5>sma13;
xg,select;
or
sma5:=sma(open,5,1);
sma13:=sma(open,13,1);
jc1:=cross(sma5,sma13);
xg:count(jc1,3)>=1 and sma5>sma13;
Instructions:13 in the count function, that is, after SMA5 and SMA13 cross, there is one K, two **, and three **. You can adjust yourself based on your understanding of the first few roots, and so on.
2.In order to select stocks on more periods, such as selecting a two-day line through the daily line, only the SMA** parameter needs to be changed to 8 and 34, and the SMA** parameter is changed to 34 and 144 after 15 minutes and two hours. In other cases, and so on. You can also do this by customizing the cycle.
**: Climb Fengzu blog,**Please indicate the source!
Difficult to explain: the inflection point of the big cycle, the data **, the rapid **v reversal, and the smooth activity of history (3).
What is Criterion (2)?
It is difficult to explain it: what is standard (1)?