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的更多相关文章

  1. (zhuan) Notes on Representation Learning

    this blog from: https://opendatascience.com/blog/notes-on-representation-learning-1/   Notes on Repr ...

  2. 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 ...

  3. Code Complete阅读笔记(二)

    2015-03-06   328   Unusual Data Types    ——You can carry this technique to extremes,putting all the ...

  4. Code Complete阅读笔记(一)

    代码大全也读了好几个月了,一开始读中文版,到现在慢慢尝试着读原版,确实感受到了"每天进步一点点"的魅力.遗憾的是没有从一开始就做阅读记录,总有不能尽兴和思路不清之感.确实,就像项目 ...

  5. [Tensorflow] Object Detection API - retrain mobileNet

    前言 一.专注话题 重点话题 Retrain mobileNet (transfer learning). Train your own Object Detector. 这部分讲理论,下一篇讲实践. ...

  6. jms版本

    Java消息服务是一个在 Java标准化组织(JCP)内开发的标准(代号JSR 914). 2001年6月25日,Java消息服务发布JMS 1.0.2b,2002年3月18日Java消息服务发布 1 ...

  7. July 03rd 2017 Week 27th Monday

    Even if you are on the right track, you will get run over if you just sit there. 即使你处于正确的轨道上,但如果你只是坐 ...

  8.  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 ...

  9. OpenCASCADE Documentation System

    OpenCASCADE Documentation System eryar@163.com Abstract. Doxygen is the de facto standard tool for g ...

随机推荐

  1. windows下安装CI框架

    CI框架是一个非常流行的 mvc框架, CI框架如何安装和使用,在CI中文网已经讲的比较详细了 ,这里记录下几个需要注意的地方. 一. index.php问题 把压缩包下载解压到项目根目录即可运行里面 ...

  2. 完数c实现

    完数,顾名思义,就是一个数如果恰好等于它的因子之和.例如6=1+2+3.编写找出1000以内的所有完数 #include <stdio.h> #include <stdlib.h&g ...

  3. 模拟DOMContentLoaded事件

    window.onload事件 文档中所有图片,脚本,链接以及子框完成加载后,才会触发window.onload事件. 浏览器兼容性:All DOMContentLoaded事件 当页面中的文档树解析 ...

  4. Pyhon + Django 1.7.2 tutorial + virtualenv简单使用

    最近工作中要用到python,先前没怎么接触过,把python本身的语法以及特性撸过一边之后,这两天按着django官方的文档倒腾了几天, 文档非常详细,本人英语水平也就那样,大体没什么压力,建议像我 ...

  5. codeforces 573C Bear and Drawing

    Limak is a little bear who learns to draw. People usually start with houses, fences and flowers but ...

  6. mybatis框架搭建学习初步

    mybatis框架搭建步骤:1. 拷贝jar到lib目录下,而且添加到工程中2. 创建mybatis-config.xml文件,配置数据库连接信息 <environments default=& ...

  7. JSP前端总结

    一.C标签    一] <c:out value="..." default="..." escapeXml="true">   ...

  8. modern web application

    http://www.codeproject.com/Reference/597538/Modern-Web-Development http://www.west-wind.com/presenta ...

  9. poj 1195Mobile phones

    http://poj.org/problem?id=1195 #include <cstdio> #include <cstring> #include <algorit ...

  10. Ultra UltraEdit中取消提示:你要转换 File 为 DOS 格式吗?

    Ultra Edit中取消提示:文件可能不是DOS格式,你要转换 File 为 DOS 格式吗? UE 提示 取消取消这个提示: 高级 -> 配置 -> 文件处理 -> DOS/UN ...