[转] The Single Biggest Obstacle to Trading Success
Why do some people succeed spectacularly in the market while others fail?
|
|
The market is the same for one person as it is the next.
So why the dramatic difference in performance?
Could it be that self-doubt and a lack of confidence are holding you back?
As many know all too well, there's an emotional component to trading and investing.
In fact, for some, their emotions are the biggest obstacle to trading success.
Missed Opportunities
How many times have you found a stock you like, did your research on
it, and were ready to pull the trigger, only to talk yourself out of it
at the last minute? And then days or weeks later, you come to find that
stock has shot up, and you're now kicking yourself for not being in it.
Having that happen to you one too many times, you vow to not let
that happen again on your next stock. You still have the same unease as
before, but you decide to get in anyway. Only this time, the stock
immediately starts going down, and you instantly regret your decision.
Of course, with that recent loss fresh in your mind, you decide to
be more diligent. But you wind up talking yourself out of your next
trade, only to find that stock has gone up just as you had expected, and
you're once again not in it.
This cycle can repeat itself far too often, creating scores of missed opportunities, making people hate the market.
So where does that come from?
That self-doubt stems from a lack of confidence in your strategy.
Trading With Confidence
Success in trading comes down to two things:
1) Knowing what works, and
2) Doing what works
If your stock picking strategy has proven to pick winners -- in good
markets, bad markets, and everything in between, then you know your
strategy works. And you'd have number 1 covered.
Then, when it comes time to placing your trade, you won't struggle
with the decision of 'should I or shouldn't I', because you know your
strategy has put the odds of success in your favor.
It's the 'knowing' that creates the confidence in 'doing'.
If you know your strategy works, you would not hesitate to place
your trade. The unease would disappear. The self-doubt would be replaced
with excitement. And your confidence would soar.
You'd now have number 2 covered.
As the saying goes, "a good strategy works best when you use it".
And the more you use it, the more confident you'll become, making you
that much more likely to keep using it. And that is the recipe for
success.
[转] The Single Biggest Obstacle to Trading Success的更多相关文章
- (zhuan) Notes on Representation Learning
this blog from: https://opendatascience.com/blog/notes-on-representation-learning-1/ Notes on Repr ...
- Core Java Volume I — 1.2. The Java "White Paper" Buzzwords
1.2. The Java "White Paper" BuzzwordsThe authors of Java have written an influential White ...
- Code Complete阅读笔记(二)
2015-03-06 328 Unusual Data Types ——You can carry this technique to extremes,putting all the ...
- Code Complete阅读笔记(一)
代码大全也读了好几个月了,一开始读中文版,到现在慢慢尝试着读原版,确实感受到了"每天进步一点点"的魅力.遗憾的是没有从一开始就做阅读记录,总有不能尽兴和思路不清之感.确实,就像项目 ...
- [Tensorflow] Object Detection API - retrain mobileNet
前言 一.专注话题 重点话题 Retrain mobileNet (transfer learning). Train your own Object Detector. 这部分讲理论,下一篇讲实践. ...
- jms版本
Java消息服务是一个在 Java标准化组织(JCP)内开发的标准(代号JSR 914). 2001年6月25日,Java消息服务发布JMS 1.0.2b,2002年3月18日Java消息服务发布 1 ...
- July 03rd 2017 Week 27th Monday
Even if you are on the right track, you will get run over if you just sit there. 即使你处于正确的轨道上,但如果你只是坐 ...
- Go is more about software engineering than programming language research.
https://talks.golang.org/2012/splash.article Go at Google: Language Design in the Service of Softwar ...
- OpenCASCADE Documentation System
OpenCASCADE Documentation System eryar@163.com Abstract. Doxygen is the de facto standard tool for g ...
随机推荐
- Swift - 18 - 数组的基础操作
//: Playground - noun: a place where people can play import UIKit var str = "Hello, playground& ...
- JVM调优实践-Tomcat调优
调优几个重要指标 GC频率 提升每次GC的效率 准备环节 jmeter的配置 未压测前JVM配置 工程未调优前配置 -Xms400m -Xmx400m -XX:PermSize=64m -XX:Max ...
- java学习——网络编程UDP
UDP 将数据及源和目的封装成数据包中,不需要建立连接 每个数据报的大小限制在64k内 因无连接,是不可靠协议 不需要建立连接,速度快 TCP 建立连接,形成传输数据的通道 在连接中进行大数据量传输 ...
- uva 11673 Garbage Remembering Exam (概率)
题目链接: http://vjudge.net/problem/viewProblem.action?id=42000 该过程为随即过程,因此总期望值等于个单词对应的期望值,即它们wasted的概率 ...
- jQuery banner 滑动
jQuery(document).ready(function() { var abovePos = 50; var customMax = 1600; var zIdx = 100; var $bn ...
- 正则表达式 U贪婪模式
<?php/*模式修正符号: i u 位置:"//模式修正符位置" 可以一次使用一个,也可以一次使用多个 对整个正则表达式调优用的,也可以说是对正则表达式功能的扩展 &quo ...
- javascript 字符串滚动显示
<html> <head> <script type="text/javascript"> var chars = "JavaScri ...
- ubuntu 关闭开启防火墙
关闭防火墙: 命令: sudo ufw disable 打开防火墙 命令: sudo ufw enable
- webpack资料
https://zhuanlan.zhihu.com/p/20367175?columnSlug=FrontendMagazine http://www.cnblogs.com/tugenhua070 ...
- Installshield更新时,新加dll未拷贝至安装目录问题完美解决【原创】
最近在发现在开发过程中新增的目录或文件(特别是dll\ocx\exe等二进制文件),在升级安装时拷贝失败. 经过一周的研究,完美解决办法: 对于新增的文件或目录,放到一个新的component中,并且 ...