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. 更改tabBarItem图片的问题

    代码: UIImage *normal = [[UIImage imageNamed:@"tabbar_home_default"] imageWithRenderingMode: ...

  2. Linux服务器指令

    1.查看cpu信息:/proc/cpuinfo2.查看内存信息:/prco/meminfo3.查看服务器版本信息:cat /etc/issue4.服务器系统位数:uname -a5.网卡信息:ifco ...

  3. 开始编写正式的iOS 程序(iOS编程指导)

    App设计基础 在确定了你的App主要功能后,需要把它转化为代码.如果你是第一次开发属于自己的iOS App,需要花些时间熟悉基本概念.iOS内置了很多设计样式,多了解下能对你以后有帮助. 初稿 设计 ...

  4. Python标准库--os模块

    这个模块包含普遍的操作系统功能.如果你希望你的程序能够与平台无关的话,这个模块是尤为重要的.即它允许一个程序在编写后不需要任何改动,也不会发生任何问题,就可以在Linux和Windows下运行.一个例 ...

  5. 按钮制作技巧(css精灵效果)-高级版

    [转自己以前的文章] 无论用什么语言,大家敲程序的时候多多少少都会遇到做按钮的时候.今天分享一个之前学做按钮的技巧,有人叫做css精灵效果. 通常做按钮的思路都用附图中的第一种:两张图片交互的形式,让 ...

  6. jquery 的attr()方法解析

    我想用jquery的attr()方法修改一个li小圆点的背景颜色和外边框的时候:刚开始 $("#shanghai-btn").attr({background:"#999 ...

  7. JSON基础知识总结

    JSON基础 一.JSON简介 JSON,全称“JavaScript Object Notation(JavaScript对象表示法)”,起源于JavaScript的对象和数组.JSON,说白了就是J ...

  8. js Math函数

    1.丢弃小数部分,保留整数部分parseInt(5/2) 2.向上取整,有小数就整数部分加1 Math.ceil(5/2) 3,四舍五入. Math.round(5/2) 4,向下取整 Math.fl ...

  9. [Python笔记]第二篇:运算符、基本数据类型

    本篇主要内容有:运算符 基本数据类型等 一.运算符 1.算术运算 2.比较运算 3.赋值运算 4.逻辑运算 5.成员运算 6.身份运算 7.位运算 8.运算符优先级 二.基本数据类型 1.整数:int ...

  10. SQL主、外键,子查询

    主键 数据库主键是指表中一个列或列的组合,其值能唯一地标识表中的每一行.这样的一列或多列称为表的主键,通过它可强制表的实体完整性.当创建或更改表时可通过定义 PRIMARY KEY约束来创建主键.一个 ...